G
[GSP]TwixX
Guest
Hallo,
ich habe da folgendes Problem mit meinem Mailserver:
- er sendet keine Mails raus !
in dern mail.err steht:
postconf -n:
Ich bin schon am verzweifeln. Alles totgegoogelt !
lg Felix
ich habe da folgendes Problem mit meinem Mailserver:
- er sendet keine Mails raus !
in dern mail.err steht:
Code:
Feb 12 20:21:40 GSP-Herkules postfix/sendmail[6906]: fatal: No recipient addresses found in message header
Feb 13 14:39:31 GSP-Herkules postfix/sendmail[27866]: fatal: No recipient addresses found in message header
postconf -n:
Code:
GSP-Herkules:~# postconf -n
alias_database = hash:/etc/aliases
alias_maps = $alias_database
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
default_destination_concurrency_limit = 20
inet_interfaces = all
local_destination_concurrency_limit = 2
local_transport = local
mailbox_size_limit = 0
message_size_limit = 52428800
mydestination = $myhostname, $mydomain, localhost.$myhostname, localhost.$mydomain, localhost
mydomain = [COLOR="Red"]zensiert[/COLOR]
myhostname = mail.[COLOR="Red"]zensiert[/COLOR]
mynetworks = 127.0.0.0/8
sendmail_path = /usr/sbin/sendmail
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unknown_client
smtpd_helo_required = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, reject_unauth_pipelining, reject_non_fqdn_recipient
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unknown_hostname, reject_unknown_recipient_domain, reject_unknown_sender_domain
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_alias_maps.cf
virtual_gid_maps = static:2000
virtual_mailbox_base = /var/kunden/mail/
virtual_mailbox_domains = mysql:/etc/postfix/mysql-virtual_mailbox_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual_mailbox_maps.cf
virtual_uid_maps = static:2000
Ich bin schon am verzweifeln. Alles totgegoogelt !
lg Felix