Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Apr 1996 11:18:25 +0200 (MET DST)
From:      grog@lemis.de (Greg Lehey)
To:        dmyers@tiger1.thss.thornhill.on.ca (D. Myers)
Cc:        questions@freebsd.org
Subject:   Re: sendmail
Message-ID:  <199604300918.LAA00559@allegro.lemis.de>
In-Reply-To: <3184410B.4839@tiger1.thss.thornhill.on.ca> from "D. Myers" at Apr 29, 96 00:09:47 am

next in thread | previous in thread | raw e-mail | index | archive | help
D. Myers writes:
>
> I've just installed Free BSD v2.0.5 and everything seems to be working
> great. I am having a problem with sendmail, we can send and receive
> locally but outside the domain we can only send.
>
> Can anyone help me?

This is really a sendmail question, of course, and 2.0.5 is really old
now.  You should check whether sendmail is running (you need a line
like

   sendmail_flags="-bd -q30m"

in /etc/sysconfig).  The -bd tells it to listen on the SMTP port,
which is probably your problem.  The -q30m says "run through the send
queue every 30 minutes and send anything you can".

Greg



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604300918.LAA00559>