Dony Tata wrote:

>how to configure virtual domain in postfix + mailman? in my mm_cfg.py i 
>configure like this
>MTA = 'Postfix'
>POSTFIX_STYLE_VIRTUAL_DOMAINS = ['doma.ac.id','domb.ac.id']
>in postfix/main.cf, configure like this 
>virtual_alias_maps = hash:/etc/mailman/virtual-mailman
>alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases
>alias_database = hash:/etc/aliases, hash:/etc/mailman/aliases


It's not a fatal mistake, but normally, you want
"hash:/etc/mailman/aliases" only in alias_maps and not in
alias_database. This is because Mailman runs postalias to update its
aliases.db whenever Mailman changes its aliases, so you don't need to
have Postfix do it whenever newaliases is run.


>i have sucsess create new mailing list "[EMAIL PROTECTED] " i have sucsess 
>subscribe member,but if  a member  send  mail to  [EMAIL PROTECTED], i have 
>got error 
><[EMAIL PROTECTED]>"Host or domain name not found. Name service error for 
>name=doma.ac.id type=A: Host not found>


As pointed out in another reply, this is a DNS issue. The sending MTA
does not know where to deliver mail for the dom.ac.id domain because
it has no MX or A record in DNS.

-- 
Mark Sapiro <[EMAIL PROTECTED]>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to