Link to home
Start Free TrialLog in
Avatar of MichaelPro
MichaelPro

asked on

Sendmail smarthost configuration with smtp-authorization

Hello,
we have a new server running CentOS and couple of VPSs on it and we wanted to configure sendmail to use smarthost instead of direct-delivery. i found articles how to do this and it seems pretty straight forward. however, our smart-host requires smtp-authorization (username/password). Is there any way to configure sendmail smarthost configuration with smtp-authorization? Can you please send me how-to instruction and what i will need to do?

thanks,
Michael
Avatar of oriziv
oriziv
Flag of Israel image

ASKER CERTIFIED SOLUTION
Avatar of rugdog
rugdog
Flag of Mexico image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of MichaelPro
MichaelPro

ASKER

Hello rugdog,

thanks for the comment. so if i understand correctly, first i will need to add this to /etc/mail/sendmail.mc  :

define(`SMART_HOST', `mail.isp.net')
 
and then in /etc/mai/access , i add AuthInfo:your.smtp.host.com "U:<username>" "P:<password>" "M:PLAIN"

is this correct?

thaknks,
Michael
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial