Monday, February 3, 2003, 12:25:48 AM, [EMAIL PROTECTED] wrote:
> while watching my /var/log/maillog i noticed the following: the
> qmail-to-mailman.py seems to grab correctly the incoming
> [EMAIL PROTECTED] email, but tryes to forward it to
> [EMAIL PROTECTED] witch doesn't exist.
In qmail-to-mailman-py replace the line that says:
local = re.sub("^mailman-","",local)
with:
user = os.environ["USER"]
local = re.sub("^" + user + "-","",local)
Also keep in mind that qmail and vpopmail run under different uids
normally which can cause some problems (not sure how the FreeBSD ports
handle this). I've found that using the qmail users/assign file a better
solution for pure mailing list vhosts than vpopmail.
--
Kjartan <[EMAIL PROTECTED]> (http://natrak.net/)
:: "Real programmers don't work from 9 to 5. If any real
programmers are around at 9am it's because they were up all
night."
------------------------------------------------------
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/
This message was sent to: [email protected]
Unsubscribe or change your options at
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org