Hi list,

I hope someone can help me or point me in the right direction ;-)

I'm using postfix with a mysql back-end and can't get mailman to work in
this environment.
I installed mailman, setup a mailinglist and tested it with:
echo "bar" | /usr/bin/mail -s "foo" [EMAIL PROTECTED]

everything went smooth. But when I send a message to [EMAIL PROTECTED]
I'll get a "Recipient address rejected: User unknown in virtual mailbox
table.".
I log the request against the DB and this is what I found:
SELECT domain FROM panel_domains WHERE domain='lists.xxx.com'
=> lists.xxx.com

select list_name from modules_mailman WHERE
list_mailhost='lists.xxx.com' AND  type="list"
=> [EMAIL PROTECTED]

SELECT transport FROM modules_mailman WHERE type="list" AND
list_mailhost='lists.xxx.com'
=> mailman:

At this point I guess mailman should kick in... but I get a:

SELECT destination FROM mail_virtual WHERE email='[EMAIL PROTECTED]' and
destination <> '' and destination <> ' '
=> NULL

SELECT maildir FROM mail_users WHERE email='[EMAIL PROTECTED]'
=> NULL

SELECT maildir FROM mail_users WHERE email='@lists.xxx.com'
=> NULL

I uploaded my main.cf: http://pastebin.com/m2a35da3d
and my master.cf: http://pastebin.com/m36ab330f

Any kind of help is highly appreciated ;-)

CU
-fu

------------------------------------------------------
Mailman-Users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
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://wiki.list.org/x/QIA9

Reply via email to