[Postfixbuch-users] Cyrus-SASL mit SMTP-AUTH
root
lutz.rueckfort at freenet.de
So Jan 26 14:47:52 CET 2003
Hallo,
ich habe mir "postfix-2.0.3" aus dem Internet besorgt und mit
make makefiles CCARGS="-DUSE_SASL_AUTH -I/usr/local/include"
AUXLIBS="-L/usr/local/lib -lsasl"
unter Suse 8.1 kompiliert und gebunden.
make install ( update wäre wohl besser gewesen !)
Auszug aus main.cf postfix:
readme_directory = /usr/share/doc/packages/postfix/README_FILES
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual
relocated_maps = hash:/etc/postfix/relocated
transport_maps = hash:/etc/postfix/transport
sender_canonical_maps = hash:/etc/postfix/sender_canonical
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient,
envelope_recipient
myhostname = linux.local
inet_interfaces = 127.0.0.1
masquerade_domains =
defer_transports =
disable_dns_lookups = no
content_filter =
mailbox_command =
mailbox_transport =
smtpd_recipient_restrictions =
permit_mynetworks,
permit_sasl_authenticated,
reject_unauth_destination,
check_sender_access hash:/etc/postfix/access,
check_recipient_access hash:/etc/postfix/access,
permit_maps_rbl,
permit_mx_backup,
check_relay_domains
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
smtpd_helo_required = no
smtpd_helo_restrictions =
strict_rfc821_envelopes = no
#smtpd_recipient_restrictions = permit_mynetworks,check_relay_domains
alias_maps = hash:/etc/aliases
myorigin = lru.homedns.org
relayhost = mx.freenet.de
smtpd_sasl_auth_enable = yes
#smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sasl_local_domain = $myhostname
broken_sasl_auth_clients = yes
smtp_always_send_ehlo = yes
queue_directory = /var/spool/postfix
mail_owner = postfix
unknown_local_recipient_reject_code = 450
In Verzeichnis /usr/lib/local steht keine SASL-Lib ?
"saslauthd start" kann ich nirgends finden, muss ich den Dienst überhaupt
starten ?
Auszug aus mail log File weicht von dem Log-Eintrag, wie auf Seite 165 im
Postfix Buch beschrieben, ab !
Jan 26 11:56:00 linux postfix/pickup[807]: F3CEF181D1: uid=0 from=<root>
Jan 26 11:56:01 linux postfix/cleanup[15024]: F3CEF181D1:
message-id=<200301261156.00493.lutz.rueckfort at freenet.de>
Jan 26 11:56:01 linux postfix/qmgr[808]: F3CEF181D1:
from=<root at lru.homedns.org>, size=463, nrcpt=1 (queue active)
Jan 26 11:56:01 linux postfix/smtp[15025]: F3CEF181D1:
to=<lutz.rueckfort at itelligence.de>, relay=mx.freenet.de[194.97.50.135
], delay=1, status=bounced (host mx.freenet.de[194.97.50.135] said: 550
authentication required (in reply to RCPT TO command
))
Jan 26 11:56:01 linux postfix/cleanup[15024]: B24B21AD0C:
message-id=<20030126105601.B24B21AD0C at linux.local>
Jan 26 11:56:01 linux postfix/qmgr[808]: B24B21AD0C: from=<>, size=2150,
nrcpt=1 (queue active)
Jan 26 11:56:02 linux postfix/smtp[15025]: B24B21AD0C:
to=<root at lru.homedns.org>, relay=mx.freenet.de[194.97.50.144], delay=
1, status=sent (250 OK id=18ckSY-0006C9-00)
Kann jemand noch einmal mit mir schrittweise meine Installation durchgehen,
damit ich Rückschlüsse darauf ziehen kann , was ich als vergessen habe!(?)
Ich finde die Installation, wie im Buch beschrieben, überhaupt nicht einfach
!
Vielen Dank und Gruss
Lutz
Mehr Informationen über die Mailingliste Postfixbuch-users