- postconf -n:
- alias_database = hash:/etc/aliases
- alias_maps = hash:/etc/aliases
- command_directory = /usr/sbin
- config_directory = /etc/postfix
- daemon_directory = /usr/libexec/postfix
- data_directory = /var/lib/postfix
- debug_peer_level = 2
- html_directory = no
- inet_interfaces = localhost
- inet_protocols = all
- mail_owner = postfix
- mailq_path = /usr/bin/mailq.postfix
- manpage_directory = /usr/share/man
- mydestination = $myhostname, localhost.$mydomain, localhost
- newaliases_path = /usr/bin/newaliases.postfix
- queue_directory = /var/spool/postfix
- readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
- sample_directory = /usr/share/doc/postfix-2.6.6/samples
- sendmail_path = /usr/sbin/sendmail.postfix
- setgid_group = postdrop
- unknown_local_recipient_reject_code = 550
- virtual_alias_maps = regexp:/etc/postfix/catchall
- /etc/postfix/catchall:
- /.*/ catchall@mydomain.com
- /var/log/maillog after running the command "echo "Testing catchall" | mail -s "TEEEEST2" any@any.com" as root:
- Oct 11 11:44:24 intranet postfix/pickup[31352]: 9E17060DE5: uid=0 from=<root>
- Oct 11 11:44:24 intranet postfix/cleanup[31361]: 9E17060DE5: message-id=<20111011094424.9E17060DE5@intranet.mydomain.com>
- Oct 11 11:44:24 intranet postfix/qmgr[31353]: 9E17060DE5: from=<root@intranet.mydomain.com>, size=438, nrcpt=1 (queue active)
- Oct 11 11:44:24 intranet postfix/error[31363]: 9E17060DE5: to=<catchall@mydomain.com>, orig_to=<any@any.com>, relay=none, delay=0.04, delays=0.03/0/0/0.01, dsn=5.0.0, status=bounced (User unknown in virtual alias table)
- Oct 11 11:44:24 intranet postfix/cleanup[31361]: A26F960DE6: message-id=<20111011094424.A26F960DE6@intranet.mydomain.com>
- Oct 11 11:44:24 intranet postfix/qmgr[31353]: A26F960DE6: from=<>, size=2267, nrcpt=1 (queue active)
- Oct 11 11:44:24 intranet postfix/bounce[31364]: 9E17060DE5: sender non-delivery notification: A26F960DE6
- Oct 11 11:44:24 intranet postfix/qmgr[31353]: 9E17060DE5: removed
- Oct 11 11:44:24 intranet postfix/error[31363]: A26F960DE6: to=<catchall@mydomain.com>, orig_to=<root@intranet.mydomain.com>, relay=none, delay=0.01, delays=0/0/0/0.01, dsn=5.0.0, status=bounced (User unknown in virtual alias table)
- Oct 11 11:44:24 intranet postfix/qmgr[31353]: A26F960DE6: removed