Re: Postfix config question..

2008-09-26 Thread Frank Lanitz
On Tue, 23 Sep 2008 02:03:50 +0300 Andrei Popescu [EMAIL PROTECTED] wrote: On Mon, 22 Sep 2008 23:34:46 +0100 Jamie Griffin wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school

Re: Postfix config question..

2008-09-26 Thread Ron Johnson
On 09/26/08 05:51, Frank Lanitz wrote: On Tue, 23 Sep 2008 02:03:50 +0300 [snip] From what I recall it's also necessary to tell postfix to use SASL and where to look for those credentials: in main.cf: smtp_sasl_auth_enable = yes smtp_sasl_password_maps = hash:/etc/postfix/sasl/sasl_passwd

Re: Postfix config question..

2008-09-26 Thread Frank Lanitz
On Fri, 26 Sep 2008 07:23:06 -0500 Ron Johnson [EMAIL PROTECTED] wrote: On 09/26/08 05:51, Frank Lanitz wrote: On Tue, 23 Sep 2008 02:03:50 +0300 [snip] From what I recall it's also necessary to tell postfix to use SASL and where to look for those credentials: in main.cf:

Postfix config question..

2008-09-22 Thread I Rattan
I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to accomplish this? -ishwar -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of unsubscribe. Trouble?

Re: Postfix config question..

2008-09-22 Thread Kumar Appaiah
On Mon, Sep 22, 2008 at 05:59:26PM -0400, I Rattan wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to accomplish this? You have to make Postfix use your

Re: Postfix config question..

2008-09-22 Thread Celejar
On Mon, 22 Sep 2008 17:19:52 -0500 Kumar Appaiah [EMAIL PROTECTED] wrote: On Mon, Sep 22, 2008 at 05:59:26PM -0400, I Rattan wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver.

Re: Postfix config question..

2008-09-22 Thread Jamie Griffin
I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to accomplish this? You need to set the variable 'relayhost = [nameofsmarthostserver.tld]' in you main.cf

Re: Postfix config question..

2008-09-22 Thread Mike Bird
On Mon September 22 2008 14:59:26 I Rattan wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to accomplish this? In /etc/postfix/main.cf add: relayhost =

Re: Postfix config question..

2008-09-22 Thread Ron Johnson
On 09/22/08 17:19, Kumar Appaiah wrote: On Mon, Sep 22, 2008 at 05:59:26PM -0400, I Rattan wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to accomplish this?

Re: Postfix config question..

2008-09-22 Thread Jamie Griffin
On Mon, Sep 22, 2008 at 03:24:14PM -0700, Mike Bird wrote: On Mon September 22 2008 14:59:26 I Rattan wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to

Re: Postfix config question..

2008-09-22 Thread Steven Jan Springl
On Monday 22 September 2008 22:59, I Rattan wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to accomplish this? -ishwar The postfix parameter that you need is

Re: Postfix config question..

2008-09-22 Thread Jamie Griffin
On Mon, Sep 22, 2008 at 11:49:28PM +0100, Jamie Griffin wrote: On Mon, Sep 22, 2008 at 03:24:14PM -0700, Mike Bird wrote: On Mon September 22 2008 14:59:26 I Rattan wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail

Re: Postfix config question..

2008-09-22 Thread Andrei Popescu
On Mon, 22 Sep 2008 23:34:46 +0100 Jamie Griffin wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to accomplish this? You need to set the

Re: Postfix config question..]

2008-09-22 Thread Jamie Griffin
From: Jamie Griffin [EMAIL PROTECTED] To: Andrei Popescu [EMAIL PROTECTED] Subject: Re: Postfix config question.. From what I recall it's also necessary to tell postfix to use SASL and where to look for those credentials: in main.cf: smtp_sasl_auth_enable = yes smtp_sasl_password_maps

Re: Postfix config question..

2008-09-22 Thread I Rattan
On Mon, 22 Sep 2008, Mike Bird wrote: On Mon September 22 2008 14:59:26 I Rattan wrote: I am running a postfix smtp server. The school does not object to mail coming in directly but want all ougoing mail to go through the school mailserver. How do I configure to accomplish this? In