RE: smart_host on sendmail min config

2007-12-13 Thread Daniel Eriksson
Why are you not using the supplied scripts and configuration knobs to start Sendmail? It works just fine for 99% of FreeBSD users (my guess), so what makes your environment so special that your needs cannot be met without custom scripts? /Daniel Eriksson __

Re: smart_host on sendmail min config

2007-12-12 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giorgos Keramidas wrote: > On 2007-12-11 13:53, "Aryeh M. Friedman" <[EMAIL PROTECTED]> > wrote: >> Giorgos Keramidas wrote: >>> You still haven't shown us: >>> >>> * How your local rc system starts Sendmail >> Until I can get it right from the command

Re: smart_host on sendmail min config

2007-12-11 Thread Giorgos Keramidas
On 2007-12-11 13:53, "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote: >Giorgos Keramidas wrote: >> You still haven't shown us: >> >> * How your local rc system starts Sendmail > > Until I can get it right from the command line I am not going to > include it in my /etc/rc thus currently there is none

Re: smart_host on sendmail min config

2007-12-11 Thread Bill Vermillion
Putting quill to paper and scribbling furiously on Tue, Dec 11, 2007 at 22:19 , [EMAIL PROTECTED] missed achieving immortality when he said: > Date: Tue, 11 Dec 2007 20:40:46 +0200 > From: Giorgos Keramidas <[EMAIL PROTECTED]> > Subject: Re: smart_host on sendmail min config >

Re: smart_host on sendmail min config

2007-12-11 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giorgos Keramidas wrote: > On 2007-12-11 13:25, "Aryeh M. Friedman" <[EMAIL PROTECTED]> > wrote: >> Giorgos Keramidas wrote: >>> Neat! Your local Sendmail submission service works then. You >>> should be able to see the message in the `clientmqueue'

Re: smart_host on sendmail min config

2007-12-11 Thread Giorgos Keramidas
On 2007-12-11 13:25, "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote: >Giorgos Keramidas wrote: >> Neat! Your local Sendmail submission service works then. You >> should be able to see the message in the `clientmqueue' with: >> >> mailq -Ac >> >> Now, can you show us how your local rc system starts

Re: smart_host on sendmail min config

2007-12-11 Thread Mark Tinguely
It has been a long time since I tested rule sets, but try this: (system prompt)$ sendmail -bt ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter > 3,0 [EMAIL PROTECTED] Sendmail will print the rules it uses to parse the address. It should end with something like: parser

Re: smart_host on sendmail min config

2007-12-11 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giorgos Keramidas wrote: > On 2007-12-11 13:02, "Aryeh M. Friedman" <[EMAIL PROTECTED]> > wrote: >>> Ideally, something like `mail -v' should show at least an >>> attempt to post the message to the local queue: [...] >> monster-freebsd# sendmail -bd -q

Re: smart_host on sendmail min config

2007-12-11 Thread Giorgos Keramidas
On 2007-12-11 13:02, "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote: >> Ideally, something like `mail -v' should show at least an attempt to >> post the message to the local queue: [...] > > monster-freebsd# sendmail -bd -q1m -v > 050 WARNING: local host name (monster-freebsd) is not qualified; see

Re: smart_host on sendmail min config

2007-12-11 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giorgos Keramidas wrote: > On 2007-12-10 22:00, "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote: >> Dec 9 09:15:38 newsyslog[587]: logfile first created >> Dec 9 09:15:38 sm-mta[720]: starting daemon (8.14.2): [EMAIL PROTECTED]:30:00 >> Dec 9 09:15:

Re: smart_host on sendmail min config

2007-12-11 Thread Giorgos Keramidas
On 2007-12-10 22:00, "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote: > Dec 9 09:15:38 newsyslog[587]: logfile first created > Dec 9 09:15:38 sm-mta[720]: starting daemon (8.14.2): [EMAIL > PROTECTED]:30:00 > Dec 9 09:15:38 sm-msp-queue[724]: starting daemon (8.14.2): [EMAIL > PROTECTED]:30:0

RE: smart_host on sendmail min config

2007-12-11 Thread Daniel Eriksson
Aryeh Friedman wrote: > What else do I need to add to this to make it work (i.e. send all mail > via mx1.optonline.net): If your hostname is myhostname.mydomain.tld, then do the following: * cd /etc/mail * make all * edit myhostname.mydomain.tld.mc (it was created by the previous step) and chang

Re: smart_host on sendmail min config

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Giorgos Keramidas wrote: > On 2007-12-10 15:08, "Aryeh M. Friedman" <[EMAIL PROTECTED]> > wrote: >> Chuck Swiger wrote: >>> On Dec 10, 2007, at 11:40 AM, Aryeh Friedman wrote: What else do I need to add to this to make it work (i.e. send all

Re: smart_host on sendmail min config

2007-12-10 Thread Giorgos Keramidas
On 2007-12-10 15:08, "Aryeh M. Friedman" <[EMAIL PROTECTED]> wrote: >Chuck Swiger wrote: >>On Dec 10, 2007, at 11:40 AM, Aryeh Friedman wrote: >>> What else do I need to add to this to make it work (i.e. send all >>> mail via mx1.optonline.net): >>> >>> OSTYPE(`freebsd6')dnl define(`SMART_HOST', >>

Re: smart_host on sendmail min config

2007-12-10 Thread Aryeh M. Friedman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck Swiger wrote: > On Dec 10, 2007, at 11:40 AM, Aryeh Friedman wrote: >> What else do I need to add to this to make it work (i.e. send all >> mail via mx1.optonline.net): >> >> OSTYPE(`freebsd6')dnl define(`SMART_HOST', >> `mx2.optonline.net')dnl >

Re: smart_host on sendmail min config

2007-12-10 Thread Chuck Swiger
On Dec 10, 2007, at 11:40 AM, Aryeh Friedman wrote: What else do I need to add to this to make it work (i.e. send all mail via mx1.optonline.net): OSTYPE(`freebsd6')dnl define(`SMART_HOST', `mx2.optonline.net')dnl Look at /etc/mail/freebsd.mc and edit the SMART_HOST line as above. (Note tha