Hi, I hope you can help ...
I set up ispconfig 3 - and it is working great!!!
I have just one litte problem I spent now hours to solve: I have to transport mails to an additional service on the server.
OK, in detail:
I have set up a lot of domains and mailboxes.
For one domain, I want to deliver mails not only to the Maildir-folger (/var/vmail/domainx.tld/userX ). Instead I want to sent it also to an extra service on the server. I use a groupware which wants to store all mails inside its own database.
So I tried a lot of modifications for postfix:
All edits are ADDITIONAL to the original ones from isp3
main.cf --> at the end
Code:
mailbox_transport = groupware:
groupware_destination_recipient_limit = 1
master.cf --> at the end
Code:
groupware unix - n n - 10 pipe
flags= user=vmail argv=/usr/bin/groupware-deliverprog ${recipient}
I tried also with ${user} and ${original_recipient}
But I can't even find an log entry in mail.log or the groupwares log. It seems, that postfix does not execute the command??
If I start the groupware-deliverprog from shell, everything works fine.
Any hints for me? Thank you
Recent comments
1 day 12 hours ago
1 day 20 hours ago
1 day 23 hours ago
2 days 1 hour ago
2 days 2 hours ago
2 days 4 hours ago
2 days 5 hours ago
2 days 6 hours ago
2 days 22 hours ago
2 days 23 hours ago