Hi, Le 07/11/2016 à 23:01, Christian a écrit : > Thanks I changed it back to Postfix. 'transport-mailman' get's created > correctly again. > The error message is still the same.
I've this about mailman on my config (main.cf):
virtual_alias_maps = hash:/usr/local/etc/postfix/virtual_alias,
hash:/usr/local/mailman/data/virtual-mailman
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
alias_maps = hash:/etc/mail/aliases, hash:/usr/local/mailman/data/aliases
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
alias_database = hash:/etc/mail/aliases, hash:/usr/local/mailman/data/aliases
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nothing else. Nothing in transport sections.
And in mm_cfg.py (I've three domains) :
MTA = 'Postfix'
DEFAULT_URL_HOST="listes.gegeweb.org"
DEFAULT_EMAIL_HOST="listes.gegeweb.org"
add_virtualhost(DEFAULT_URL_HOST, DEFAULT_EMAIL_HOST)
add_virtualhost('ml.scasb.org', 'ml.scasb.org')
add_virtualhost('listes.grisbi.org','listes.grisbi.org')
POSTFIX_STYLE_VIRTUAL_DOMAINS = [
'listes.gegeweb.org',
'listes.grisbi.org',
'ml.scasb.org',
]
And domains are listed, one per line in the virtual_domains file (in main.cf) :
virtual_alias_domains = /usr/local/etc/postfix/virtual_domains
And I've some aliases configured as destination address on the list's config in
the virtual_alias table lilke this :
## Moderators grisbi.admin
## Mailman List Aliases
#
[email protected] [email protected]
[email protected] [email protected]
And, make by mailman in data/aliases for the [email protected] list :
# STANZA START: devel
# CREATED: Fri Jul 6 23:10:51 2012
devel: "|/usr/local/mailman/mail/mailman post devel"
devel-admin: "|/usr/local/mailman/mail/mailman admin devel"
devel-bounces: "|/usr/local/mailman/mail/mailman bounces devel"
devel-confirm: "|/usr/local/mailman/mail/mailman confirm devel"
devel-join: "|/usr/local/mailman/mail/mailman join devel"
devel-leave: "|/usr/local/mailman/mail/mailman leave devel"
devel-owner: "|/usr/local/mailman/mail/mailman owner devel"
devel-request: "|/usr/local/mailman/mail/mailman request devel"
devel-subscribe: "|/usr/local/mailman/mail/mailman subscribe devel"
devel-unsubscribe: "|/usr/local/mailman/mail/mailman unsubscribe devel"
# STANZA END: devel
And in data/virtual-mailman
# STANZA START: devel
# CREATED: Fri Jul 6 23:10:51 2012
[email protected] devel
[email protected] devel-admin
[email protected] devel-bounces
[email protected] devel-confirm
[email protected] devel-join
[email protected] devel-leave
[email protected] devel-owner
[email protected] devel-request
[email protected] devel-subscribe
[email protected] devel-unsubscribe
# STANZA END: devel
This two files, aliases en virtual-mailman and the db are created and updated
by mailman without have something to do.
--
Gérald Niel
<[email protected]>
signature.asc
Description: OpenPGP digital signature
------------------------------------------------------ Mailman-Users mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-users/archive%40jab.org
