Mail and webmail not working

tabby

Verified User
Joined
Sep 11, 2012
Messages
7
Hi all, please help, mail and webmail works with my old domains, but when I try and add a new domain, the mail and webmail dont work for them.

Help me, what info shall I post for better helping me.

Sorry for my english, its not my native lang.
regards
Jonathan
 
How are you attempting to access them? /webmail /squirrelmail /roundcube should be global redirects
 
Via msn livemail and webmail (roundcube), strange I can acces mail via livemail and webmail for old domains, but new ones I get with roundcube:
"can't connect to imap server"
 
Are you accessing roundcube via:

http://domain.com/roundcube

It should be connecting to roundcube via localhost.

You might want to look through roundcubes config/main.inc.php file.

You should set this setting:

$rcmail_config['default_host'] = 'localhost';

Then follow this guide to make sure your settings stick for updates.

http://help.directadmin.com/item.php?id=365

You might also have a dns problem. You should check your dns settings and make sure the host resolves properly.
 
Not sure if it would help but you can try:

Code:
cd /usr/local/directadmin/custombuild
./build update
./build update_versions
./build roundcube d

If it still doesnt work you might need to look at /var/www/html/roundcube/logs/errrors
 
Thanks, cd /usr/local/directadmin/custombuild
./build update
./build update_versions

did it, wow thanks so much
 
I have now a new problem, all incomming mail are very slow in comming in, 3/4 day delayed, its kust on one domain and my own are comming very quick.
Its just incomming, outgoing are normal.
I have a mail header:

"Return-path: <[email protected]>
Envelope-to: [email protected]
Delivery-date: Wed, 19 Sep 2012 13:04:12 +0200
Received: from snt0-omc2-s44.snt0.hotmail.com ([65.54.61.95])
by server.xxx.dk with esmtp (Exim 4.76)
(envelope-from <[email protected]>)
id 1TEI4i-0005RF-5y
for [email protected]; Wed, 19 Sep 2012 13:04:12 +0200
Received: from SNT125-W48 ([65.55.90.73]) by snt0-omc2-s44.snt0.hotmail.com with Microsoft SMTPSVC(6.0.3790.4675);
Tue, 18 Sep 2012 11:27:12 -0700
Message-ID: <[email protected]>
Content-Type: multipart/alternative;
boundary="_9dd31283-3b78-4424-9e49-41a7ea3728c5_"
X-Originating-IP: [131.164.224.34]
 
Hotmail got the email at 11:27:12 -0700 on 18 September. That's the same time as 20:27:12 +0200 on 18 September. If the date/time on your server is correct, then the email was delayed. But check your server time as a first step. If your server time is correct then check your logs to see if there were earlier tries.

If you don't see earlier tries, then the problem is with Hotmail.

Jeff
 
My server are running 2 hours behind, but the mails from ect hotmail are days underway, what logs shall I look in ?
 
Back
Top