- Anonymous
- Friday, June 8th, 2007 at 12:23:02am UTC
- This are all relevant logs and configurations I have made:
- This is the content of my mm_cfg.py (comments removed).
- ***********************************************
- [root@lists mailman]# cat /etc/mailman/mm_cfg.py
- ***********************************************
- from Defaults import *
- import pwd, grp
- MAILMAN_UID = pwd.getpwnam('mailman')[2]
- MAILMAN_GID = grp.getgrnam('mailman')[2]
- from socket import *
- try:
- fqdn = getfqdn()
- except:
- fqdn = 'mm_cfg_has_unknown_host_domains'
- DEFAULT_URL_HOST = fqdn
- DEFAULT_EMAIL_HOST = fqdn
- add_virtualhost("news.example.com", "news.example.com")
- add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
- MTA = 'Postfix'
- POSTFIX_STYLE_VIRTUAL_DOMAINS = ['news.example.com']
- I tried to send a message to [email protected], this is the
- transcript of the log sessions
- ************************
- tail -f /var/log/maillog
- ************************
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: mynetworks ~?
- debug_peer_list
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: mynetworks ~?
- fast_flush_domains
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: mynetworks ~?
- mynetworks
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
- debug_peer_list
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
- fast_flush_domains
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
- mynetworks
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
- permit_mx_backup_networks
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
- qmqpd_authorized_clients
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: relay_domains ~?
- relay_domains
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-transport.cf: user = postfix
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-transport.cf: password = ********
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-transport.cf: dbname = postfix
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-transport.cf: table = postfix_domains
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-transport.cf: select_field = transport
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-transport.cf: where_field = domain
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-transport.cf: additional_conditions =
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-transport.cf: hosts = localhost
- Jun 6 23:55:37 lists postfix/smtpd[15635]: mysqlname_parse:
- /etc/postfix/mysql-transport.cf: adding host 'localhost' to list of mysql
- server hosts
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_open:
- mysql:/etc/postfix/mysql-transport.cf
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string:
- permit_mx_backup_networks ~? debug_peer_list
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string:
- permit_mx_backup_networks ~? fast_flush_domains
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string:
- permit_mx_backup_networks ~? mynetworks
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string:
- permit_mx_backup_networks ~? permit_mx_backup_networks
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual.cf: user = postfix
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual.cf: password = ********
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual.cf: dbname = postfix
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual.cf: table = postfix_virtual
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual.cf: select_field = destination
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual.cf: where_field = email
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual.cf: additional_conditions =
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual.cf: hosts = localhost
- Jun 6 23:55:37 lists postfix/smtpd[15635]: mysqlname_parse:
- /etc/postfix/mysql-virtual.cf: adding host 'localhost' to list of mysql
- server hosts
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_open:
- mysql:/etc/postfix/mysql-virtual.cf
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_open:
- hash:/etc/mailman/virtual-mailman
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual-maps.cf: user = postfix
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual-maps.cf: password = ********
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual-maps.cf: dbname = postfix
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual-maps.cf: table = postfix_users
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual-maps.cf: select_field = maildir
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual-maps.cf: where_field = email
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual-maps.cf: additional_conditions = and postfix =
- 'y'
- Jun 6 23:55:37 lists postfix/smtpd[15635]: cfg_get_str:
- /etc/postfix/mysql-virtual-maps.cf: hosts = localhost
- Jun 6 23:55:37 lists postfix/smtpd[15635]: mysqlname_parse:
- /etc/postfix/mysql-virtual-maps.cf: adding host 'localhost' to list of mysql
- server hosts
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_open:
- mysql:/etc/postfix/mysql-virtual-maps.cf
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_open: unix:passwd.byname
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
- ~? debug_peer_list
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
- ~? fast_flush_domains
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
- ~? mynetworks
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
- ~? permit_mx_backup_networks
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
- ~? qmqpd_authorized_clients
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
- ~? relay_domains
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: smtpd_access_maps
- ~? smtpd_access_maps
- Jun 6 23:55:37 lists postfix/smtpd[15635]: smtpd_sasl_initialize: SASL
- config file is smtpd.conf
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: fast_flush_domains
- ~? debug_peer_list
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_string: fast_flush_domains
- ~? fast_flush_domains
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_create: 0x808b968 18000
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_stop: 0x808b968
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_start: 0x808b968
- Jun 6 23:55:37 lists postfix/smtpd[15635]: connection established
- Jun 6 23:55:37 lists postfix/smtpd[15635]: master_notify: status 0
- Jun 6 23:55:37 lists postfix/smtpd[15635]: name_mask: resource
- Jun 6 23:55:37 lists postfix/smtpd[15635]: name_mask: software
- Jun 6 23:55:37 lists postfix/smtpd[15635]: name_mask: noanonymous
- Jun 6 23:55:37 lists postfix/smtpd[15635]: connect from
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_list_match:
- dcc-hq-host-200-59-45-4.dnsba.com: no match
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_list_match: 200.59.45.4:
- no match
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_list_match:
- dcc-hq-host-200-59-45-4.dnsba.com: no match
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_list_match: 200.59.45.4:
- no match
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 220 news.example.com ESMTP
- Postfix
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
- Jun 6 23:55:37 lists postfix/smtpd[15635]: <
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: EHLO dnsba.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-news.example.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-PIPELINING
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-SIZE 10240000
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-VRFY
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-ETRN
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-AUTH PLAIN LOGIN
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250-AUTH=PLAIN LOGIN
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_list_match:
- dcc-hq-host-200-59-45-4.dnsba.com: no match
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_list_match: 200.59.45.4:
- no match
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250 8BITMIME
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
- Jun 6 23:55:37 lists postfix/smtpd[15635]: <
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: MAIL
- FROM:<parturi@domain_sender.com> SIZE=1390
- Jun 6 23:55:37 lists postfix/smtpd[15635]: extract_addr: input:
- <parturi@domain_sender.com>
- Jun 6 23:55:37 lists postfix/smtpd[15635]: smtpd_check_addr:
- addr=parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: connect to subsystem
- private/rewrite
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr request = rewrite
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr rule = canonicalize
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr address =
- parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: address
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: address
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
- parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: (list terminator)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: rewrite_clnt: canonicalize:
- parturi@domain_sender.com -> parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr request = resolve
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr address =
- parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: transport
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: transport
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value: smtp
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: nexthop
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: nexthop
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
- domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: recipient
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: recipient
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
- parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: flags
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: flags
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value: 4096
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: (list terminator)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: resolve_clnt:
- `parturi@domain_sender.com' -> transp=`smtp' host=`domain_sender.com'
- rcpt=`parturi@domain_sender.com' flags= class=default
- Jun 6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: install entry key
- parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: extract_addr: result:
- parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: fsspace: .: block size 4096,
- blocks free 48010832
- Jun 6 23:55:37 lists postfix/smtpd[15635]: smtpd_check_size: blocks 4096
- avail 48010832 min_free 0 msg_size_limit 10240000
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250 Ok
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
- Jun 6 23:55:37 lists postfix/smtpd[15635]: <
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: RCPT
- TO:<[email protected]>
- Jun 6 23:55:37 lists postfix/smtpd[15635]: extract_addr: input:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: smtpd_check_addr:
- addr=[email protected]
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr request = rewrite
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr rule = canonicalize
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr address =
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: address
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: address
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: (list terminator)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: rewrite_clnt: canonicalize:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr request = resolve
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr address =
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: transport
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: transport
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value: virtual
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: nexthop
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: nexthop
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
- news.example.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: recipient
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: recipient
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: flags
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: flags
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value: 256
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: (list terminator)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: resolve_clnt:
- `[email protected]' -> transp=`virtual' host=`news.example.com'
- rcpt=`[email protected]' flags= class=local
- Jun 6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: install entry key
- Jun 6 23:55:37 lists postfix/smtpd[15635]: extract_addr: result:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr request = rewrite
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr rule = canonicalize
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr address = postmaster
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: address
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: address
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: private/rewrite socket: wanted
- attribute: (list terminator)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: rewrite_clnt: canonicalize:
- postmaster -> [email protected]
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >>> START Recipient address
- RESTRICTIONS <<<
- Jun 6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
- name=permit_sasl_authenticated
- Jun 6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
- name=permit_sasl_authenticated status=0
- Jun 6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
- name=permit_mynetworks
- Jun 6 23:55:37 lists postfix/smtpd[15635]: permit_mynetworks:
- dcc-hq-host-200-59-45-4.dnsba.com 200.59.45.4
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_hostname:
- dcc-hq-host-200-59-45-4.dnsba.com ~? 127.0.0.1/32
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_hostaddr: 200.59.45.4 ~?
- 127.0.0.1/32
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_hostname:
- dcc-hq-host-200-59-45-4.dnsba.com ~? 200.59.45.167/32
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_hostaddr: 200.59.45.4 ~?
- 200.59.45.167/32
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_list_match:
- dcc-hq-host-200-59-45-4.dnsba.com: no match
- Jun 6 23:55:37 lists postfix/smtpd[15635]: match_list_match: 200.59.45.4:
- no match
- Jun 6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
- name=permit_mynetworks status=0
- Jun 6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
- name=reject_unauth_destination
- Jun 6 23:55:37 lists postfix/smtpd[15635]: reject_unauth_destination:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: permit_auth_destination:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: leave existing
- entry key [email protected]
- Jun 6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
- name=reject_unauth_destination status=0
- Jun 6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
- name=reject_unknown_sender_domain
- Jun 6 23:55:37 lists postfix/smtpd[15635]: reject_unknown_address:
- parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: move existing
- entry key parturi@domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: reject_unknown_mailhost:
- domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: lookup domain_sender.com type 1
- flags 0
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dns_query: domain_sender.com
- (A): OK
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dns_get_answer: type A for
- domain_sender.com
- Jun 6 23:55:37 lists postfix/smtpd[15635]: generic_checks:
- name=reject_unknown_sender_domain status=0
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >>> END Recipient address
- RESTRICTIONS <<<
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >>> CHECKING RECIPIENT MAPS <<<
- Jun 6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: move existing
- entry key [email protected]
- Jun 6 23:55:37 lists postfix/smtpd[15635]: maps_find:
- recipient_canonical_maps: [email protected]: not found
- Jun 6 23:55:37 lists postfix/smtpd[15635]: maps_find:
- recipient_canonical_maps: chuchucha: not found
- Jun 6 23:55:37 lists postfix/smtpd[15635]: maps_find:
- recipient_canonical_maps: @news.example.com: not found
- Jun 6 23:55:37 lists postfix/smtpd[15635]: mail_addr_find:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: maps_find: canonical_maps:
- [email protected]: not found
- Jun 6 23:55:37 lists postfix/smtpd[15635]: maps_find: canonical_maps:
- chuchucha: not found
- Jun 6 23:55:37 lists postfix/smtpd[15635]: maps_find: canonical_maps:
- @news.example.com: not found
- Jun 6 23:55:37 lists postfix/smtpd[15635]: mail_addr_find:
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_mysql_lookup using sql
- query: select destination from postfix_virtual where email =
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_mysql_get_active:
- attempting to connect to host localhost
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_mysql: successful
- connection to host localhost
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_mysql: successful query
- from host localhost
- Jun 6 23:55:37 lists postfix/smtpd[15635]: dict_mysql_lookup: retrieved 0
- rows
- Jun 6 23:55:37 lists postfix/smtpd[15635]: maps_find: virtual_alias_maps:
- chuchucha
- Jun 6 23:55:37 lists postfix/smtpd[15635]: mail_addr_find:
- [email protected] -> chuchucha
- Jun 6 23:55:37 lists postfix/smtpd[15635]: connect to subsystem
- public/cleanup
- Jun 6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
- attribute: queue_id
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: queue_id
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value:
- A57F287C036
- Jun 6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
- attribute: (list terminator)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: send attr flags = 50
- Jun 6 23:55:37 lists postfix/smtpd[15635]: A57F287C036:
- client=dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250 Ok
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
- Jun 6 23:55:37 lists postfix/smtpd[15635]: <
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: DATA
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 354 End data with
- <CR><LF>.<CR><LF>
- Jun 6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
- attribute: status
- Jun 6 23:55:37 lists postfix/cleanup[15641]: A57F287C036:
- message-id=<152a01c7a8af$64e71f00$0400a8c0@bworg196ib52so>
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: status
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value: 0
- Jun 6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
- attribute: reason
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: reason
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute value: (end)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: public/cleanup socket: wanted
- attribute: (list terminator)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: input attribute name: (end)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 250 Ok: queued as
- A57F287C036
- Jun 6 23:55:37 lists postfix/qmgr[30622]: A57F287C036:
- from=<parturi@domain_sender.com>, size=1602, nrcpt=1 (queue active)
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_pat: 0x808b968
- Jun 6 23:55:37 lists postfix/smtpd[15635]: <
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: QUIT
- Jun 6 23:55:37 lists postfix/smtpd[15635]: >
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]: 221 Bye
- Jun 6 23:55:37 lists postfix/smtpd[15635]: disconnect from
- dcc-hq-host-200-59-45-4.dnsba.com[200.59.45.4]
- Jun 6 23:55:37 lists postfix/smtpd[15635]: master_notify: status 1
- Jun 6 23:55:37 lists postfix/smtpd[15635]: connection closed
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_stop: 0x808b968
- Jun 6 23:55:37 lists postfix/smtpd[15635]: watchdog_start: 0x808b968
- Jun 6 23:55:37 lists postfix/virtual[15643]: A57F287C036:
- to=<[email protected]>, relay=virtual, delay=0, status=bounced
- Jun 6 23:55:37 lists postfix/cleanup[15641]: B1FB287C038:
- message-id=<20070607025537.[email protected]>
- Jun 6 23:55:37 lists postfix/qmgr[30622]: B1FB287C038: from=<>, size=3344,
- nrcpt=1 (queue active)
- Jun 6 23:55:37 lists postfix/qmgr[30622]: A57F287C036: removed
- Jun 6 23:55:38 lists postfix/smtp[15647]: B1FB287C038:
- to=<parturi@domain_sender.com>, relay=mx1.spambrake.com[200.59.45.241],
- delay=1, status=sent (250 Ok: queued as 29E22120227)
- Jun 6 23:55:38 lists postfix/qmgr[30622]: B1FB287C038: removed
- Resulting in a message coming back to myself telling me:
- This is the Postfix program at host news.example.com.
- I'm sorry to have to inform you that your message could not be
- be delivered to one or more recipients. It's attached below.
- For further assistance, please send mail to <postmaster>
- If you do so, please include this problem report. You can
- delete your own text from the attached returned message.
- The Postfix program
- <[email protected]>: unknown user: "[email protected]"
- ******************************************
- [root@lists mailman]# postconf -n
- ******************************************
- alias_maps = hash:/etc/postfix/aliases, hash:/etc/mailman/aliases
- broken_sasl_auth_clients = yes
- command_directory = /usr/sbin
- config_directory = /etc/postfix
- daemon_directory = /usr/libexec/postfix
- debug_peer_level = 2
- home_mailbox = Maildir/
- html_directory = no
- local_recipient_maps = $alias_map $virtual_alias_maps $virtual_mailbox_maps
- unix:passwd.byname
- mailq_path = /usr/bin/mailq
- manpage_directory = /usr/local/man
- mydestination = $myhostname, $transport_maps
- mydomain = news.example.com
- myhostname = news.example.com
- mynetworks = 127.0.0.1/32, 200.59.45.167/32
- myorigin = $mydomain
- newaliases_path = /usr/bin/newaliases
- readme_directory = no
- recipient_delimiter = +
- sample_directory = /etc/postfix
- sendmail_path = /usr/sbin/sendmail
- setgid_group = postdrop
- smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks,
- reject_unauth_destination, reject_unknown_sender_domain
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_local_domain = $myhostname
- smtpd_sasl_security_options = noanonymous
- transport_maps = mysql:/etc/postfix/mysql-transport.cf
- unknown_local_recipient_reject_code = 550
- virtual_alias_maps = mysql:/etc/postfix/mysql-virtual.cf,
- hash:/etc/mailman/virtual-mailman
- virtual_create_maildirsize = yes
- virtual_gid_maps = mysql:/etc/postfix/mysql-virtual-gid.cf
- virtual_mailbox_base = /home/vmail
- virtual_mailbox_limit_maps =
- mysql:/etc/postfix/mysql-virtual-mailbox-limit-maps.cf
- virtual_mailbox_limit_override = yes
- virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-maps.cf
- virtual_maildir_extended = yes
- virtual_maildir_limit_message = Lo siento. El mensaje no se pudo entregar
- debido a que el usuario excedio su capacidad en espacio.
- virtual_overquota_bounce = yes
- virtual_uid_maps = mysql:/etc/postfix/mysql-virtual-uid.cf
- *******************************************************
- [root@lists mailman]# cat /etc/mailman/aliases
- *******************************************************
- # STANZA START: chuchucha
- # CREATED: Wed Jun 6 21:20:40 2007
- chuchucha: "|/usr/lib/mailman/mail/mailman post chuchucha"
- chuchucha-admin: "|/usr/lib/mailman/mail/mailman admin chuchucha"
- chuchucha-bounces: "|/usr/lib/mailman/mail/mailman bounces chuchucha"
- chuchucha-confirm: "|/usr/lib/mailman/mail/mailman confirm chuchucha"
- chuchucha-join: "|/usr/lib/mailman/mail/mailman join chuchucha"
- chuchucha-leave: "|/usr/lib/mailman/mail/mailman leave chuchucha"
- chuchucha-owner: "|/usr/lib/mailman/mail/mailman owner chuchucha"
- chuchucha-request: "|/usr/lib/mailman/mail/mailman request chuchucha"
- chuchucha-subscribe: "|/usr/lib/mailman/mail/mailman subscribe chuchucha"
- chuchucha-unsubscribe: "|/usr/lib/mailman/mail/mailman unsubscribe
- chuchucha"
- # STANZA END: chuchucha
- ***************************************************************
- [root@lists mailman]# cat /etc/mailman/virtual-mailman
- ***************************************************************
- # STANZA START: chuchucha
- # CREATED: Wed Jun 6 21:20:40 2007
- [email protected] chuchucha
- [email protected] chuchucha-admin
- [email protected] chuchucha-bounces
- [email protected] chuchucha-confirm
- [email protected] chuchucha-join
- [email protected] chuchucha-leave
- [email protected] chuchucha-owner
- [email protected] chuchucha-request
- [email protected] chuchucha-subscribe
- [email protected] chuchucha-unsubscribe
- # STANZA END: chuchucha
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.