5 messages in net.sourceforge.lists.courier-users[courier-users] authpwd on OpenBSD 3.3
FromSent OnAttachments
Richard WeltyMay 22, 2003 7:46 am 
Juha SaarinenMay 22, 2003 1:25 pm 
Richard WeltyMay 22, 2003 2:56 pm 
Steve ShockleyMay 27, 2003 7:56 pm 
Richard WeltyMay 27, 2003 8:39 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:[courier-users] authpwd on OpenBSD 3.3Actions...
From:Richard Welty (rwe@averillpark.net)
Date:May 22, 2003 7:46:51 am
List:net.sourceforge.lists.courier-users

[i'm new to the list, apologies in advance for any glaring stupidities]

i'm trying to get courier-imap and courier-pop3 running on a client's OpenBSD 3.3 system. version is 1.7.1 from the OpenBSD packages system.

the plan is to use authpwd, but i'm having trouble understanding how the usernames and passwords map to /etc/password and /etc/master.password

i'm handling a virtual domain; the present setup is like this (i'm not wedded to doing it this way, it just seemed fairly straightforward):

email address

fr@example.com

maps to user

fred-example.com

with home directory

/home/example.com/fred

and with the mail going into

/home/example.com/fred/maildir

what i'm seeing in /var/log/maillog is as follows:

May 22 07:55:55 mail pop3d: LOGIN: DEBUG: ip=[172.16.0.182], command=USER May 22 07:55:55 mail pop3d: LOGIN: DEBUG: ip=[172.16.0.182], command=PASS May 22 07:55:55 mail pop3d: LOGIN: DEBUG: ip=[172.16.0.182], username=fred-example.com May 22 07:55:55 mail pop3d: LOGIN: DEBUG: ip=[172.16.0.182], password=Foo123

i'm sure i'm missing something obvious, but i have yet to find any clear documentation on how authpwd makes its decisions.

thanks in advance, richard