planet_fox
Super-Moderator
Hi ich verusche grad an hand folgendem howto das hier um zu setzen
http://home.subnet.at/~max/mail/mailman.php#install
folgendes sollte in verbindung mit den postfix eisntellungen für ispconfig problemen machen denke ich ne idee wie man das denoch umsetzen kann
http://home.subnet.at/~max/mail/mailman.php#install
folgendes sollte in verbindung mit den postfix eisntellungen für ispconfig problemen machen denke ich ne idee wie man das denoch umsetzen kann
Code:
Add to /etc/postfix/main.cf:
virtual_maps = hash:$config_directory/virtual, regexp:/etc/postfix/virtual-regexp
[ The following settings are Debian-Postfix-Defaults already:
recipient_delimiter = +
mailbox_command = /usr/bin/procmail -a "$EXTENSION"
]
Create /etc/postfix/virtual-regexp:
# mandatory
/^(postmaster|root|abuse)@lists\.yourdomain\.net$/ $1@yourdomain.net
# commands
/^([a-zA-Z0-9_\-]+)-(post|admin|request|owner|on|off)@lists\.yourdomain\.net$/ mailman-$2+$1
# lists (command -post)
/^([a-zA-Z0-9_\-]+)@lists\.yourdomain\.net$/ mailman-post+$1