Hello!

After several researches with Google and archives of mailinglists please allow me to contact you via this mailinglist.

Our postfix-mailserver hosts several domains (virtual mailhosting, postfix/mysql) and "mailman".

The "primary domain" myserver.de is a virtualized domain also. So this domain is not listed in mydestination:
-->
myhostname = mail.myserver.de
mydomain   = myserver.de
myorigin   = $mydomain

mydestination = $myhostname, localhost
<--

As far as I understand mailman forwards all emails to the "primary domain" (mydomain) and mailman is only working if I add $mydomain to mydestination.

But when doing this there are warnings from postfix that it is not allowed to list the domain in the virtual aliases (mysql-database) and in relay_domains.

Is there any possiblity to configure mailman to forward the emails in ./data/virtual-mailman not to "[EMAIL PROTECTED]" but to "[EMAIL PROTECTED]"?

My actual config is:
-->
DEFAULT_EMAIL_HOST = 'mail.myserver.de'
DEFAULT_URL_HOST = 'lists.myserver.de'
DEFAULT_URL_PATTERN = 'http://%s/mailman/'

MTA = 'Postfix'
POSTFIX_STYLE_VIRTUAL_DOMAINS = ['lists.myserver.de']
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
<--

Or am I missing an important point?

Kind regards,

     Jens


------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to