Hi,
Let me explain the situation. We have a webshop, with more then 1 emailadres,
websales@domain.nl,
webmaster@domain.nl
I've modified postfix/conf/main.cf, added always_bcc=copyall@domain.nl
Everything works fine, every email is copied to
copyall@domain.nl.
I've set some filters there, so you get something like this:
Mail send from:
websales@domain.nl -> Move to: [OUT] Domain Websales
Mail send from:
webmaster@domain.nl -> Move to: [OUT] Domain Webmaster
Every user log's in with his/her own email account and has access through a shared folder to the outgoing email he/she is allowed to read.
For example, I login with
alitrix@domain.nl. I can send as
webmaster@domain.nl and my email will be archived to [OUT] Domain Webmaster, so other users can read my reaction as well.
The problem is, when I (or someone else) try to forward/reply on a email that is
inside [OUT] Domain Webmaster and he/she puts the 'From' address on webmaster@letscall, it will always be sended as
copyall@domain.nl
This is very annoying, because people will reply on it and the reply will never end in the webmaster's inbox again.
What would be the reason for this?
!NOTE! On a post on this forum, I found something about modifing headers with a config file (I think in the postfix directory). The problem is, I dont know what the filename is and what it did. It was something like
/From: copyall@domain.nl/. Dunno if that has anything to do with my problem.
If you need any information, please let me know.