Subject: Re: Sendmail Problem
To: Daniel Bolgheroni <dab__@uol.com.br>
From: Ron Roskens <roskens@colltech.com>
List: netbsd-users
Date: 10/24/2002 15:57:30
Did you enable sendmail? ie: is there a line "sendmail=YES" in
/etc/rc.conf?

Ron

On Fri, 25 Oct 2002, Daniel Bolgheroni wrote:

> Date: Fri, 25 Oct 2002 17:18:51 +0000
> From: Daniel Bolgheroni <dab__@uol.com.br>
> To: netbsd-users@netbsd.org
> Subject: Re: Sendmail Problem
>
> The file used in configuration is the same as found in The NetBSD Guide.
> (configuration file above are without comments)
>
> I was using the same file (copied from The NetBSD Guide) on a Linux
> distribution succesfully. Because that, I think the configuration file
> has no error.
>
> Thank for helping...
>
> ------- sendmail configuration file -------
>
> divert(-1)dnl
> include(`../m4/cf.m4')dnl
> VERSIONID(`mycf.mc from NetBSD Guide')dnl
> OSTYPE(bsd4.4)dnl
>
> GENERICS_DOMAIN(uol.com.br uol)
> FEATURE(genericstable)dnl
> FEATURE(masquerade_envelope)dnl
>
> define(`SMART_HOST',`smtp.uol.com.br')dnl
>
> FEATURE(redirect)dnl
> FEATURE(nocanonify)dnl
>
> FEATURE(`accept_unresolvable_domains')dnl
>
> FEATURE(`accept_unqualified_senders')dnl
>
> define(`SMTP_MAILER_FLAGS',`e')dnl
> define(`confCON_EXPENSIVE',`True')dnl
> define(`confTO_QUEUEWARN',`16h')dnl
>
> define(`confDEF_CHAR_SET',`ISO-8859-1')dnl
>
> MAILER(local)dnl
> MAILER(smtp)
>
> ------- sendmail configuration file -------
>
> dan radom wrote:
>
> >* Daniel Bolgheroni (dab__@uol.com.br) wrote:
> >
> >>I was reading the NetBSD Guide and I tried to put sendmail to work.
> >>
> >>The configuration files was succesfully created, so, when I try
> >>"/etc/rc.d/sendmail start", nothing happen.
> >>
> >>What can I do?
> >>
> >
> >sohow us your sendmail.mc file that you used to build sendmail.cf.  are
> >you sure it's not listening on port 25?  not even on localhost?  more
> >info plesae.
> >
> >dan
> >