• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Postfix - SMTP with SSL

CreedOne

New Pleskian
Hi,

I have problem with SMTP on Plesk v12.5.30_build1205150826.19 os_CentOS 6.

SMTP, port 465 SSL + "My outgoing (SMTP)requires authentication"

Nov 30 14:56:14 srv1 postfix/smtpd[20199]: warning: SASL authentication failure: realm changed: authentication aborted
Nov 30 14:56:14 srv1 postfix/smtpd[20199]: warning: .....[XXX.XXX.XXX.XXX]: SASL DIGEST-MD5 authentication failed: authentication failure
Nov 30 14:56:14 srv1 postfix/smtpd[20199]: lost connection after AUTH from .....[XXX.XXX.XXX.]

SMTP, port 465 SSL - OK

/usr/lib64/sasl2/smtpd.conf

pwcheck_method: auxprop saslauthd
auxprop_plugin: plesk
saslauthd_path: /var/spool/postfix/private/plesk_saslauthd
mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
auto_transition: yes
sql_engine: intentionally disabled
log_level: 4
 
The information you have provided is not sufficient enough for a non speculated investigation!
 
[root@srv1 postfix]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 srv1.itkord.pl ESMTP Postfix

[root@srv1 ~]# /usr/local/psa/admin/bin/mail_auth_view |grep test.com
| [email protected] | | pass plain text |
| [email protected] | | pass plain text |


/usr/lib64/sasl2/smtpd.conf

pwcheck_method: auxprop saslauthd
auxprop_plugin: plesk
saslauthd_path: /var/spool/postfix/private/plesk_saslauthd
mech_list: DIGEST-MD5 CRAM-MD5 PLAIN LOGIN
auto_transition: yes
sql_engine: intentionally disabled
log_level: 4

/etc/postfix/master.cf

plesk_virtual unix - n n - - pipe flags=DORhu user=popuser:popuser argv=/usr/lib64/plesk-9.0/postfix-local -f ${sender} -d ${recipient} -p /var/qmail/mailnames
mailman unix - n n - - pipe flags=R user=mailman:mailman argv=/usr/lib64/plesk-9.0/postfix-mailman ${nexthop} ${user} ${recipient}
plesk_saslauthd unix y y y - 1 plesk_saslauthd status=5 listen=6 dbpath=/var/spool/postfix/plesk/passwd.db
smtps inet n - n - - smtpd -o smtpd_tls_wrappermode=yes


submission inet n - n - - smtpd -o smtpd_enforce_tls=yes -o smtpd_tls_security_level=encrypt -o smtpd_sasl_auth_enable=yes -o smtpd_client_restrictions=permit_sasl_authenticated,reject -o smtpd_sender_restrictions= -o smtpd_recipient_restrictions=permit_mynetworks,permit_sasl_authenticated,reject_unauth_destination

plesk-XXX.XXX.XXX.XXX- unix - n n - - smtp -o smtp_bind_address=XXX.XXX.XXX.XXX -o smtp_bind_address6= -o smtp_address_preference=ipv4
 
Back
Top