Hey,
Having a problem getting vpopmail to autheticate for "default domain"
users - sending just a username (without the %domain) doesn't seem to
work. Sending the full user%domain does, btw.
I have configured with the --enable-default-domain option and also
tried linking the users dir to the virtual domain dir (per the faq)
without much success.
Here is the error I get:
su-2.04# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.phoenixdsl.com.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user bjw2
+OK
pass testpass
-ERR authorization failed
Connection closed by foreign host.
...as opposed to this:
su-2.04# telnet localhost 110
Trying 127.0.0.1...
Connected to localhost.phoenixdsl.com.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user bjw%phoenixdsl.com
+OK
pass testpass
+OK
....what little step have I forgotten to do here? I have seen 3 other
posts about this, all didn't seem to be help me. I am running vpopmail
(latest version)+mysql.
When I run vadduser and specify a username like bjw3 and bjw2(with no
domain) I end up with entries in my mysql database like this:
| bjw2 | yes | 30AxwgLWDDRrM | 1 | 0 |
bjw2 | �(�.�"s�������(/bjw2 |
10 |
| bjw3 | yes | qDtxgohj4zUwk | 1 | 0 |
bjw3 | �(k�=�s�>����(/bjw3 | 50
| bjw | phoenixdsl.com | u;0d3ISFxiMSQ | 1 | 0 |
bjw | /var/qmail/vpopmail/domains/phoenixdsl.com/bjw
(bjw was added with vadduser [EMAIL PROTECTED] <pass>)
...whats with those directories?
su-2.04# telnet mail01.phoenixdsl.com 110
Trying 64.32.136.55...
Connected to mail01.phoenixdsl.com.
Escape character is '^]'.
+OK <[EMAIL PROTECTED]>
user bjw
+OK
pass testpass
-ERR this user has no $HOME/Maildir
Connection closed by foreign host.
The username I created b using a full email address gives a different
error......
Thanks in advance, and thank you to all the people who have devoted time
and resources to make this project....
Have a great day,
Brendan