Quantcast
Channel: LowEndTalk
Viewing all articles
Browse latest Browse all 39981

Can someone help me configuring ssmtp?

$
0
0

#

Config file for sSMTP sendmail

#

The person who gets all mail for userids < 1000

Make this empty to disable rewriting.

root=

The place where the mail goes. The actual machine name is required no

MX records are consulted. Commonly mailhosts are named mail.domain.com

mailhub=oxmail.registrar-servers.com:25

Where will the mail seem to come from?

rewriteDomain=

The full hostname

hostname=localhost

Are users allowed to set their own From: address?

YES - Allow the user to specify their own From: address

NO - Use the system generated From: address

FromLineOverride=YES
AuthMethod=LOGIN
AuthUser=contact@myhost.com
AuthPass=mypass
UseSTARTTLS=YES

[<-] 220 OX mail-node2 registrar-servers.com
[->] EHLO localhost
[<-] 250 DSN
[->] STARTTLS
[<-] 220 2.0.0 Ready to start TLS
[->] EHLO localhost
[<-] 250 DSN
[->] AUTH LOGIN
[<-] 334 VXNlcm5hbWU6
[->] Y29udGFjdEBjaGlsbHUub3Jn
[<-] 334 UGFzc3dvcmQ6
[<-] 535 5.7.8 Error: authentication failed: UGFzc3dvcmQ6
ssmtp: Authorization failed (535 5.7.8 Error: authentication failed: UGFzc3dvcmQ 6)


Viewing all articles
Browse latest Browse all 39981

Trending Articles