
5th January 2011, 02:04
|
|
Junior Member
|
|
Join Date: Jan 2011
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
IMAP Server dropping connection
I was following this tutorial
http://www.howtoforge.com/virtual-us...dora-14-x86_64
I was able to telnet localhost 143 and get a response, but when I log in through webmail, and my credentials are authenticated. I get "ERROR: Connection dropped by IMAP server." Any advice on this issue?
|

5th January 2011, 14:03
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Are there any errors in your mail log (in the /var/log/ directory)?
|

5th January 2011, 23:43
|
|
Junior Member
|
|
Join Date: Jan 2011
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
None at all
|

6th January 2011, 15:19
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Did you send a welcome email before you logged into webmail?
|

6th January 2011, 22:59
|
|
Junior Member
|
|
Join Date: Jan 2011
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Yep, I did it through mailx and such, and that said it was OK.
|

7th January 2011, 14:22
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Can you send an email to that account and then try to log into your webmail and post and excerpt of your mail log here?
Did you disable SELinux?
|

7th January 2011, 22:42
|
|
Junior Member
|
|
Join Date: Jan 2011
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Code:
Jan 7 16:28:19 li238-236 postfix/trivial-rewrite[25172]: warning: do not list domain 360chatter.com in BOTH mydestination and virtual_mailbox_dom$
Jan 7 16:28:19 li238-236 postfix/smtpd[25183]: E6FDF16B19: client=unknown[127.0.0.1]
Jan 7 16:28:20 li238-236 postfix/cleanup[25177]: E6FDF16B19: message-id=<C607E984A72A4B14B5B767CFE9391DFD@CassidyChanPC>
Jan 7 16:28:20 li238-236 postfix/smtpd[25183]: disconnect from unknown[127.0.0.1]
Jan 7 16:28:20 li238-236 postfix/qmgr[7752]: E6FDF16B19: from=<liquid.1520@al-rs.net>, size=2215, nrcpt=1 (queue active)
Jan 7 16:28:20 li238-236 postfix/trivial-rewrite[25172]: warning: do not list domain 360chatter.com in BOTH mydestination and virtual_mailbox_dom$
Jan 7 16:28:20 li238-236 amavis[18080]: (18080-05) Passed CLEAN, [174.136.50.43] [96.252.125.29] <liquid.1520@al-rs.net> -> <stryker@360chatter.c$
Jan 7 16:28:20 li238-236 postfix/smtp[25178]: C5BCE16B18: to=<stryker@360chatter.com>, relay=127.0.0.1[127.0.0.1]:10024, delay=6.4, delays=0.15/0$
Jan 7 16:28:20 li238-236 postfix/qmgr[7752]: C5BCE16B18: removed
Jan 7 16:28:20 li238-236 postfix/local[25185]: E6FDF16B19: to=<stryker@360chatter.com>, relay=local, delay=0.67, delays=0.19/0.42/0/0.06, dsn=5.1$
Jan 7 16:28:20 li238-236 postfix/cleanup[25177]: 95D2416B1A: message-id=<20110107212820.95D2416B1A@360chatter.com>
Jan 7 16:28:20 li238-236 postfix/bounce[25186]: E6FDF16B19: sender non-delivery notification: 95D2416B1A
Jan 7 16:28:20 li238-236 postfix/qmgr[7752]: 95D2416B1A: from=<>, size=4050, nrcpt=1 (queue active)
Jan 7 16:28:20 li238-236 postfix/qmgr[7752]: E6FDF16B19: removed
Jan 7 16:28:22 li238-236 postfix/smtp[25187]: 95D2416B1A: to=<liquid.1520@al-rs.net>, relay=al-rs.net[174.136.50.43]:25, delay=2.2, delays=0/0.01$
Jan 7 16:28:22 li238-236 postfix/qmgr[7752]: 95D2416B1A: removed
Jan 7 16:29:00 li238-236 imapd: Connection, ip=[::1]
Jan 7 16:29:00 li238-236 imapd: LOGIN FAILED, user=stryker@360chatter.com, ip=[::1]
Jan 7 16:29:00 li238-236 imapd: authentication error: Input/output error
Jan 7 16:29:00 li238-236 authdaemond: authmysql: MYSQL_SERVER nor MYSQL_SOCKET set in/etc/authlib/authmysqlrc.
|

