auf meinem Root Server mit SUSE 8.1 und Confixx Professional 2.x habe ich eine Domain mxdomain.tld, deren MX-Record auf einen fremden Mailserver zeigt. Das funktioniert einwandfrei, jedoch nicht, wenn eine Mail von einem Mail-Konto einer anderen Domain, die auf o.g. Server gehostet wird, an ein Mailkonto von mxdomain.tld abgeschickt wird. In diesem Falle versucht postfix, diese Mail intern zuzustellen.
Ich habe jetzt versucht, die mxdomain.tld aus der Datei Liste /etc/postfix/confixx_localDomains zu entfernen, dann mit postmap /etc/postfix/confixx_localDomains und rcpostfix reload neu zu hashen, aber das funktioniert nicht, postfix stellt immer noch intern zu. Ausserdem legt Confixx die Domain mxdomain.tld sowieso immer wieder neu in /etc/postfix/confixx_localDomains an, so dass dieser Weg eine Sackgasse ist.
Weiß jemand, ob das mit Plesk 8.1 besser funktioniert und wenn ja, wie?
Oder hat jemand einen Tipp, wie ich das mit Confixx2.x in den Griff bekomme?
Hier noch meine config:
Code: Select all
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical command_directory =
/usr/sbin config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_privs = autoresp
fast_flush_domains = $relay_domains
in_flow_delay = 0
inet_interfaces = all
local_recipient_maps = $alias_maps unix:passwd.byname
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_size_limit = xxxxx
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
maps_rbl_domains = xxxxxxx.xxx xxxxxxxxxxxxx.xxx
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains = mydomain.de
masquerade_exceptions = root
message_size_limit = 20000000
mydestination = $myhostname, localhost.$mydomain, $mydomain,
smtp.$mydomain
mydomain = mydomain.de
myhostname = pxxxxxxx.pureserver.info
mynetworks_style = host
newaliases_path = /usr/sbin/sendmail
queue_directory = /var/spool/postfix
queue_minfree = 100000000
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = hash:/etc/postfix/sender_canonical
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtpd_banner = $myhostname ESMTP $mail_name smtpd_client_restrictions
= smtpd_recipient_restrictions = permit_sasl_authenticated,
reject_unauth_destination, reject_maps_rbl
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
strict_rfc821_envelopes = no
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport
virtual_maps = hash:/etc/postfix/virtual,
hash:/etc/postfix/confixx_virtualUsers,
hash:/etc/postfix/confixx_localDomains