On Mon, 9 May 2005, Bruce E. Harris wrote:

Ok, sorry, but I have spent a lot of time checking just about every doc I can
find, but I cannot get Postfix to deliver mail to a another host on my LAN.
Postfix sends just fine, and incoming email goes to TSL,

Bruce, The real trick is knowing that you are trying to set up a "null client". Once you know that it's easy to find in the postfix site. Here it is:

http://www.postfix.org/faq.html#null_client

"A null client is a machine that can only send mail. It receives no mail from the network, and it does not deliver any mail locally. A null client typically uses POP or NFS for mailbox access.

"In the following example, mail is sent as [EMAIL PROTECTED], and all mail is forwarded to the mail server that is responsible for the local domain.

    /etc/postfix/main.cf:
        myorigin = $mydomain
        relayhost = $mydomain
        local_transport = error:local delivery is disabled

    /etc/postfix/master.cf:
        Comment out the SMTP server entry
        Comment out the local delivery agent entry

"Since everything sends mail as [EMAIL PROTECTED], nothing sends mail as [EMAIL PROTECTED], and therefore no special configuration needs to be done on the mail server for mail addressed to [EMAIL PROTECTED]"

--
Brian Wilson
Corvallis, Oregon
541-368-4120



_______________________________________________
tsl-discuss mailing list
[email protected]
http://lists.trustix.org/mailman/listinfo/tsl-discuss

Reply via email to