1 (edited by rahulphdsharma 2020-07-07 06:53:06)

Topic: How to setup incomming & outgoing mail server separately.?

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release): 1.3
- Deployed with iRedMail Easy or the downloadable installer?: downloadable installer
- Linux/BSD distribution name and version: Debian 10
- 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.
====

I need 2 different mail server
1. SMTP Server ( Only Sending Mail ) like ( smtp.example.com )
2. IMAP / POP3 Server ( Only Getting Mail ) like ( mx.example.com )


is that possible.?

----

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

2

Re: How to setup incomming & outgoing mail server separately.?

I'm working on something like this but I have a third server to help me out. We have an anti-spam/anti-virus scanner (TuxGuard's TuxGuard, formatily Fort Systems DefenderMX). What I am doing to set up the SMTPout.domain.com server:
1) configure the domain and go into "Relay"
2) instead of dovecot, I put in my AS/AV server like this:
   smtp:[dfmx03.domain.com]:25
3) the dfmx03.domain.com has a routing table that points email for domain.com to incoming.domain.com

smtpout.domain.com is a mirror image of incoming.domain.com except for that relay. The downside is changes have to be made to both servers when a new account is created or deleted.