[Mailman-Users] true virtual hosting

Dony Tata dony1985.0729 at yahoo.co.id
Thu Jul 17 04:52:10 CEST 2008


how to make mailing list abc at xxx.dom.org and abc at yyy.dom.org in the same machine from web, i use postfix and mailman 2.1.5 patch true virtual hosting. Patch true virtual hosting from "https://lethe.koumbit.net/svn/koumbit/trunk/patches/mailman-true-virtual-2.1.5.patch". i got the error " list already exits"
in mm_cfg.py i configure like this
DEFAULT_URL_HOST   = 'xxx..dom.org'
DEFAULT_EMAIL_HOST = 'xxx.dom.org'

VIRTUAL_HOSTS.clear()
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
add_virtualhost('yyy.dom.org', 'yyy.dom.org')

MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['yyy.dom.org']

in postfix i configure like this
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases, hash:/etc/mailman/aliases
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/bin/mailq.postfix
manpage_directory = /usr/share/man
mydestination = $myhostname, localhost.$mydomain, $mydomain, localhost
mydomain = dom.org
myhostname = xxx.dom.org
mynetworks = 172.18.3.0/24, 127.0.0.0/8
newaliases_path = /usr/bin/newaliases.postfix
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/postfix-2.3.3/README_FILES
recipient_delimiter = +
sample_directory = /usr/share/doc/postfix-2.3.3/samples
sendmail_path = /usr/sbin/sendmail.postfix
setgid_group = postdrop
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/mailman/virtual-mailman


      ___________________________________________________________________________
Dapatkan alamat Email baru Anda!
Dapatkan nama yang selalu Anda inginkan sebelum diambil orang lain!
http://mail.promotions.yahoo.com/newdomains/id/


More information about the Mailman-Users mailing list