Are you remembering to setup the Virtual domains inside ~mailman/Mailman/mm_cfg.py? If Mailman does not see the virtual domain defined in mm_cfg.py then it will only attempt local mailing via the default domain.
On Sun, 2003-02-02 at 18:25, [EMAIL PROTECTED] wrote: > In my attempts to get qmail-to-mailman.py to work with mailman_2.1/qmail/vpopmail on >FreeBSD 4.7_stable.. > -All the previous softwares were installed from port tree- > > --- > Note, for further references: > domain.com = mydomain > ml.domain.com = virtual domain used for mailman > host.domain.com = my qmail server > ---- > > After install here is what I do: > > /var/qmail/bin/maildirmake /usr/local/mailman/Maildir - i use the >/var/qmail/boot/home script - > > cp ../whatever/qmail-to-mailman.py /usr/local/mailman/ > > vi qmail-to-mailman.py : > MailmanHome = "/usr/local/mailman" > MailmanOwner = [EMAIL PROTECTED] > > vi /usr/local/mailman/.qmail-default > |preline /usr/local/bin/python /usr/local/mailman/qmail-to-mailman.py > > touch /usr/local/mailman/.qmail-owner > > /usr/local/mailman/bin/check_perms -f (as root) > > vi /var/qmail/virtualdomains > ml.domain.com:mailman > > - note: the mailman 2.1 port for FreeBSD now loads the ~mailman/cron/crontab.in >automaticaly on install.. > so i don't install it here - > > /var/qmail/rc stop > /var/qmail/rc start > /usr/local/mailman/bin/mailmanctl start > > --- > > That's for the setup, > Now comes the testing > > i created a "testlist" using /usr/local/mailman/bin/newlist .. > (received the greeting email on list creation) > > i edited the list property, adding my email as list moderator. > > and than emailed [EMAIL PROTECTED] > > 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. > > on my client pc, i receive an email from [EMAIL PROTECTED] telling me >the mail is held for approval. > In the same time i also receive a mailer-daemon msg with the field to: >[EMAIL PROTECTED] > > so my guess is qmail-to-mailman.py gets the mail correctly, but forwards it to the >wrong domain ? > should'nt it forward the email to [EMAIL PROTECTED] and therefore to >mailman ? > > > Any help or suggestions are highly welcomed. > > Regards. > > [EMAIL PROTECTED] > > > ------------------------------------------------------ > 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/jonc%40nc.rr.com ------------------------------------------------------ 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
