Re: Stupidly simple problem...

2008-09-25 Thread Kurt Buff
On Thu, Sep 25, 2008 at 3:43 PM, Duane Hill <[EMAIL PROTECTED]> wrote: > On Thu, 25 Sep 2008, Kurt Buff wrote: > >> On Thu, Sep 25, 2008 at 11:04 AM, mouss <[EMAIL PROTECTED]> wrote: >>> >>> Victor Duchovni wrote: On Thu, Sep 25, 2008 at 12:55:44PM -0400, Jorey Bump wrote: >> myd

Re: Stupidly simple problem...

2008-09-25 Thread Jerry
On Thu, 25 Sep 2008 16:16:43 -0700 "Kurt Buff" <[EMAIL PROTECTED]> wrote: [snip] > > clearly sendmail is installed and interfering. > OK - I'll fix that. In order to completely disable sendmail, including the outgoing mail service, you must use: sendmail_enable="NO" sendmail_submit_enable="N

Re: Stupidly simple problem...

2008-09-25 Thread Kurt Buff
On Thu, Sep 25, 2008 at 3:28 PM, Noel Jones <[EMAIL PROTECTED]> wrote: > Kurt Buff wrote: >> >> I don't believe sendmail was ever installed - IIRC, I selected to >> install with no MTA. >> >> Sep 25 15:18:20 loki sendmail[28707]: m8PMIKLT028707: from=kbuff, >> size=795, class=0, nrcpts=1, >> msgid=

Re: Stupidly simple problem...

2008-09-25 Thread Duane Hill
On Thu, 25 Sep 2008, Kurt Buff wrote: On Thu, Sep 25, 2008 at 11:04 AM, mouss <[EMAIL PROTECTED]> wrote: Victor Duchovni wrote: On Thu, Sep 25, 2008 at 12:55:44PM -0400, Jorey Bump wrote: mydestination = mydomain = example.com myhostname = loki.example.com Try: mydestination = $myhostnam

Re: Stupidly simple problem...

2008-09-25 Thread Noel Jones
Kurt Buff wrote: I don't believe sendmail was ever installed - IIRC, I selected to install with no MTA. Sep 25 15:18:20 loki sendmail[28707]: m8PMIKLT028707: from=kbuff, size=795, class=0, nrcpts=1, msgid=<[EMAIL PROTECTED]>, [EMAIL PROTECTED] This line is logged by sendmail(TM). Sep 25 15

Re: Stupidly simple problem...

2008-09-25 Thread Kurt Buff
On Thu, Sep 25, 2008 at 11:04 AM, mouss <[EMAIL PROTECTED]> wrote: > Victor Duchovni wrote: >> >> On Thu, Sep 25, 2008 at 12:55:44PM -0400, Jorey Bump wrote: >> mydestination = mydomain = example.com myhostname = loki.example.com >>> >>> Try: >>> >>> mydestination = $myhostname, loca

Re: Stupidly simple problem...

2008-09-25 Thread mouss
Victor Duchovni wrote: On Thu, Sep 25, 2008 at 12:55:44PM -0400, Jorey Bump wrote: mydestination = mydomain = example.com myhostname = loki.example.com Try: mydestination = $myhostname, localhost Note, with the default setting "append_dot_mydomain = yes", mail to "[EMAIL PROTECTED]" becomes

Re: Stupidly simple problem...

2008-09-25 Thread Victor Duchovni
On Thu, Sep 25, 2008 at 12:55:44PM -0400, Jorey Bump wrote: > > mydestination = > > mydomain = example.com > > myhostname = loki.example.com > > Try: > > mydestination = $myhostname, localhost Note, with the default setting "append_dot_mydomain = yes", mail to "[EMAIL PROTECTED]" becomes "[EMAI

Re: Stupidly simple problem...

2008-09-25 Thread Jorey Bump
Kurt Buff wrote, at 09/25/2008 12:47 PM: > I'm getting messages in /var/log/maillog about "mail looping back to > myself", and the mail is discarded. > Sep 25 03:01:21 loki postfix/smtp[24894]: 021951A4CEC: > to=<[EMAIL PROTECTED]>, relay=none, delay=0.01, delays=0.01/0/0/0, > dsn=5.4.6, status=b

Stupidly simple problem...

2008-09-25 Thread Kurt Buff
I know I'm missing something simple, but I'm going blind trying to find it. Any help much appreciated. I've got a new freebsd box set up. I want the [daily|weekly|monthly] periodic reports to be delivered to my central mail server, not locally. This machine does not otherwise in any way handle mai