7th January 2011, 22:55
|
|
Junior Member
|
|
Join Date: Jan 2011
Posts: 11
Thanks: 6
Thanked 0 Times in 0 Posts
|
|
have you adressed this ?
Jan 7 16:28:20 li238-236 postfix/trivial-rewrite[25172]: warning: do not list domain 360chatter.com in BOTH mydestination and virtual_mailbox_dom$
|

8th January 2011, 14:28
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 41,665
Thanks: 1,896
Thanked 2,594 Times in 2,445 Posts
|
|
Jan 7 16:28:20 li238-236 postfix/trivial-rewrite[25172]: warning: do not list domain 360chatter.com in BOTH mydestination and virtual_mailbox_dom$Please remove 360chatter.com from the mydestination line in /etc/postfix/main.cf and restart Postfix.
|
|
The Following User Says Thank You to falko For This Useful Post:
|
|

8th January 2011, 19:57
|
|
Junior Member
|
|
Join Date: Jan 2011
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Still getting an error
Code:
Jan 8 13:55:44 li238-236 clamd[5472]: SelfCheck: Database status OK.
Jan 8 13:56:07 li238-236 imapd: Connection, ip=[::1]
Jan 8 13:56:07 li238-236 authdaemond: authmysql: MYSQL_SERVER nor MYSQL_SOCKET set in/etc/authlib/authmysqlrc.
Jan 8 13:56:07 li238-236 imapd: LOGIN FAILED, user=stryker@360chatter.com, ip=[::1]
Jan 8 13:56:07 li238-236 imapd: authentication error: Input/output error
But my file contains this
Code:
MYSQL_SERVER localhost
MYSQL_USERNAME mail_admin
MYSQL_PASSWORD **********
MYSQL_PORT 0
MYSQL_DATABASE mail
MYSQL_USER_TABLE users
MYSQL_CRYPT_PWFIELD password
#MYSQL_CLEAR_PWFIELD password
MYSQL_UID_FIELD 5000
MYSQL_GID_FIELD 5000
MYSQL_LOGIN_FIELD email
MYSQL_HOME_FIELD "/home/vmail"
MYSQL_MAILDIR_FIELD CONCAT(SUBSTRING_INDEX(email,'@',-1),'/',SUBSTRING_INDEX(email,'@',1),'/')
Last edited by liquid 1520; 8th January 2011 at 20:01.
|
| Thread Tools |
|
|
| Display Modes |
Linear 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
|
|
|
Similar Threads
|
| Thread |
Thread Starter |
Forum |
Replies |
Last Post |
|
Statistic not working
|
mzo |
Installation/Configuration |
49 |
20th April 2011 12:19 |
|
Email doesn't work...
|
Ventzy |
Installation/Configuration |
1 |
14th February 2010 11:49 |
|
Mail not working
|
epicuniversal |
General |
5 |
13th June 2009 08:24 |
|
Invision
|
mryoda |
Installation/Configuration |
5 |
12th February 2009 15:35 |
|
Email - Ueb-Miau
|
mazhar |
Installation/Configuration |
5 |
21st December 2005 10:01 |
All times are GMT +2. The time now is 14:22.
|
|
Recent comments
13 hours 1 min ago
18 hours 5 min ago
22 hours 30 min ago
1 day 19 min ago
1 day 14 hours ago
1 day 14 hours ago
1 day 19 hours ago
2 days 2 hours ago
2 days 3 hours ago
2 days 4 hours ago