View Single Post

  #1 (permalink)  
Old 07-04-2007
=?ISO-8859-15?Q?Fr=E9d=E9ric_PANES?=
 
Posts: n/a
Default Re: using postfix with an smtp server

Guillaume Charhon a écrit :
> Hi,
>
> I want to use the mail command on my linux.
> I want to configure postfix to use my smtp server (which is not on my
> computer).
> How can I do ?


Hi,
in main.cf, add :

relayhost = your_smtp_server

and of course, authorize relaying on your_smtp_server for the computer
running postfix.

--
Frédéric


Reply With Quote