search for: 5915e1fe

Displaying 1 result from an estimated 1 matches for "5915e1fe".

2007 Jun 13
2
Domain part / auth_username_format
Hey folks, I want to authenticate a pop3 user without a domain part and then use the domain part to specify a Maildir subfolder to grab messages from. So, this was my attempt: # use the domain part to access a subfolder mail_location = maildir:/mail/%n/Maildir/%d # strip of the domain part for authentication purposes auth_username_format = %n login: testuser at .INBOX.SubFolder