1

Topic: can't send email to my own domain email address

==== Required information ====
- iRedMail version (check /etc/iredmail-release):
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I have my mail domain website hosted on the separate box than my mail server.
I just move the mail server to a new box and installed iredmail (SOGo) and update MX record to point to the new box. Now my user with mydomain.com are not able to receive email from "mydomain.com"

$toMail = "me@gmail.com"; //this works - I get the email at my gmail
$toMail = "me@mydomain.com"; //this doesn't - I get nothing

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: can't send email to my own domain email address

Please show us related error log/message.

3

Re: can't send email to my own domain email address

ZhangHuangbin wrote:

Please show us related error log/message.

I don't know how to get the error file but attached is the message i get when i try to test mail from my domain server.

Post's attachments

sendmailerror.PNG
sendmailerror.PNG 30.45 kb, 3 downloads since 2017-08-26 

You don't have the permssions to download the attachments of this post.

4

Re: can't send email to my own domain email address

No error in your screenshot.

Are you running Sendmail or Postfix as MTA? Please show us output of command:

netstat -ntlp | grep :25

5 (edited by myprimeportal 2017-08-28 06:20:06)

Re: can't send email to my own domain email address

attached is the screenshot you requested

note: this screenshot if from my server that is hosting the mail domain

Post's attachments

sendmailerror_1.PNG
sendmailerror_1.PNG 4.42 kb, 1 downloads since 2017-08-27 

You don't have the permssions to download the attachments of this post.

6

Re: can't send email to my own domain email address

any suggestion here

7

Re: can't send email to my own domain email address

You're running sendmail as MTA, this is wrong.
Please stop sendmail service, and start postfix instead.