[Postfixbuch-users] Postfix 2.3.3 im Before-Queue Content Filter

"Armin Tüting" Armin.Tueting at gmx.net
Di Mär 31 09:04:18 CEST 2009


Hallo Peer,

> Du wirst vermutlich (!) in der master.cf auf Port  10025 
> ein "no_header_body_checks" eingebudnen haben.
Yep!  Vielen Dank für die Glaskugel;)

> Und das ist weder die master.cf, noch die Config von Port 10025.
#
# Postfix master process configuration file.  For details on the format
# of the file, see the Postfix master(5) manual page.
#
# ==========================================================================
# service type  private unpriv  chroot  wakeup  maxproc command + args
#               (yes)   (yes)   (yes)   (never) (100)
# ==========================================================================

# Standard service
smtp      inet  n       -       n       -       20      smtpd
    -o smtpd_client_connection_count_limit=10
    -o smtpd_proxy_filter=127.0.0.1:10024
    -o content_filter=
    -o smtpd_authorized_xforward_hosts=127.0.0.1
    -o smtpd_authorized_xclient_hosts=127.0.0.1
    -o receive_override_options=no_address_mappings

submission inet  n       -       n       -       -       smtpd
    -o smtpd_enforce_tls=yes
    -o smtpd_sasl_auth_enable=yes
    -o smtpd_client_restrictions=permit_sasl_authenticated,reject
    -o smtpd_recipient_restrictions=$submission_recipient_restrictions
    -o receive_override_options=no_header_body_checks

pickup    fifo  n       -       n       60      1       pickup
    -o content_filter=smtp-amavis:[127.0.0.1]:10026

cleanup   unix  n       -       n       -       0       cleanup

qmgr      fifo  n       -       n       300     1       qmgr

tlsmgr    unix  -       -       n       1000?   1       tlsmgr

rewrite   unix  -       -       n       -       -       trivial-rewrite

bounce    unix  -       -       n       -       0       bounce

defer     unix  -       -       n       -       0       bounce

trace     unix  -       -       n       -       0       bounce

verify    unix  -       -       n       -       1       verify

flush     unix  n       -       n       1000?   0       flush

proxymap  unix  -       -       n       -       1       proxymap

proxywrite unix  -       -       n       -       1       proxymap

smtp      unix  -       -       n       -       20      smtp

# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay     unix  -       -       n       -       -       smtp
    -o fallback_relay=
    -o smtp_use_tls=no
    -o smtp_helo_timeout=5
    -o smtp_connect_timeout=5

showq     unix  n       -       n       -       -       showq

error     unix  -       -       n       -       -       error

discard   unix  -       -       n       -       -       discard

local     unix  -       n       n       -       10      local

virtual   unix  -       n       n       -       -       virtual

lmtp      unix  -       -       n       -       -       lmtp

anvil     unix  -       -       n       -       1       anvil

scache    unix  -       -       n       -       1       scache

retry     unix  -       -       n       -       -       error
lmtp-amavis unix  -       -       n        -      2       lmtp
    -o lmtp_data_done_timeout=1200
    -o lmtp_send_xforward_command=yes
    -o disable_dns_lookups=yes
    -o max_use=20

smtp-amavis unix  -       -       n        -      2       smtp
    -o smtp_data_done_timeout=1200
    -o smtp_send_xforward_command=yes
    -o disable_dns_lookups=yes
    -o max_use=20

127.0.0.1:10025 inet  n       -       n       -       -       smtpd
    -o smtpd_proxy_filter=
    -o content_filter=
    -o local_recipient_maps=
    -o relay_recipient_maps=
    -o smtpd_authorized_xforward_hosts=127.0.0.0/8
    -o smtpd_client_restrictions=permit_mynetworks,reject
    -o smtpd_helo_restrictions=
    -o smtpd_sender_restrictions=
    -o smtpd_recipient_restrictions=permit_mynetworks,reject
    -o smtpd_data_restrictions=reject_unauth_pipelining
    -o smtpd_end_of_data_restrictions=
    -o smtpd_restriction_classes=
    -o smtpd_delay_reject=no
    -o mynetworks=127.0.0.0/8
    -o smtpd_error_sleep_time=0
    -o smtpd_soft_error_limit=1001
    -o smtpd_hard_error_limit=1000
    -o smtpd_client_connection_count_limit=0
    -o smtpd_client_connection_rate_limit=0
    -o receive_override_options=no_header_body_checks,no_unknown_recipient_checks,no_milters
    -o local_header_rewrite_clients=
 # ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent.  See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================

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

#cyrus    unix  -   n   n   -   -   pipe
#   user=cyrus argv=/usr/lib/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}

#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       -       -       -       pipe
#   flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop $recipient

#procmail  unix  -       n       n       -       -       pipe
#   flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient}

dovecot   unix  -       n       n       -       -       pipe
    flags=DRhu user=vmail:vmail argv=/usr/libexec/dovecot/deliver -d ${recipient}

Gruß,
Armin
-- 
************************************************
Armin Tueting
Buedinger Strasse 16
63546 Hammersbach
Germany
Tel. +49 6185 898685
Tel. +49 6185 893912
************************************************


Neu: GMX FreeDSL Komplettanschluss mit DSL 6.000 Flatrate + Telefonanschluss für nur 17,95 Euro/mtl.!* http://dsl.gmx.de/?ac=OM.AD.PD003K11308T4569a



Mehr Informationen über die Mailingliste Postfixbuch-users