Sentora Support Forums

Full Version: Unable to receive Mails
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello.

Till yesterday i was using zPanel 10.1.1 on Ubuntu 12.04, so because of higher version of PHP i was forced to upgrade.

I reinstalled my VPS, now it has Ubuntu 14.04 and Sentora with:

Installer version 1.0.1

Sentora core version 1.0.0
Sentora preconf version 1.0.0

I've set up my dns records like previously on zPanel, but i can't receive mails.
However i'm able to send emails, but i can't receive them.

Here's some log files (mail.log):
Code:
Apr  2 13:29:49 94ugqj5rdw postfix/smtpd[5590]: connect from blu004-omc4s13.hotmail.com[65.55.111.152] Apr  2 13:29:49 94ugqj5rdw postfix/smtpd[5590]: NOQUEUE: reject: RCPT from blu004-omc4s13.hotmail.com[65.55.111.152]: 454 4.7.1 <dackko@of.mk>: Relay access denied; from=<popotreba@outlook.com> to=<dackko@of.mk> proto=ESMTP helo=<BLU004-OMC4S13.hotmail.com> Apr  2 13:29:49 94ugqj5rdw postfix/smtpd[5590]: lost connection after RCPT from blu004-omc4s13.hotmail.com[65.55.111.152] Apr  2 13:29:49 94ugqj5rdw postfix/smtpd[5590]: disconnect from blu004-omc4s13.hotmail.com[65.55.111.152] Apr  2 13:29:49 94ugqj5rdw postfix/smtpd[5592]: connect from blu004-omc4s13.hotmail.com[65.55.111.152] Apr  2 13:29:50 94ugqj5rdw postfix/smtpd[5592]: NOQUEUE: reject: RCPT from blu004-omc4s13.hotmail.com[65.55.111.152]: 454 4.7.1 <dackko@of.mk>: Relay access denied; from=<popotreba@outlook.com> to=<dackko@of.mk> proto=ESMTP helo=<BLU004-OMC4S13.hotmail.com> Apr  2 13:29:50 94ugqj5rdw postfix/smtpd[5592]: disconnect from blu004-omc4s13.hotmail.com[65.55.111.152] Apr  2 13:32:33 94ugqj5rdw postfix/smtpd[5630]: connect from localhost[::1] Apr  2 13:32:33 94ugqj5rdw postfix/smtpd[5630]: 09D3AA2C7D: client=localhost[::1], sasl_method=LOGIN, sasl_username=dackko@of.mk Apr  2 13:32:33 94ugqj5rdw postfix/cleanup[5633]: 09D3AA2C7D: message-id=<31c635329b53b88b0be5a3a5e106d913@of.mk> Apr  2 13:32:33 94ugqj5rdw postfix/qmgr[5460]: 09D3AA2C7D: from=<dackko@of.mk>, size=1057, nrcpt=1 (queue active) Apr  2 13:32:33 94ugqj5rdw postfix/smtpd[5630]: disconnect from localhost[::1] Apr  2 13:32:34 94ugqj5rdw postfix/smtp[5635]: 09D3AA2C7D: to=<popotreba@outlook.com>, relay=mx4.hotmail.com[65.55.37.120]:25, delay=1.7, delays=0.05/0.01/0.49/1.1, dsn=2.0.0, status=sent (250  <31c635329b53b88b0be5a3a5e106d913@of.mk> Queued mail for delivery) Apr  2 13:32:34 94ugqj5rdw postfix/qmgr[5460]: 09D3AA2C7D: removed

btw i've tried changing the main.cf settings like it was on the previous installation into this.
Code:
# network settings inet_interfaces = all mydomain = mail.of.mk myhostname = mail.of.mk #mynetworks = 127.0.0.1, 5.175.194.242 mynetworks = all mydestination = localhost.$mydomain, localhost relay_domains = proxy:mysql:/etc/sentora/configs/postfix/mysql-relay_domains_maps.cf
but still no luck.

What could causing this ?

Thanks.
Wrong

mynetworks = all

Means you accept to relay emails from ALL domains. Get ready for spam & being black listed, you should remove that.

We need the error you have. Likely check DNS MX if you are not able to receive.

M B
Its fixed now and i think all of this is my fault:
Yesterday i revert the changes back like it was on installing.
Deleted the second MX record, i just leaved 1.

However i forgot to mention, i was importing data from zPanel database.
The tables i've imported were:
- sentora_core.x_mailboxes
- sentora_postfix.mailbox
- sentora_roundcube.identities
- sentora_roundcube.users

I do not noticed that there's data in table:
- sentora_postfix.domain

So maybe that's was the key problem after all?