1

Topic: smtp priority

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.4.2 MARIADB edition
- Deployed with iRedMail Easy or the downloadable installer? Downoable
- Linux/BSD distribution name and version: CentOS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi,
we have two mail servers and one domain. For example, there are s2 and the domain test.com.
s21 is a production server, but on s2 we want to place a user who will send a message from the test.com domain to s1 users in the test.com domain.
At the moment it is impossible, because from s2 it gets the information that user xxx@test.com does not exist on this server, which is logical because there is no such server. How to make iredmail and postfix not check for local user presence, but just send email to user@test.com, then mail will go to s1 because that's what MX records indicate

----

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

2

Re: smtp priority

That's not how MX records and priority work. They are "service" based in that if s1 doesn't respond, try s2.

But if it hits "no such user" that's fatal and the sending server should stop there with no further attempts.

If you only have one domain, can you assign an FQDN like "mydev.test.com" then users on that will be address/account xxx@mydev.test.com?

hubert wrote:

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.4.2 MARIADB edition
- Deployed with iRedMail Easy or the downloadable installer? Downoable
- Linux/BSD distribution name and version: CentOS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):nginx
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hi,
we have two mail servers and one domain. For example, there are s2 and the domain test.com.
s21 is a production server, but on s2 we want to place a user who will send a message from the test.com domain to s1 users in the test.com domain.
At the moment it is impossible, because from s2 it gets the information that user xxx@test.com does not exist on this server, which is logical because there is no such server. How to make iredmail and postfix not check for local user presence, but just send email to user@test.com, then mail will go to s1 because that's what MX records indicate