I have a configuration of the postfix server using MySQL. I have the
postfix_virtual entry where the destination includes several e-mails,
some of which are outside of my domains.
E.g.,
email='[EMAIL PROTECTED]';
destination='[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED],
[EMAIL PROTECTED], [EMAIL PROTECTED]'
As you can see, my destination e-mail addresses encompasses several
domains. I like to be able to have anyone relay e-mail to these
addresses if they are sending to '[EMAIL PROTECTED]'.
That is, if the e-mail address is in the destination field for the
postfix_virtual table, then it should relay this e-mail. Currently, I
get a "Relay Access Denied" if the sender is not from my e-mail domain.
Is there a way to do this?
thanks,
sgs.