Selbst gelöst: Postfix fragt nicht nach SMTP-Auth
Posted: 2005-06-10 15:16
Hallo zusammen,
habe ein kleines Problem, was mich schon mehrere Stunden durch den Wind zieht
Suse 9.2, Postfix 2.15
Meine Konfig:
Danke im vorraus.
habe ein kleines Problem, was mich schon mehrere Stunden durch den Wind zieht
Suse 9.2, Postfix 2.15
Meine Konfig:
Bei jedem Server bekomme ich erstmal "Relay Access Denied", nur hier bekomme ich dieses noch nicht einmal. Einstellung beim Mail Client ohne jegliche authentifizierung und die Mail geht raus. Kommt für mich vor, als wenn Postfix die Paramater für SMTP-Auth gar nicht beachtet.biff = no
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
myhostname = linux.local
program_directory = /usr/lib/postfix
inet_interfaces = all
masquerade_domains =
mydestination = $myhostname, localhost.$mydomain
defer_transports =
disable_dns_lookups = no
relayhost =
mailbox_command =
mailbox_transport =
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,reject_unauth_destination
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtpd_sasl_auth_enable = yes
smtpd_use_tls = no
smtp_use_tls = no
alias_maps = hash:/etc/aliases
mailbox_size_limit = 0
message_size_limit = 10240000
Danke im vorraus.