i noticed that
Code:
127.0.0.1:10025 inet n - - - - smtpd
-o smtpd_restriction_classes=
-o smtpd_client_restrictions=
-o smtpd_helo_restrictions=
-o smtpd_sender_restrictions=
-o smtpd_recipient_restrictions=permit_mynetworks,rej ect
-o smtpd_bind_address=127.0.0.1
"re ject" @ smtpd_recipient_restriction=... ???
and i've compared my working configs with yours and also noticed that i haven't set this variable: smtpd_sasl_path = /etc/postfix/sasl
edit:
/etc/pam.d/smtp contains
Code:
auth required pam_mysql.so user=mail_admin passwd=mail_admin_password host=127.0.0.1 db=mail table=users usercolumn=email passwdcolumn=password crypt=1
account sufficient pam_mysql.so user=mail_admin passwd=mail_admin_password host=127.0.0.1 db=mail table=users usercolumn=email passwdcolumn=password crypt=1
?? check if you didn't mistakenly created a "smtpd" instead of "smtp" file
/etc/courier/authdeamonrc
authmodulelist="authmysql"
and double check authmysqlrc
Recent comments
17 hours 30 min ago
17 hours 36 min ago
22 hours 34 min ago
1 day 5 hours ago
1 day 6 hours ago
1 day 7 hours ago
1 day 11 hours ago
1 day 18 hours ago
1 day 22 hours ago
1 day 23 hours ago