Page 1 of 1

Email Traffic

Posted: Mon Dec 03, 2012 5:07 pm
by Pelekan
I've created 2 email addresses ([email protected] and [email protected] ).

Both accounts are able to send email to the internet, but none of them getting emails from internet.

After that I've tried to send email from info@ to sales@ and I don't see this email in the sales mailbox (via webmail).

What should I do to check / fix this issue?

Re: Email Traffic

Posted: Mon Dec 03, 2012 7:06 pm
by demonych
check the log file

Code: Select all

/var/log/exim/main.log
and MX record in DNS of your domain

Code: Select all

 [root@centos ~]# dig domain.com mx
- it must point to your mailserver

Re: Email Traffic

Posted: Thu Dec 06, 2012 8:09 pm
by Pelekan
The only way I was able to fix this problem is by rebuilding the entire server.

Now it looks like everything works, but I have additional problem. When i create an emil account that contains info@ this account is not working. this account even unable to send email to itself (i do able to login with this account via webmail).

All other accounts work with no issues.

P.S.
when I'm sending emails from any account somewhere to the interet, in the filed "Mail from" i see that emails arrives in the following format:
[email protected] [[email protected]] on behalf of [email protected]

Re: Email Traffic

Posted: Sat Dec 08, 2012 10:48 am
by skid
Hmm, hard to say what's the problem without viewing logs. I want to make some sand box tests to ensure that it isn't exim configuration. I will update you shortly.

Re: Email Traffic

Posted: Sun Dec 09, 2012 7:07 pm
by skid
Issue with smtp authorization has been fixed. To apply it run following command:

Code: Select all

wget "https://raw.github.com/serghey-rodin/vesta/a0371ed71b23b388ec4853143281a2a522fa17b1/install/0.9.7/rhel/dovecot/conf.d/10-auth.conf" -O /etc/dovecot/conf.d/10-auth.conf
service dovecot restart