Using pop with Virtual Domains.

Hey all I am in the final stages of getting my email server working.

I have postfix running with virtual domains. I can send mail from the system accounts and recieve mail for my virtual and system accounts.

At this point I am trying to enable users to retrieve mail from the virtual accounts.

I have courier-imap installed. I have configured the pop3d and imapd daemons to the best of my abilites and have them running.

I have setup authdaemon for the pop and imap authentication. I have started authdamon. The type of authentication I am using it the userdb style.

In userdb I have
name <tab> mail=/path/ to/account/|systempw=secretpw

I ran makeuserdb and the .dat file and others were created.

My postfix error log is giving me a generic pop3d LOGIN FALURE

I set pop3d to a debug mode. When a connection is made it consits of 4 entries per failed attempt.
1) Connection
2)Command=USER
3)Command=PASS
4)username=the submitted user name


I would appreciate any and all help

thanks for your time,

Matt

 

 

 

 

Top