1 (edited by Anton_Sychev 2017-10-31 13:37:12)

Topic: email forwarding using roundcube/multiple domains

======== Required information ====
- iRedMail version: 0.9.6
- Linux/BSD distribution name and version: Ubuntu 16.04.2 LTS
- Store mail accounts in which backend (LDAP/MySQL/PGSQL): MYSQL
- Web server (Apache or Nginx): Apache
- Manage mail accounts with iRedAdmin-Pro? No
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

Hello everyone.

I've encountered a strange behavior. I have 3 email domains (not aliaces) in iredmail. If I set forwarding via roundcube (1.3.1) for the primary domain everything works fine. But if do the same for the domain I added after installation there is nothing happens. Checked syslog, no luck, everything related to that adress is fine, tryed debug for roundcube, no luck either. I didnt try SQL forwarding yet because this isn't an acceptable option due to amount of users using fw from time to time.

Will be grateful for any help!

----

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

2

Re: email forwarding using roundcube/multiple domains

Seems you don't use 'dovecot' as mail transport for local mail delivery. Show me output of commands below please:

mysql> USE vmail;
mysql> SELECT domain, transport FROM domain;

3 (edited by Anton_Sychev 2017-10-31 18:49:30)

Re: email forwarding using roundcube/multiple domains

+----------------------+-----------+
| domain               | transport |
+----------------------+-----------+
| ALL                     |           |
| mydomain.ru       | dovecot   |
| mydomain2.ru     | virtual   |
| mydomain3.ru     | virtual   |
+----------------------+-----------+

So this is it. Can I switch it safely to dovecot?

Searched a little bit more and its working fine now. Thanks, enjoy a coffee smile

4

Re: email forwarding using roundcube/multiple domains

Anton_Sychev wrote:

Can I switch it safely to dovecot?
...
enjoy a coffee smile

Yes you can switch to "dovecot" safely. And thanks for the coffee. smile