- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Problem with sendmail!
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2002 10:53 PM
09-12-2002 10:53 PM
Problem with sendmail!
I got this weird problem with sendmail in Linux.
It only send mail to Hotmail, and some few other mail-servers.
What can be my problem. I am useing Apache on Linux.
Regards Fredrik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 12:02 AM
09-13-2002 12:02 AM
Re: Problem with sendmail!
Can you attach /var/log/mail.log file and
/var/log/messages.
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2002 03:54 AM
09-13-2002 03:54 AM
Re: Problem with sendmail!
DMyourdomain.com
The systems thinks you are spamming otherwise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-14-2002 07:57 PM
09-14-2002 07:57 PM
Re: Problem with sendmail!
The file is cut down a bit, it was to large to upload.
Hope you'll be able to help me!
Regards
Fredrik.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2002 08:55 AM
09-15-2002 08:55 AM
Re: Problem with sendmail!
There is no mail.log file! ?:/
Hope you??ll be able to help me any way!
Regards Fredrik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2002 11:05 PM
09-15-2002 11:05 PM
Re: Problem with sendmail!
sorry , the file is maillog not mail.log
regards,
U.SivaKumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 12:45 AM
09-16-2002 12:45 AM
Re: Problem with sendmail!
From the log file , I can say that you have a DNS trouble...
resolution works for Hotmail and few others, but not for all.
For example I made a test on my side on cactuz.nu, and I had an answer.
In your log file there's no answer.
Can you try on a command line :;
nslookup cactuz.nu.
And send back the answer !!!!
Try also hotmail.com.
..
Hope that help..
rgds
Benoit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 04:23 AM
09-16-2002 04:23 AM
Re: Problem with sendmail!
What can the fault be, is it because the server that runs the DNS is not the same as the one that runs the sendmail???
By the way:
nslookup or dnslookup??
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-16-2002 03:03 PM
09-16-2002 03:03 PM
Re: Problem with sendmail!
$ dig cactuz.nu
or
$ nslookup -s cactuz.nu (-s tells nslookup not to warn you that the command is depricated)
Happy mailing.
Mark