Paste
Pasted as Bash by Nataraj S Narayan ( 14 years ago )
$ postconf -n
alias_database = $alias_maps
alias_maps = hash:/etc/postfix/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/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 = $myhostname, localhost
inet_protocols = ipv4
local_recipient_maps =
mail_owner = postfix
mailbox_transport = dbmail-lmtp:127.0.0.1:24
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, localhost
myorigin = $mydomain
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
sample_directory = /etc/postfix/sample
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
May 10 16:00:30 muraj postfix/smtpd[1304]: 2CEF71A820F: client=localhost.localdomain[127.0.0.1]
May 10 16:00:30 muraj postfix/cleanup[1306]: 2CEF71A820F: message-id=<4FAB98C6.9070204@bsnl1.in>
May 10 16:00:30 muraj postfix/qmgr[1283]: 2CEF71A820F: from=<kingu@bsnl1.in>, size=540, nrcpt=1 (queue active)
May 10 16:00:30 muraj postfix/smtpd[1304]: disconnect from localhost.localdomain[127.0.0.1]
May 10 16:00:31 muraj postfix/smtp[1307]: 2CEF71A820F: to=<kingu@bsnl1.in>, relay=none, delay=0.89, delays=0.07/0.01/0.8/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=bsnl1.in type=A: Host not found)
May 10 16:00:31 muraj postfix/cleanup[1306]: 21D061A8210: message-id=<20120510103031.21D061A8210@muraj.bsnl1.in>
May 10 16:00:31 muraj postfix/qmgr[1283]: 21D061A8210: from=<>, size=2410, nrcpt=1 (queue active)
May 10 16:00:31 muraj postfix/bounce[1308]: 2CEF71A820F: sender non-delivery notification: 21D061A8210
May 10 16:00:31 muraj postfix/qmgr[1283]: 2CEF71A820F: removed
May 10 16:00:32 muraj postfix/smtp[1307]: 21D061A8210: to=<kingu@bsnl1.in>, relay=none, delay=0.89, delays=0.1/0/0.79/0, dsn=5.4.4, status=bounced (Host or domain name not found. Name service error for name=bsnl1.in type=A: Host not found)
May 10 16:00:32 muraj postfix/qmgr[1283]: 21D061A8210: removed
Revise this Paste
Parent: 49044