[Postfixbuch-users] Postfix & Push Service der Fritzbox

sebastian at debianfan.de sebastian at debianfan.de
Mo Jul 28 20:16:34 CEST 2014


Am 28.07.2014 14:00, schrieb Paul:
> Solltest du doch Uwe glauben und an einer echten Problemlösung 
> interessiert sein, bitte postconf mail_version postconf -n -f und zur 
> Sicherheit auch die master.cf ohne Kommentare schicken.

Ich habe in der Vergangenheit schon öfter sehr nützlich Hinweise von Uwe 
und anderen Mitschreibenden bekommen - die Kompetenz steht hier ausser 
Frage ;-)

# postconf mail_version
mail_version = 2.9.6

# postconf -n -f
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
body_checks = regexp:/etc/postfix/body_checks
config_directory = /etc/postfix
dovecot_destination_recipient_limit = 1
header_checks = regexp:/etc/postfix/header_checks
html_directory = /usr/share/doc/postfix/html
inet_interfaces = all
mailbox_command = /usr/lib/dovecot/deliver
mailbox_size_limit = 0
message_size_limit = 64000000
mime_header_checks = regexp:/etc/postfix/mime_header_checks.regexp
mydestination = mail.server.de, localhost.localdomain, , localhost
myhostname = server.de
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
readme_directory = /usr/share/doc/postfix
recipient_delimiter = +
relayhost =
smtp_tls_CApath = /etc/ssl/certs/
smtp_tls_loglevel = 1
smtp_tls_security_level = may
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
     reject_unauth_destination, reject_unlisted_recipient,
     reject_unknown_sender_domain, reject_unknown_recipient_domain,
     reject_unauth_pipelining, reject_non_fqdn_recipient,
     reject_unknown_client_hostname, check_policy_service 
inet:127.0.0.1:10023,
     reject_rbl_client dnsbl-1.uceprotect.net, reject_rbl_client
     ix.dnsbl.manitu.net,
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_CAfile = /etc/postfix/ssl/cert.cabundle
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/certificate.crt
smtpd_tls_dh1024_param_file = /etc/postfix/dh_1024.pem
smtpd_tls_dh512_param_file = /etc/postfix/dh_512.pem
smtpd_tls_eecdh_grade = strong
smtpd_tls_key_file = /etc/ssl/private/server.key
smtpd_tls_security_level = may
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
tls_preempt_cipherlist = yes
tls_random_source = dev:/dev/urandom
virtual_alias_maps = 
mysql:/etc/postfix/mysql-virtual-alias-maps.cf,mysql:/etc/postfix/mysql-email2email.cf
virtual_mailbox_domains = 
mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf
virtual_transport = dovecot

#cat master.cf
smtp      inet  n       -       -       -       -       smtpd

smtpd pass - - n - - smtpd -o content_filter=spamassassin
dnsblog unix - - n - 0 dnsblog

pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
rewrite   unix  -       -       -       -       - trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
proxywrite unix -       -       n       -       1       proxymap
smtp      unix  -       -       -       -       -       smtp
relay     unix  -       -       -       -       -       smtp
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
retry     unix  -       -       -       -       -       error
discard   unix  -       -       -       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       -       -       -       lmtp
anvil     unix  -       -       -       -       1       anvil
scache    unix  -       -       -       -       1       scache

maildrop  unix  -       n       n       -       -       pipe
   flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}

uucp      unix  -       n       n       -       -       pipe
   flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail 
($recipient)

ifmail    unix  -       n       n       -       -       pipe
   flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
   flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender 
$recipient
scalemail-backend unix    -    n    n    -    2    pipe
   flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store 
${nexthop} ${user} ${extension}
mailman   unix  -       n       n       -       -       pipe
   flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
   ${nexthop} ${user}

dovecot   unix  -       n       n       -       -       pipe flags=DRhu 
user=vmail:vmail argv=/usr/lib/dovecot/dovecot-lda -f ${sender} -d 
${recipient}




spamassassin
           unix  -       n       n       -       -       pipe
    flags=Rq user=nobody argv=/etc/filter.sh -oi -f ${sender} ${recipient}



submission inet n      -       n       -       -       smtpd
          -o header_checks=pcre:/etc/postfix/checks/header_checks
          -o smtpd_sasl_auth_enable=yes
          -o smtpd_proxy_filter=
          -o smtpd_recipient_restrictions=permit_sasl_authenticated,reject

retry     unix  -       -       -       -       -       error
relay     unix  -       -       n       -       -       smtp -o 
smtp_fallback_relay=






Mehr Informationen über die Mailingliste Postfixbuch-users