1 (edited by shareefbab 2019-10-14 14:10:23)

Topic: Issue Sending mail from AIX / Linux system

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 0.9.9 professional
- Deployed with iRedMail Easy or the downloadable installer? downloadable installer
- Linux/BSD distribution name and version: Centos 7.3
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Nginx
- Manage mail accounts with iRedAdmin-Pro? YES
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====
I am not receiving mails from AIX / Linux System - after upgrading to the latest version

/etc/postfix/sender_access.pcre
/^172\.16\./            OK
/^172\.20\./            OK
/^172\.17\.100\./       OK
/^172\.17\.101\./       OK
/^172\.17\.102\./       OK

/opt/iredapd/settings.py
MYNETWORKS =['172.17.100.0/24', '172.20.11.0/24', '172.16.11.0/24']

/var/log/maillog
sender address rejected: Domain not found; from=<root@bab-erpdb.al-babtain.com.sa> to=<shareefbab@al-babtain.com.sa> proto=ESMTP helo=<bab-erpdb.al-babtain.com.sa>
Oct 14 08:57:09 babmail postfix/smtpd[18139]: disconnect from unknown[172.20.11.100]

----

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

2

Re: Issue Sending mail from AIX / Linux system

It's rejected due to can not resolve the domain name "bab-erpdb.al-babtain.com.sa" by DNS queery.
You can whitelist this AIX/Linux server IP address in file /etc/postfix/sender_access.pcre.