Hi,

most of our mails are deliverd with lmtp, but some are delilered to
other machines for further processing via smtp (exchange server and
mailman). When mails for those systems are being delivered, they are not
logged. I only get the log entry from smtpd, but nothing from smtp. Lmtp
is beeing logged just fine.
Any ideas why?

Thanks,
Julian

Obligatory postconf -n and -M:
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
broadcaster_only = check_policy_service inet:localhost:2000
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd
$daemon_directory/$process_name $process_id & sleep 5
html_directory = no
inet_interfaces = all
inet_protocols = all
local_recipient_maps = $virtual_mailbox_maps
mail_owner = postfix
mailbox_size_limit = 14336000000
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
message_size_limit = 143360000
mydestination = $myhostname, localhost.$mydomain, localhost
mynetworks = cidr:/etc/postfix/mynetworks.cidr
newaliases_path = /usr/bin/newaliases.postfix
propagate_unmatched_extensions =
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.10.1/README_FILES
recipient_delimiter = +
sample_directory = /usr/share/doc/postfix-2.10.1/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
smtp_tls_cert_file = /etc/postfix/cert/$myhostname-cert.pem
smtp_tls_key_file = /etc/postfix/cert/$myhostname-key.pem
smtp_tls_security_level = may
smtpd_recipient_restrictions = check_recipient_access
ldap:/etc/postfix/broadcaster-lists.cf
smtpd_restriction_classes = broadcaster_only
smtpd_sasl_auth_enable = yes
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_tls_cert_file = /etc/postfix/cert/$myhostname-cert.pem
smtpd_tls_key_file = /etc/postfix/cert/$myhostname-key.pem
smtpd_tls_security_level = may
transport_maps =
ldap:/etc/postfix/transport_maps_smtp.cf,ldap:/etc/postfix/transport_maps_lmtp.cf
unknown_local_recipient_reject_code = 550
virtual_alias_maps =
ldap:/etc/postfix/virtual_alias_maps_uni-duesseldorf_hhu.cf
ldap:/etc/postfix/dynamic-group.cf ldap:/etc/postfix/static-group.cf
virtual_mailbox_domains = hash:/etc/postfix/virtual_mailbox_domains

smtp       inet  n       -       n       -       -       smtpd
pmx        unix  -       -       n       -       10      smtp
submission inet  n       -       n       -       -       smtpd -o
syslog_name=postfix/submission -o content_filter=pmx:192.168.25.37:10025
-o receive_override_options=no_address_mappings -o
smtpd_tls_security_level=none
10026      inet  n       -       n       -       10      smtpd -o
content_filter= -o local_recipient_maps= -o relay_recipient_maps= -o
myhostname=localhost -o smtpd_helo_restrictions= -o
smtpd_client_restrictions= -o smtpd_sender_restrictions= -o
smtpd_recipient_restrictions=permit_mynetworks,reject -o
mynetworks=192.168.25.0/24
pickup     unix  n       -       n       60      1       pickup
cleanup    unix  n       -       n       -       0       cleanup
qmgr       unix  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       -       -       proxymap
proxywrite unix  -       -       n       -       1       proxymap
smtp       unix  -       -       n       -       -       smtp
relay      unix  -       -       n       -       -       smtp
showq      unix  n       -       n       -       -       showq
error      unix  -       -       n       -       -       error
retry      unix  -       -       n       -       -       error
discard    unix  -       -       n       -       -       discard
local      unix  -       n       n       -       -       local
virtual    unix  -       n       n       -       -       virtual
lmtp       unix  -       -       n       -       -       lmtp
anvil      unix  -       -       n       -       1       anvil
scache     unix  -       -       n       -       1       scache
-- 
---------------------------------------------------------
| | Julian Kippels
| | M.Sc. Informatik
| |
| | Zentrum für Informations- und Medientechnologie
| | Heinrich-Heine-Universität Düsseldorf
| | Universitätsstr. 1
| | Raum 25.41.O1.36
| | 40225 Düsseldorf / Germany
| |
| | Tel: +49-211-811-4920
| | mail: kipp...@hhu.de
| | jabber: jukip...@xmpp.hhu.de
---------------------------------------------------------

Reply via email to