ich habe ein kleines Problem.
Folgendes ist gegeben:
Server1:
dieser Server ist unter der Subdomain server1.meinedomain.de zu erreichen. Es gibt auch nur den mx Eintrag mail.meinedomain.de
Postfix läuft dort super und macht keine Probleme.
Server2:
Dieser Server ist unter der Subdomain server2.meinedomain.de zu erreichen. Auch hier funktioniert Postfix. Bis auf das Problem, das ich keine Mails an z.b xyz.meinedomain.de oder an abc.meinedomain.de(das Postfach liegt ja auf dem Server1) schicken kann. Es kommt immer die Meldung: Recipient address rejected: User unknown in local recipient table
Ich weiß echt nicht mehr weiter. Woran kann das liegen? Der Mailversand an andere Adressen wie z.B meine Arcor Adresse klappt.
Auch der Versand an Mailadressen anderer Domains die auf Server1 liegen klappt ohne Probleme.
Nur Mailadressen von meinedomain.de die auf Server1 liegen sind betroffen.
Muß vielleicht noch irgendein MX Eintrag gemacht werden, oder woran kann es liegen?
Hier ist mal die main.cf von Server2:
Code: Select all
queue_directory = /var/spool/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
mail_owner = postfix
myhostname = Server2.meinedomain.de
mydomain = meinedomain.de
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, $mydomain, smtp.$mydomain
mynetworks_style = host
local_recipient_maps = $alias_maps unix:passwd.byname
in_flow_delay = 0
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
mail_spool_directory = /var/mail
fast_flush_domains = $relay_domains
smtpd_banner = $myhostname ESMTP $mail_name
debug_peer_level = 2
debugger_command =
PATH=/usr/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
sendmail_path = /usr/sbin/sendmail
newaliases_path = /usr/bin/newaliases
mailq_path = /usr/bin/mailq
setgid_group = maildrop
manpage_directory = /usr/share/man
sample_directory = /usr/share/doc/packages/postfix/samples
readme_directory = /usr/share/doc/packages/postfix/README_FILES
#suseconfig:
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
inet_interfaces = all
masquerade_domains = webnbasics.de
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_client_restrictions =
strict_rfc821_envelopes = no
#smtpd_recipient_restrictions = permit_mynetworks,check_relay_domains
smtpd_recipient_restrictions = permit_sasl_authenticated, reject_unauth_destination
#SMTPD Auth
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes
#TLS Support
smtpd_use_tls = yes
#smtpd_tls_auth_only = yes
smtpd_tls_key_file = /etc/postfix/key.pem
smtpd_tls_cert_file = /etc/postfix/cert.pem
smtpd_tls_CAfile = /etc/postfix/cacert.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
html_directory = /usr/share/doc/packages/postfix/html
Gruß