Re: Can't resolve & clearopensmtp

1999-08-26 Thread Tomasz Papszun

On Thu, 26 Aug 1999 at 15:30:00 -0300, Martin Paulucci wrote:
> As I posted before I was having trouble with qmail ,that was not
> recognizing my own localhost name (babel) in a message sent by crontab
> to: [EMAIL PROTECTED] The message, I finally found out, was sent
> [...]
> This is a permanent error; I've given up. Sorry it didn't work out.
> 
> <[EMAIL PROTECTED]>:
> Sorry, I couldn't find any host named babel.sintesoft.net. (#5.1.2)

Seems true:

moko:~$ host  babel.sintesoft.net
babel.sintesoft.net does not exist (Authoritative answer)

-- 
 Tomasz Papszun   SysAdm @ TP S.A. Lodz, Poland  | And it's only
 [EMAIL PROTECTED]   http://www.lodz.tpsa.pl/   | ones and zeros.



Re: Can't resolve & clearopensmtp

1999-08-26 Thread Dave Sill

[EMAIL PROTECTED] wrote:
>
>As I posted before I was having trouble with qmail ,that was not
>recognizing my own localhost name (babel) in a message sent by crontab
>to: [EMAIL PROTECTED]

What does qmail-showctl say?

>/mail/vpopmail/bin/clearopensmtp 2>&1 > /dev/null

I think you need to make that:

/mail/vpopmail/bin/clearopensmtp > /dev/null 2>&1

-Dave



Re: Can't resolve & clearopensmtp

1999-08-26 Thread Tetsu Ushijima

Martin Paulucci writes:
> Thinking that babel.sintesoft.net is remote...but when I use
> babel.sintesoft.net or webmail it takes the mail
> as local...my locals file contents are:
> localhost
> .sintesoft.net

The locals control file doesn't support wildcards.
So ``.sintesoft.net'' will be taken literally.

(Don't forget to send a HUP signal to qmail-send after you
change locals.)

-- 
Tetsu Ushijima



Re: Can't resolve & clearopensmtp

1999-08-27 Thread Martin Paulucci

Hi Dave, All


> [EMAIL PROTECTED] wrote:
> >
> >As I posted before I was having trouble with qmail ,that was not
> >recognizing my own localhost name (babel) in a message sent by crontab
> >to: [EMAIL PROTECTED]
> What does qmail-showctl say?

-
About the qmail-showctl it says:
envnoathost: (Default.) Presumed domain name is babel.sintesoft.net.

helohost: (Default.) SMTP client HELO host name is babel.sintesoft.net.

idhost: (Default.) Message-ID host name is babel.sintesoft.net.

localiphost: (Default.) Local IP address becomes babel.sintesoft.net.

locals:
Messages for localhost are delivered locally.
Messages for .sintesoft.net are delivered locally.

me: My name is babel.sintesoft.net.
--

This is a part of it, the most important I see that is not correct is
envnoathost it says presumed
domain: babel.sintesoft.net and I think it should say only sintesoft.net
because babel is the name of the server. How can I change it?.

Any other line of showctl should I check for this problem?.



> >/mail/vpopmail/bin/clearopensmtp 2>&1 > /dev/null
> /mail/vpopmail/bin/clearopensmtp > /dev/null 2>&1

I've changed to the 2nd line, so I hope it works fine.



Re: Can't resolve & clearopensmtp

1999-08-27 Thread Mirko Zeibig

On Fri, Aug 27, 1999 at 12:07:36PM -0300, Martin Paulucci wrote:
> This is a part of it, the most important I see that is not correct is
> envnoathost it says presumed
> domain: babel.sintesoft.net and I think it should say only sintesoft.net
> because babel is the name of the server. How can I change it?.

Hello Martin,
man qmail-control:
envnoathost defaults to me, so putting sintesoft.net into envnoathost and
giving qmaila HUP should be it.

Regards
Mirko