Unable to Send and Receive E-Mails

fammari

New member
Joined
Oct 4, 2007
Messages
3
Hello everyone,
i have been trying to fix this issue for days now without any success. to be honest i have no idea what is the issue or where to dig but i have tried many suggestions without success.

The issue in simple words that i am unable to send or receive emails submitted by any user in my DirectAdmin server, i have setup few user accounts and then created emails to start using them but whenever i try to send using Roundcube or receive i see nothing in the mailbox.

Can you please help out here!!

will be able to provide any details needed to fix this issue.

Many thanks in advance guys.
 
Check your mx records, check your mail logs.

/var/log/exim/mainlog
 
MX record is defined as:

mail MX 10

mainlog has no entries, maillog shows:
Mar 14 23:32:08 server dovecot: imap([email protected]): Disconnected: Logged out bytes=50/404
Mar 14 23:32:56 server dovecot: auth: shadow([email protected],127.0.0.1): unknown user
Mar 14 23:32:56 server dovecot: auth: passwd([email protected],127.0.0.1): unknown user
Mar 14 23:32:56 server dovecot: imap-login: Login: user=<[email protected]>, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, mpid=18445, secured
Mar 14 23:32:56 server dovecot: imap([email protected]): Disconnected: Logged out bytes=50/404


Any ideas?
 
Are you sure that's the correct log?

/var/log/exim/mainlog should look different as far as i remember....

That look to me as /var/log/maillog (that show you logins, not emails traffic)

Regards
 
Back
Top