Ich habe folgendes Problem:
Ich kann über Postfix Mails empfangen und auch versenden (Jedenfalls sagt das mein Mailprogramm) Die Mail die ich verschicke, kommt aber nicht an.
Im mai.err steht folgendes:
Code: Select all
Mar 14 02:39:09 HOST postfix/smtp[13028]: fatal: specify a password table via the `smtp_sasl_password_maps' configurationDer Mailaccount wurde über Confixx angelegt. Da habe ich doch ein Passwort bekommen.
So sieht meine main.cf aus:
Code: Select all
biff = no
mail_spool_directory = /var/mail
canonical_maps = hash:/etc/postfix/canonical
virtual_maps = hash:/etc/postfix/virtual, hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
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 = HOST.DOMAIN.de
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 = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_relay_domains
smtp_sasl_auth_enable = yes
smtpd_use_tls = no
# SASL
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
#smtpd_sasl_local_domain = HOST
broken_sasl_auth_clients = yes
### CONFIXX POSTFIX ENTRY ###
virtual_maps = hash:/etc/postfix/confixx_virtualUsers, hash:/etc/postfix/confixx_localDomains
### /CONFIXX POSTFIX ENTRY ###
Vielen Dank schonmal