[Mailman-Users] User unknown?

Pablo L. Arturi parturi at bairesweb.com
Thu Jun 7 05:13:36 CEST 2007


Hello people. I am sure I am missing something, but can't figure it what.

I am following this instructions:

http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html

when I send a mail from parturi at domain_sender.com to the list
chuchucha at example.com, I get postfix telling me the user doesn't exist,
while it should be (and appears to find it) find it from the alias database.

domain names replaced by example.com and sender_domain.com

Thank you for your patience and help!

Refards,
Pablo



This are all relevant logs and configurations I have made:

This is the content of my mm_cfg.py (comments removed).

***********************************************
[root at 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 chuchucha at news.example.com, 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 at domain_sender.com> SIZE=1390
Jun  6 23:55:37 lists postfix/smtpd[15635]: extract_addr: input:
<parturi at domain_sender.com>
Jun  6 23:55:37 lists postfix/smtpd[15635]: smtpd_check_addr:
addr=parturi at 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 at 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 at 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 at domain_sender.com -> parturi at 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 at 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 at 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 at domain_sender.com' -> transp=`smtp' host=`domain_sender.com'
rcpt=`parturi at domain_sender.com' flags= class=default
Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: install entry key
parturi at domain_sender.com
Jun  6 23:55:37 lists postfix/smtpd[15635]: extract_addr: result:
parturi at 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:<chuchucha at news.example.com>
Jun  6 23:55:37 lists postfix/smtpd[15635]: extract_addr: input:
<chuchucha at news.example.com>
Jun  6 23:55:37 lists postfix/smtpd[15635]: smtpd_check_addr:
addr=chuchucha at news.example.com
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 =
chuchucha at news.example.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:
chuchucha at news.example.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:
chuchucha at news.example.com -> chuchucha at news.example.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 =
chuchucha at news.example.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: 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:
chuchucha at news.example.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: 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:
`chuchucha at news.example.com' -> transp=`virtual' host=`news.example.com'
rcpt=`chuchucha at news.example.com' flags= class=local
Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: install entry key
chuchucha at news.example.com
Jun  6 23:55:37 lists postfix/smtpd[15635]: extract_addr: result:
chuchucha at news.example.com
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:
postmaster at news.example.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:
postmaster -> postmaster at news.example.com
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:
chuchucha at news.example.com
Jun  6 23:55:37 lists postfix/smtpd[15635]: permit_auth_destination:
chuchucha at news.example.com
Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: leave existing
entry key chuchucha at news.example.com
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 at domain_sender.com
Jun  6 23:55:37 lists postfix/smtpd[15635]: ctable_locate: move existing
entry key parturi at 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 chuchucha at news.example.com
Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find:
recipient_canonical_maps: chuchucha at news.example.com: 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:
chuchucha at news.example.com -> (not found)
Jun  6 23:55:37 lists postfix/smtpd[15635]: maps_find: canonical_maps:
chuchucha at news.example.com: 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:
chuchucha at news.example.com -> (not found)
Jun  6 23:55:37 lists postfix/smtpd[15635]: dict_mysql_lookup using sql
query: select destination from postfix_virtual where email =
'chuchucha at news.example.com'
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:
hash:/etc/mailman/virtual-mailman(0,100): chuchucha at news.example.com =
chuchucha
Jun  6 23:55:37 lists postfix/smtpd[15635]: mail_addr_find:
chuchucha at news.example.com -> 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 at 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 at 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=<chuchucha at news.example.com>, relay=virtual, delay=0, status=bounced
(unknown user: "chuchucha at news.example.com")
Jun  6 23:55:37 lists postfix/cleanup[15641]: B1FB287C038:
message-id=<20070607025537.B1FB287C038 at news.example.com>
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 at 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

<chuchucha at news.example.com>: unknown user: "chuchucha at news.example.com"





******************************************
[root at 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 at 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 at lists mailman]# cat /etc/mailman/virtual-mailman
***************************************************************

# STANZA START: chuchucha
# CREATED: Wed Jun  6 21:20:40 2007
chuchucha at news.example.com              chuchucha
chuchucha-admin at news.example.com        chuchucha-admin
chuchucha-bounces at news.example.com      chuchucha-bounces
chuchucha-confirm at news.example.com      chuchucha-confirm
chuchucha-join at news.example.com         chuchucha-join
chuchucha-leave at news.example.com        chuchucha-leave
chuchucha-owner at news.example.com        chuchucha-owner
chuchucha-request at news.example.com      chuchucha-request
chuchucha-subscribe at news.example.com    chuchucha-subscribe
chuchucha-unsubscribe at news.example.com  chuchucha-unsubscribe
# STANZA END: chuchucha



More information about the Mailman-Users mailing list