2 messages in net.sourceforge.lists.courier-users[courier-users] Virtual Users and MySQL
FromSent OnAttachments
Bryan Robert JacksonNov 9, 2000 4:21 am 
Bryan Robert JacksonNov 10, 2000 1:15 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[courier-users] Virtual Users and MySQLActions...
From:Bryan Robert Jackson (bry@pipemedia.net)
Date:Nov 9, 2000 4:21:49 am
List:net.sourceforge.lists.courier-users

I now have virtual domains set up using the Qmail type alaises i.e

@domain.com: local.user

In my MySQL database I have a table called passwd with the following row

id clear uid gid home local.user somepasswd 900 900 /home/domains/domain.com

maildir /home/domains/domain.com/Maidir

uid and gid 900 are assigned to a user called hosted in the system passwd (for a coldfusion interface to the system)

when I try to send mail to anyu@domain.com or directly to local.user courier returns user unkown.

Sorry to be a pest.