1

Topic: Change notification emailaddress for blocked and virus mails

======== 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): LDAP
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? yes
- Related log if you're reporting an issue:
====

Hello,

i set up iRedAdmin-Pro to manage quarantined mails and it works fine. Local root-account has an Alias and gets notifications about blocked or virus mails.
Now i want to change the notification address to another, in my special case it should be the address of our ticketsystem. In /etc/amavis/conf.d/50-user i changed ...

# virus_admin_maps => ["root\@$mydomain"],
virus_admin_maps => ["it\@example.org"],
# banned_admin_maps => ["root\@$mydomain"],
banned_admin_maps => ["it\@example.org"],

and restarted amavis and postfix, but it didn't succeed. Notification are still sent to the root-account.

What did i miss here ... ?

----

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

2

Re: Change notification emailaddress for blocked and virus mails

Did you update address in ALL XX_admin_maps?

3

Re: Change notification emailaddress for blocked and virus mails

No, i missed the "double" entries in $policy_bank{'MYUSERS'} ... changed only in $policy_bank{'ORIGINATING'}. Tried it out ... works now.

Thanks for the always fast help ;o)