- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: Problem after SMTP AUTH
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-30-2003 12:48 AM
09-30-2003 12:48 AM
Problem after SMTP AUTH
We have recently introduced SMTP AUTH on our smtp server. But everything is not working as we expected them to work.
After the AUTH was enabled mails from the smtp server (root@smtp.xxx.co.in) are getting blocked due to Authentication failure.
I have attached the sendmail.cf file with this message.
Can someone throw some light ?
Cheers,
Amod.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-30-2003 02:12 AM
09-30-2003 02:12 AM
Re: Problem after SMTP AUTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:38 PM
10-08-2003 04:38 PM
Re: Problem after SMTP AUTH
Amod.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 05:56 PM
10-08-2003 05:56 PM
Re: Problem after SMTP AUTH
it should work if you put entries like
127.0.0.1 RELAY
...
(don't forget to regenerate the db file afterwards, dont remember the syntax on top of my head but it's something like makemap -hash < textfile >/etc/mail/access )
also when you say local mail does not get thru, is that mail sent using the sendmail command locally or by speaking to localhost on the smtp port ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 06:25 PM
10-08-2003 06:25 PM
Re: Problem after SMTP AUTH
I already have follwoing entries in the /etc/mail/access
localhost.localdomain RELAY
localhost RELAY
127.0.0.1 RELAY
Is there anything wrong in my sendmail.cf ? I have attached it to my original message.
Amod.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 06:56 PM
10-08-2003 06:56 PM
Re: Problem after SMTP AUTH
As for the access file, you did the makemap thing, right ?
what are the error messages you get when a mail bounces, just 'Authentication required' ? I guess you tried increasing the log level already ..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2003 05:14 AM
10-09-2003 05:14 AM
Re: Problem after SMTP AUTH
did u read this?
-balaji