Neuer Server, selbes Problem (ISPconfig 3, Postfix und Error 550 5.1.1)
Hallo zusammen,
nachdem jetzt eine ganze Weile vergangen ist wurde es jetzt doch endlich Zeit, den Server mal aufzurüsten. Ergo: Neuer Server, neues ISPconfig.
Und erstmal vorne weg: V3 gefällt mir extrem gut.
Besonders gefreut habe ich mich natürlich über das E-Mail Routing. Endlich keine Dateien mehr von Hand bearbeiten ... wenn es jetzt auch noch das tun würde was ich von ihm möchte, wäre ich überglücklich.
Die Situation ist die selbe wie im Ursprungsposting beschrieben. Ein paar ausgewählte Mailadressen sollen auf einem anderen Server gehostet werden, aber Postfix ignoriert das scheinbar ...
Ich glaube, ich hab jetzt jeden Tipp hier ausprobiert der irgendetwas mit dem Fehler 550 5.1.1 (User unknown in virtual mailbox table).
Ich habe die Reihenfolge in der proxy_read_maps geändert und die transport_maps an den Anfang gestellt, ich habe die Relay recipients in allen möglichen und unmöglichen Variationen ausprobiert (um im Beispiel zu bleiben: sowohl
adresse2@domain1.de als auch domain.de), ich habe aus den mysql-*.cf die ganzen active = 'y' rausgeschmissen, ich habe auch mal die alte Variante ausprobiert und die transport_maps mal wieder mit hash:/etc/postfix/transport gefüttert, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf aus smtpd_recipient_restrictions rausgeschmissen, und und und ...
Und jetzt sind mir die Ideen komplett ausgegangen.
Hat noch irgendjemand eine Idee?
Code:
# postconf -n
body_checks = regexp:/etc/postfix/body_checks
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
content_filter = amavis:[127.0.0.1]:10024
header_checks = regexp:/etc/postfix/header_checks
inet_interfaces = all
inet_protocols = all
mailbox_size_limit = 0
message_size_limit = 0
mime_header_checks = regexp:/etc/postfix/mime_header_checks
mydestination = mailhost.domain.tld, localhost, localhost.localdomain
myhostname = mailhost.domain.tld
mynetworks = 127.0.0.0/8 [::1]/128
myorigin = /etc/mailname
nested_header_checks = regexp:/etc/postfix/nested_header_checks
proxy_read_maps = $transport_maps $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_recipient_maps $relay_domains $canonical_maps $sender_canonical_maps $recipient_canonical_maps $relocated_maps $mynetworks $virtual_mailbox_limit_maps
receive_override_options = no_address_mappings
recipient_delimiter = +
relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
relayhost =
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_tls_security_level = may
smtpd_use_tls = yes
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_gid_maps = static:5000
virtual_mailbox_base = /var/vmail
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_transport = maildrop
virtual_uid_maps = static:5000