All,

I would appreciate some insight on some log data that I do not understand
and appears troubling to me.  Specifically, I'm unsure why this wasn't
rejected at the client stage or at the recipient stage (by Mailman).  Also,
could I please have a sanity check on my configuration?  Thank you in
advance.

Jan 24 12:31:16 lollipop postfix/smtpd[2354]: warning: 204.57.114.86: address 
not listed for hostname trinicom.com
Jan 24 12:31:16 lollipop postfix/smtpd[2354]: connect from 
unknown[204.57.114.86]
Jan 24 12:31:17 lollipop postfix/smtpd[2354]: 984832751: 
client=unknown[204.57.114.86]
Jan 24 12:31:17 lollipop postfix/cleanup[2363]: 984832751: message-id=<>
Jan 24 12:31:18 lollipop postfix/qmgr[21548]: 984832751: 
from=<[email protected]>, size=5770, nrcpt=1 (queue active)
Jan 24 12:31:18 lollipop postfix/smtpd[2354]: disconnect from 
unknown[204.57.114.86]
Jan 24 12:31:18 lollipop postfix/pipe[2366]: 984832751: 
to=<[email protected]>, relay=mailman, delay=1.5, delays=1.3/0.01/0/0.13, 
dsn=5.1. 1, status=bounced (user unknown)
Jan 24 12:31:18 lollipop postfix/cleanup[2363]: 538FF350C: 
message-id=<[email protected]>
Jan 24 12:31:18 lollipop postfix/bounce[2368]: 984832751: sender non-delivery 
notification: 538FF350C
Jan 24 12:31:18 lollipop postfix/qmgr[21548]: 538FF350C: from=<>, size=7619, 
nrcpt=1 (queue active)
Jan 24 12:31:18 lollipop postfix/qmgr[21548]: 984832751: removed
Jan 24 12:31:18 lollipop postfix/smtp[2369]: 538FF350C: 
to=<[email protected]>, relay=none, delay=0.33, 
delays=0.03/0.01/0.29/0, dsn=4.4.3, status=deferred (Host or domain name not found. 
Name service error for name=myvirtualmerchant2.com type=MX: Host not found, try again)

postfinger - postfix configuration on Tue Jan 24 15:23:43 EST 2012
version: 1.30

--Packaging information--
looks like this postfix comes from deb package: postfix-2.7.0-1ubuntu0.2

--main.cf non-default parameters--
alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
disable_vrfy_command = yes
home_mailbox = Maildir/
inet_interfaces = $myhostname, localhost
mailbox_command = /usr/lib/dovecot/deliver
mailbox_size_limit = 0
message_size_limit = 33554432
mydestination = $myhostname, $mydomain, lollipop.$mydomain, 
localhost.$mydomain, localhost, mail.$mydomain, smtp.$mydomain
myhostname = mx1.example.com
mynetworks = 127.0.0.0/8 192.168.1.0/24
myorigin = /etc/mailname
readme_directory = no
recipient_bcc_maps = hash:/etc/postfix/recipient-bccs
relay_domains = lists.example.com
smtp_bind_address = 192.168.1.7
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_client_restrictions = permit_mynetworks, permit_sasl_authenticated, 
check_client_access hash:/etc/postfix/client-access, 
reject_unknown_reverse_client_hostname, reject_rbl_client zen.spamhaus.org, 
reject_rhsbl_client dbl.spamhaus.org
smtpd_data_restrictions = reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks, permit_sasl_authenticated, 
reject_non_fqdn_helo_hostname, reject_invalid_helo_hostname, reject_rhsbl_helo 
dbl.spamhaus.org
smtpd_recipient_restrictions = reject_unknown_recipient_domain, 
permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination, 
check_recipient_access pcre:/etc/postfix/recipient-access.pcre
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_path = private/auth
smtpd_sasl_type = dovecot
smtpd_sender_restrictions = permit_mynetworks, reject_unknown_sender_domain, 
permit_sasl_authenticated, reject_rhsbl_sender dbl.spamhaus.org
smtpd_timeout = 30s
smtpd_tls_CAfile = /etc/ssl/certs/Example.com_Root_CA.pem
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/ssl/certs/postfix-server-wildcarded.crt
smtpd_tls_key_file = /etc/ssl/private/postfix-server-wildcarded.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
transport_maps = hash:/etc/postfix/transport
virtual_alias_maps = pgsql:/etc/postfix/virtual-aliases-pg.cf
virtual_gid_maps = static:60008
virtual_mailbox_base = /vhome
virtual_mailbox_domains = pgsql:/etc/postfix/virtual-mailbox-domains-pg.cf
virtual_mailbox_maps = pgsql:/etc/postfix/virtual-mailboxes-pg.cf
virtual_transport = dovecot
virtual_uid_maps = static:60008

--master.cf--
smtp      inet  n       -       -       -       -       smtpd
submission inet n       -       -       -       -       smtpd
  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
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
        -o smtp_fallback_relay=
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
dovecot   unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail:vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d 
${recipient}
  #flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
  #flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail 
($recipient)
  #flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
  #flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender 
$recipient
  #flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store 
${nexthop} ${user} ${extension}
mailman   unix  -       n       n       -       -       pipe
  flags=FR user=list:daemon argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  ${nexthop} ${user}

-- end of postfinger output --

Sincerely,
Gary Chambers

Reply via email to