Re: Sendmail ignores SmartHost directive

2007-03-20 Thread Vincent Bolinard
Thank you for your answer. All I had to do is to set the SMART_HOST variable and add define(`confDONT_PROBE_INTERFACES', `true'). Bye. 2007/3/20, Gerald Freymann <[EMAIL PROTECTED]>: On Tue, 20 Mar 2007 18:32:57 +0100 "Vincent Bolinard" <[EMAIL PROTECTED]> wrote: >Hi, > >I'm trying to set up

Re: Sendmail ignores SmartHost directive

2007-03-20 Thread Gerald Freymann
On Tue, 20 Mar 2007 18:32:57 +0100 "Vincent Bolinard" <[EMAIL PROTECTED]> wrote: >Hi, > >I'm trying to set up Sendmail to "send-only". I just want Sendmail >sends local mails (i.e.: daily security run output) to my SMTP server. I just simply edited my /etc/mail/sendmail.cf file directly. Not too

Re: Sendmail ignores SmartHost directive

2007-03-20 Thread Matthias Apitz
El día Tuesday, March 20, 2007 a las 06:32:57PM +0100, Vincent Bolinard escribió: > Hi, > > I'm trying to set up Sendmail to "send-only". I just want Sendmail > sends local mails (i.e.: daily security run output) to my SMTP server. > > I use : > > # cd /etc/mail > # make > > to generate a `ho

Re: Sendmail ignores SmartHost directive

2007-03-20 Thread Gerard
On Tuesday March 20, 2007 at 01:32:57 (PM) Vincent Bolinard wrote: > I'm trying to set up Sendmail to "send-only". I just want Sendmail > sends local mails (i.e.: daily security run output) to my SMTP server. > > I use : > > # cd /etc/mail > # make > > to generate a `hostname`.mc file. I edit

Re: Sendmail ignores SmartHost directive

2007-03-20 Thread Konrad Heuer
On Tue, 20 Mar 2007, Vincent Bolinard wrote: Hi, I'm trying to set up Sendmail to "send-only". I just want Sendmail sends local mails (i.e.: daily security run output) to my SMTP server. I use : # cd /etc/mail # make to generate a `hostname`.mc file. I edit it, and add : define(`SMART_HOST'

Re: Sendmail ignores SmartHost directive

2007-03-20 Thread Chuck Swiger
On Mar 20, 2007, at 10:32 AM, Vincent Bolinard wrote: I use : # cd /etc/mail # make to generate a `hostname`.mc file. I edit it, and add : define(`SMART_HOST', `[192.168.1.6]') (I tried without brackets, and with names) then : # make install # make restart-mta I use # date | sendmail -v po

Sendmail ignores SmartHost directive

2007-03-20 Thread Vincent Bolinard
Hi, I'm trying to set up Sendmail to "send-only". I just want Sendmail sends local mails (i.e.: daily security run output) to my SMTP server. I use : # cd /etc/mail # make to generate a `hostname`.mc file. I edit it, and add : define(`SMART_HOST', `[192.168.1.6]') (I tried without brackets, a