main.cf:
smtpd_recipient_restrictions = permit_sasl_authenticated,check_client_access hash:/etc/postfix/pop-before-smtp,reject_maps_rbl,check_relay_domains
smtp_always_send_ehlo = yes
smtp_sasl_auth_enable = yes
smtp_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
/usr/lib/sasl/smtpd.conf:
pwcheck_method: pam
Und nun nach Postfix Restart das:
[root@www postfix]# telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 smtp.XXXXXX.de ESMTP Postfix
EHLO smtp.XXXXXX.de
250-smtp.XXXXXX.de
250-PIPELINING
250-SIZE 10240000
250-ETRN
250-XVERP
250 8BITMIME
Auszug aus dem maillog:
Apr 8 14:28:20 www postfix/smtp[20076]: fatal: specify a password table via the `smtp_sasl_password_maps' configuration parameter
Ich find hier nur im Forum dazu irgendwie nix, wegen Confixx