1

Topic: Fix in iRedAPD configuration (commit 6b54e66)

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

Hi Zhang,

i'am using 0.9.5-1 on FreeBSD (Jail). Some days ago you have commited a fix (6b54e66) regarding the Problem with trusted Client in iRedAPD. My question: How can i implement this in my existing configuration ?

Regards pylox

----

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

2

Re: Fix in iRedAPD configuration (commit 6b54e66)

Just add/append this line to /opt/iredapd/settings.py:

MYNETWORKS = ['<IP_of_Jail>']

# Example:
#MYNETWORKS = ['10.1.0.2']

Note: if you already have 'MYNETWORKS' in /opt/iredapd/settings.py, then append the Jail IP address to it.
Restarting iredapd service is required.