mein Postfix verweigert die Annahme jeglicher Mails. Erschwerend kommt hinzu, dass das ganze mit Confixx 2 zusammen laufen muss.
Hier mal die main.cf
Code: Select all
message_size_limit = 629145600
mailbox_size_limit = 629145600
program_directory = /usr/lib/postfix
command_directory = /usr/sbin
daemon_directory = /usr/lib/postfix
myhostname = host.domain.de
mydomain = as-n.de
inet_interfaces = $myhostname, localhost
mydestination = $myhostname, $mydomain, localhost.$mydomain, smtp.$mydomain, hash:/etc/postfix/confixx_localDomains, hash:/etc/postfix/confixx_virtualUsers
local_recipient_maps = $relocated_maps $alias_maps unix:passwd.byname
canonical_maps = hash:/etc/postfix/canonical
relocated_maps = hash:/etc/postfix/relocated
smtpd_sender_restrictions = hash:/etc/postfix/access
alias_maps = hash:/etc/aliases,hash:/etc/postfix/confixx_virtualUsers
mailbox_command =
smtpd_recipient_restrictions = permit_sasl_authenticated, check_relay_domains
mynetworks = 127.0.0.0/8
mail_name = mail.domain.de
debug_peer_level = 2
debugger_command =
PATH=/usr/bin:/usr/X11R6/bin
xxgdb $daemon_directory/$process_name $process_id & sleep 5
maximal_queue_lifetime = 1d
default_privs = mail
undisclosed_recipients_header = To: undisclosed-recipients:;
mail_spool_directory = /var/mail
#masquerade_exceptions = root
#masquerade_classes = envelope_sender, header_sender, header_recipient
readme_directory = /usr/share/doc/packages/postfix/README_FILES
sample_directory = /usr/share/doc/packages/postfix/samples
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
manpage_directory = /usr/share/man
newaliases_path = /usr/sbin/sendmail
mailq_path = /usr/bin/mailq
masquerade_domains =
defer_transports =
disable_dns_lookups = no
content_filter =
mailbox_command =
mailbox_transport =
strict_rfc821_envelopes = no
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_use_tls = yes
smtpd_enforce_tls = no
smtpd_tls_loglevel = 1
smtpd_tls_cert_file = /etc/httpd/ssl.crt/server.crt
smtpd_tls_key_file = /etc/httpd/ssl.key/server.key
tls_random_source = dev:/dev/urandom
smtpd_sasl_security_options = noanonymous
masquerade_exceptions = root
masquerade_classes = envelope_sender, header_sender, header_recipient
Eine Aliases gibt es zwar acu, aber da schreib Confixx nix rein und es stehen nur der root und die System Aliase drin, aber kein angelegter User.
Kann mir da jemand weiterhelfen?