
1st October 2006, 11:40
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Verify email setup
I went through the tutorial here on howtoforge for setting up the perfect ubuntu dapper server. I then installed ISPConfig. Everything with ISPConfig seems to be working fine, except for email. I have deployed four sites using ISPConfig and have created email users for each, but I still can't login to my POP3 server using the accounts ISPConfig created.
Where do I need to look to begin troubleshooting?
|

1st October 2006, 12:02
|
|
Moderator
|
|
Join Date: Dec 2005
Location: The Netherlands
Posts: 2,010
Thanks: 254
Thanked 134 Times in 120 Posts
|
|
Are you using the ISPconfig's "User" name as account name in your email client, or the email address?
If it's the email address, change it to the User name (web1_info, or whatever it is on your system for that email address), and try again
|

2nd October 2006, 06:04
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Quote:
|
Originally Posted by edge
Are you using the ISPconfig's "User" name as account name in your email client, or the email address?
If it's the email address, change it to the User name (web1_info, or whatever it is on your system for that email address), and try again
|
I've tried logging in with just the User name, but to no avail. In my email client, it just tells me that the password was rejected. Here's the tail of my /var/log/mail.log file:
Code:
Oct 2 03:57:32 reformationstudios courierpop3login: LOGIN FAILED, ip=[::ffff:69.92.207.127]
Oct 2 03:57:33 reformationstudios courierpop3login: LOGOUT, ip=[::ffff:69.92.207.127]
Oct 2 03:57:37 reformationstudios courierpop3login: Connection, ip=[::ffff:69.92.207.127]
Oct 2 03:57:37 reformationstudios courierpop3login: chdir "/var/www/web3/user/web3_jhurt": Permission denied
I tried changing my password for this user to a couple of different things, but still can't seem to get in. Does the permission denied line in the log mean that my password was incorrect, or that the courierpop3login process doesn't have adequate permissions to access the file that stores the passwords?
Also, is the address of my POP3 server just www.mydomain.com, or mydomain.com, or mail.mydomain.com?
|

2nd October 2006, 12:06
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,903
Thanks: 693
Thanked 4,195 Times in 3,212 Posts
|
|
Have you enabled the "Maildir" Checkbox in ISPConfig under Management > server > settings?
What is the output of:
ls -la /var/www/web3/user/
Quote:
|
Also, is the address of my POP3 server just www.mydomain.com, or mydomain.com, or mail.mydomain.com?
|
That depends on your DNS setup. You can use any domain that points to your server IP.
|

2nd October 2006, 18:47
|
|
Junior Member
|
|
Join Date: Sep 2006
Posts: 29
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I did not have the "maildir" checkbox enabled...
Here is the output before enabling that checkbox
Code:
ls -la /var/www/web3/user
total 4
drwxr-xr-x 4 www-data web3 1024 Sep 9 23:08 .
drwxr-xr-x 8 www-data web3 1024 Sep 12 04:10 ..
-r-------- 1 root root 0 Sep 9 22:55 .no_delete
drwxr-xr-x 3 meekish web3 1024 Sep 9 22:56 web3_jhurt
drwxr-xr-x 3 meekish web3 1024 Sep 12 04:10 web3_test
And the output after enabling that checkbox and adding another user "jed.hurt" :
Code:
ls -la /var/www/web3/user
total 5
drwxr-xr-x 5 www-data web3 1024 Oct 2 16:43 .
drwxr-xr-x 8 www-data web3 1024 Sep 12 04:10 ..
-r-------- 1 root root 0 Sep 9 22:55 .no_delete
drwxr-xr-x 4 web3_jed.hurt web3 1024 Oct 2 16:43 web3_jed.hurt
drwxr-xr-x 4 meekish web3 1024 Oct 2 16:41 web3_jhurt
drwxr-xr-x 3 meekish web3 1024 Sep 12 04:10 web3_test
And here's the tail of my mail.log file after trying to check the email of the new user I just created:
Code:
Oct 2 16:43:09 reformationstudios postfix/master[14203]: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
Oct 2 16:43:09 reformationstudios postfix/master[14203]: warning: inet_protocols: configuring for IPv4 support only
Oct 2 16:43:09 reformationstudios postfix/master[14203]: daemon started -- version 2.2.10, configuration /etc/postfix
Oct 2 16:43:09 reformationstudios postfix/pickup[14219]: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
Oct 2 16:43:09 reformationstudios postfix/pickup[14219]: warning: inet_protocols: configuring for IPv4 support only
Oct 2 16:43:09 reformationstudios postfix/qmgr[14220]: warning: inet_protocols: IPv6 support is disabled: Address family not supported by protocol
Oct 2 16:43:09 reformationstudios postfix/qmgr[14220]: warning: inet_protocols: configuring for IPv4 support only
Oct 2 16:43:30 reformationstudios courierpop3login: Connection, ip=[::ffff:69.92.207.127]
Oct 2 16:43:35 reformationstudios courierpop3login: LOGIN FAILED, ip=[::ffff:69.92.207.127]
Oct 2 16:43:35 reformationstudios courierpop3login: LOGOUT, ip=[::ffff:69.92.207.127]
Oct 2 16:45:39 reformationstudios courierpop3login: Connection, ip=[::ffff:69.92.207.127]
Oct 2 16:45:45 reformationstudios courierpop3login: LOGIN FAILED, ip=[::ffff:69.92.207.127]
Oct 2 16:45:45 reformationstudios courierpop3login: LOGOUT, ip=[::ffff:69.92.207.127]
|

3rd October 2006, 17:18
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,593 Times in 2,444 Posts
|
|
Quote:
|
Originally Posted by meekish
I did not have the "maildir" checkbox enabled...
Here is the output before enabling that checkbox
Code:
ls -la /var/www/web3/user
total 4
drwxr-xr-x 4 www-data web3 1024 Sep 9 23:08 .
drwxr-xr-x 8 www-data web3 1024 Sep 12 04:10 ..
-r-------- 1 root root 0 Sep 9 22:55 .no_delete
drwxr-xr-x 3 meekish web3 1024 Sep 9 22:56 web3_jhurt
drwxr-xr-x 3 meekish web3 1024 Sep 12 04:10 web3_test
And the output after enabling that checkbox and adding another user "jed.hurt" :
Code:
ls -la /var/www/web3/user
total 5
drwxr-xr-x 5 www-data web3 1024 Oct 2 16:43 .
drwxr-xr-x 8 www-data web3 1024 Sep 12 04:10 ..
-r-------- 1 root root 0 Sep 9 22:55 .no_delete
drwxr-xr-x 4 web3_jed.hurt web3 1024 Oct 2 16:43 web3_jed.hurt
drwxr-xr-x 4 meekish web3 1024 Oct 2 16:41 web3_jhurt
drwxr-xr-x 3 meekish web3 1024 Sep 12 04:10 web3_test
|
Please run
Code:
chown web3_jhurt /var/www/web3/user/web3_jhurt
chown web3_test /var/www/web3/user/web3_test
When you want to log in with your email client to the web3_jhurt account, you're using the usernamr web3_jhurt, right?
What's the output of
Code:
ls -la /var/www/web3/user/web3_jhurt
?
|
| Thread Tools |
|
|
| Display Modes |
Hybrid Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 05:24.
|
|
Recent comments
23 hours 37 min ago
1 day 6 hours ago
1 day 10 hours ago
1 day 11 hours ago
1 day 20 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 10 hours ago
2 days 14 hours ago
2 days 14 hours ago