1 (edited by tyllee 2015-08-12 16:41:59)

Topic: Sending as Alias

==== Required information ====
- iRedMail version (check /etc/iredmail-release): 0.9.2
- Linux/BSD distribution name and version: debian 7
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Web server (Apache or Nginx):Apache
- Manage mail accounts with iRedAdmin-Pro? yes
- Related log if you're reporting an issue:
====

Is this the preferred way to do send as alias:
http://www.iredmail.org/forum/topic3093 … oblem.html

Could this be implemented in iRedAdmin-Pro?

----

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

2

Re: Sending as Alias

If you want to allow member of mail alias account to send email as this alias, you can try this:

- Remove 'reject_sender_login_mismatch' in Postfix main.cf.
- Enable iRedAPD plugin `reject_sender_login_mismatch` in /opt/iredapd/settings.py.
- Add below setting in /opt/iredapd/settings.py to allow member to send email as mail alias:

ALLOWED_LOGIN_MISMATCH_LIST_MEMBER = True

- Restart both Postfix and iRedAPD services.

3

Re: Sending as Alias

Perfekt!

Works like a charm!

4

Re: Sending as Alias

This hint is now published as a short tutorial:
http://www.iredmail.org/docs/allow.memb … .list.html

[topic closed]