sgsweb a écrit : > 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.
we don't really know what you mean by postfix_virtual. use the names of the parameters that are accepted by postfix. for example virtual_alias_maps. > > 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]'. if companyname.com is one of your domains, then relay is allowed by default. if that doesn't work for you, please show - output of 'postconf -n' - logs showing the relay access denied > > 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. what do you mean by "sender is not from my e-mail domain"? if you allow relay based on sender address, then you are an open relay. > > Is there a way to do this? > > thanks, > sgs. >