On 1/23/07, Sandy Drobic <[EMAIL PROTECTED]> wrote:
Brian Blater wrote:
> On 1/23/07, Sandy Drobic <[EMAIL PROTECTED]> wrote:
In that case set $mydestination to an empty value:
postconf -e "mydestination = "
If mail.pure-energy.net is a relay_domain, set up the relay_recipient_maps
with the table of valid recipient addresses.
main.cf:
relay_domains = mail.pure-energy.net
relay_recipient_maps = hash:/etc/postfix/relay_recipients
transport_maps = hash:/etc/postfix/transport
/etc/postfix/relay_recipients:
[EMAIL PROTECTED] OK
/etc/postfix/transport:
mail.pure-energy.net relay:[1.2.3.4]
postmap /etc/postfix/relay_recipients
postmap /etc/postfix/transport
postfix reload
Then send another testmail, it should be sent to the server/ip address in
/etc/postfix/transport
Thanks for your help on this. Bear with me as I ask a few questions to
get a better understanding. mail.pure-energy.net is the hostname. I
already have pure-energy.net setup as a relay_domain. In the virtual
file I have an alias for [EMAIL PROTECTED] to
[EMAIL PROTECTED] (Basically anything to
"user"@mail.pure-energy.net should be aliased to
[EMAIL PROTECTED]). so, how can I tell postfix that
[EMAIL PROTECTED] = [EMAIL PROTECTED] and to look in the
virtual file to see that [EMAIL PROTECTED] =
[EMAIL PROTECTED] (or even that [EMAIL PROTECTED] =
[EMAIL PROTECTED]
Brian
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]