1

Topic: mail forwarding dosent work

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
iRedMail    v0.9.7
iRedAdmin    v0.8 (MySQL)
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

I am using iredmail free edition.
Everything works fine - except the mail forwarding.
I am trying to forward everything that arrives from nicky@palmergate.com to ppnicky@gmail.com

Here is my vmail.forwardings table  -
+----+---------------------------+---------------------------+----------------+----------------+---------+---------------+----------+--------+
| id | address                   | forwarding                | domain         | dest_domain    | is_list | is_forwarding | is_alias | active |
+----+---------------------------+---------------------------+----------------+----------------+---------+---------------+----------+--------+
|  1 | postmaster@palmergate.com | postmaster@palmergate.com | palmergate.com | palmergate.com |       0 |             1 |        0 |      1 |
|  2 | nicky@palmergate.com      | nicky@palmergate.com      | palmergate.com |                |       0 |             1 |        0 |      1 |
|  3 | nicky@palmergate.com      | ppnicky@gmail.com         | palmergate.com | gmail.com      |       0 |             1 |        0 |      1 |
+----+---------------------------+---------------------------+----------------+----------------+---------+---------------+----------+--------+

email from nicky@palmergate.com arrive, and I an see them in the inbox - but they are not forward to ppnicky@gmail.com


But forwarding doesnt work. So what is wrong?

----

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

2

Re: mail forwarding dosent work

Please show us output of commands below:

cd /etc/postfix/mysql/
for i in $(ls *cf); do echo $i; postmap -q nicky@palmergate.com mysql:./$i; done