Hi,
I am currently running postfix with a mysql database for the mail users. Here is the problem example:
The user has two e-mail addresses. One that’s with his company @abc.com (the one I manage) and the other external with another company @exe.com – the user wants to receive an e-mail sent to each account on both e-mail addresses, but that causes a mail forwarding loop. Do you guys have any idea how to solve this problem?
example:
Dave has two e-mail addresses:
dave@abc.com and
dave@exe.com
someone sends
dave@abc.com a mail "test" the mail is stored on
dave@abc.com and forwarded to
dave@exe.com there it is stored and FW back to
dave@abc.com and this goes in a loop. Is there a way to not forward mails from a certain e-mail address, but forward all the others? Like Spanning tree protocol on switches, dont send back to the same interface(email add).
Any ideas?