- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- smtp-auth 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
08-22-2006 02:53 PM
08-22-2006 02:53 PM
smtp-auth with sendmail
i have a problem with sendmail. our mail server needs to relay mail to our main mail server (smtp.mycompany.com) and receives from (pop.mycompany.com). they have given us a username and password that we need to authnticate. so all mails of my company come to our mail server and then our mail server will relay mail to our main server.
i have tried creating auth-file , putting in username and pasword, but is now working with sendmail. presenly we r running on windows and want to shift to sendmail.
can anyody plz help me in configuring the environment as i have discussed.
i have put an entry in smart_host option and created auth fle also with username and password, still i can't authenticate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2006 06:32 PM
08-22-2006 06:32 PM
Re: smtp-auth with sendmail
If these two servers have a trust relationship, ie they are both within your company, there is not a need to set up authorization.
You can set up a user list in /etc/mail/virtusertables and that will insure the server only accepts mail for user you deem as valid.
there is a lot of documentation on this at http://www.sendmail.org.
If this methodology might work for you, the details are at sendmail.org, though I could sift through it and glean the important points for you.
I'll monitor the thread and proceed if you are interested.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 01:46 PM
08-23-2006 01:46 PM
Re: smtp-auth with sendmail
i am trying to send mail, but its not authenticating.
can u please tell me how to add users in sendmail, suppose i have a user sam.nam@mycompany.com with password as 12345, how am i going to add sam.nam in sendmail database. normal passwd command doesn't works for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 01:48 PM
08-23-2006 01:48 PM
Re: smtp-auth with sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 01:49 PM
08-23-2006 01:49 PM
Re: smtp-auth with sendmail
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 07:24 PM
08-23-2006 07:24 PM
Re: smtp-auth with sendmail
sendmail has nothing to do with subsequent collection of mail. Services like POP, webmail and IMAP are handled by other programs. If you google for "sendmail+pop+imap+web" there should be plenty to read ;-) The jist is that sendmail accepts mail on your server, decides that this is its final destination by the headers and puts the mail into destination files for recipients. Another program then, invoked by a remote user, collects the mail from there and displays it on their machine by another mechanism. I've tried to be brief here to keep the answer clean.
Regards
Tim Clarke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-23-2006 08:16 PM
08-23-2006 08:16 PM
Re: smtp-auth with sendmail
Pop.mycompany.com ---> our mail server ---> smpt.mycompany.com
Pop.mycompany.com is holding mailbox users and they gave the username/password.
You need to configure our mail server (mail relay server)
Is that right?
By the way postfix is a good start if youâ re new to linux smtpd.
- Hirantha