Firewire2002
Registered User
Moin,
ich bin vor kurzem auf Debian Etch mit Confixx 3.3.1 gewechselt.
Leider werden Mails an Mailadressen mit Subdomains abgewiesen.
Wenn ichs von einem Mail Account auf dem gleichen Server sende:
Von einem externen, wie GMX:
postconf -n:
Mailempfang mit Mailadressen mit Hauptdomains (domain.tld) funktioniert ohne Probleme.
Für Hauptdomains und Subdomains sind jeweils die entsprechenden A Records und MX Records gesetzt.
ich bin vor kurzem auf Debian Etch mit Confixx 3.3.1 gewechselt.
Leider werden Mails an Mailadressen mit Subdomains abgewiesen.
Wenn ichs von einem Mail Account auf dem gleichen Server sende:
Code:
postfix/smtp[21656]: 881351F9: to=<mail@sub.domain.tld>, relay=none, delay=0.56, delays=0.11/0.34/0.1/0, dsn=5.4.6, status=bounced (mail for sub.domain.tld loops back to myself)
Von einem externen, wie GMX:
Code:
postfix/smtpd[20843]: NOQUEUE: reject: RCPT from mail.gmx.net[213.165.64.20]: 554 5.7.1 <mail@sub.domain.tld>: Relay access denied; from=<meine-addy@gmx.net> to=<mail@sub.domain.tld> proto=SMTP helo=<mail.gmx.net>
postconf -n:
Code:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
default_rbl_reply = $rbl_code RBLTRAP: You can't send us a E-mail today!!!
inet_interfaces = all
inet_protocols = ipv4
mailbox_command = /usr/bin/procmail
mailbox_size_limit = 0
maximal_queue_lifetime = 10d
mydestination = server.Domain.tld, localhost.Domain.tld, localhost
myhostname = server.Domain.tld
mynetworks = 127.0.0.0/8
myorigin = /etc/mailname
recipient_delimiter = +
relayhost =
smtp_tls_note_starttls_offer = yes
smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache
smtp_use_tls = yes
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_tls_clientcerts permit_sasl_authenticated permit_mynetworks reject_unauth_destination check_policy_service inet:127.0.0.1:60000 reject_rbl_client t1.dnsbl.net.au reject_rbl_client dnsbl.sorbs.net reject_rbl_client recent.spam.dnsbl.sorbs.net
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_tls_CAfile = /etc/postfix/ssl/cacert.pem
smtpd_tls_auth_only = no
smtpd_tls_cert_file = /etc/postfix/ssl/smtpd.crt
smtpd_tls_key_file = /etc/postfix/ssl/smtpd.key
smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
unknown_local_recipient_reject_code = 550
virtual_alias_domains = hash:/etc/postfix/confixx_localDomains
virtual_alias_maps = hash:/etc/postfix/confixx_virtualUsers
Mailempfang mit Mailadressen mit Hauptdomains (domain.tld) funktioniert ohne Probleme.
Für Hauptdomains und Subdomains sind jeweils die entsprechenden A Records und MX Records gesetzt.
Last edited by a moderator: