1 (edited by peter.romfeld.hk 2014-12-01 13:01:59)

Topic: check_sender_access

==== Required information ====
- iRedMail version: iRedAdmin-Pro-MySQL-1.8.2
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MySQL
- Linux/BSD distribution name and version: Ubuntu 12.04
- Related log if you're reporting an issue:
====

Hi,

I want to add sender-restriction exceptions. Can I use check_sender_access for that?

Cheers

----

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

2

Re: check_sender_access

*) You should clearly explain what you want.
*) If you want to try check_sender_access, read Postfix document here:
http://www.postfix.org/postconf.5.html (search 'check_sender_access')

3

Re: check_sender_access

I want to keept the current iredmail functionality and just add a few exceptions for my wiki/git/.. hosts. right now i get sender address rejectded, user unknnown. I was thinking to add check_sender_access and just

www-data@wiki.example.com   OK
git@git.example.com                OK
...

4

Re: check_sender_access

Why not just add some mail accounts for wiki/git/... and update wiki/git/... to perform smtp authentication?