2 messages in net.sourceforge.lists.courier-usersRE: [courier-users] virtual domains (...
FromSent OnAttachments
Michael EtcellJul 18, 2005 8:01 pm 
Michael EtcellJul 19, 2005 1:02 pm 
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:RE: [courier-users] virtual domains (sub-domains) using mysqlActions...
From:Michael Etcell (mcje@optusnet.com.au)
Date:Jul 19, 2005 1:02:26 pm
List:net.sourceforge.lists.courier-users

Courier users, Worked out below problem. Used just the 'user' in id field rather than 'us@staff.example.com' and comment out DEFAULT_DOMAIN field.

Now onto couriermlm...

The Field DEFAULT_DOMAIN in authmysqlrc is set to example.com. this allows users to login that have a us@example.com in their id field. If I change DEFAULT_DOMAIN to staff.example.com it will allow users to login with us@staff.example.com but will not work for us@example.com

This is how I added the users to the database:

insert into table values ( 'us@staff.example.com', OR 'us@example.com',

Michael