Current time: 11-23-2024, 12:48 PM Hello There, Guest! (LoginRegister)


Post Reply 
[SOLVED] courier replaced with dovecot one mail users can't auth unknown user
Author Message
sci2tech Away
Senior Member
****

Posts: 1,285
Joined: Jan 2007
Reputation: 23
Post: #8
RE: courier replaced with dovecot one mail users can't auth unknown user
Find this line
Code:
if ($username =~ /^(([a-z0-9\-]+\.?)+)@(([a-z0-9\-]+\.?)+)$/) {
and replace with
Code:
if ($username =~ /^(([a-z0-9_\-]+\.?)+)@(([a-z0-9\-]+\.?)+)$/) {
in ispcp-dovecot-mngr. It seems that I must work this regexp a little more Wink
(This post was last modified: 03-04-2009 04:52 AM by sci2tech.)
03-04-2009 04:52 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RE: courier replaced with dovecot one mail users can't auth unknown user - sci2tech - 03-04-2009 04:52 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)