Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2007 17:46:57 -0400
From:      Gerard Seibert <gerard@seibercom.net>
To:        freebsd-questions@freebsd.org
Subject:   Re: sendmail not working?
Message-ID:  <20070314174657.4741d926@localhost>
In-Reply-To: <45F867D4.4060405@freemail.hu>
References:  <45F86213.10604@designaproduct.biz> <6.0.0.22.2.20070314160910.024dc2f8@mail.computinginnovations.com> <45F867D4.4060405@freemail.hu>

next in thread | previous in thread | raw e-mail | index | archive | help
--Sig_bjDD_aEX1WBD6/yZkakHbPC
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable

On Wed, 14 Mar 2007 22:23:32 +0100
Nagy L=E1szl=F3 Zsolt <nagylzs@freemail.hu> wrote:

> Derek Ragona wrote
> > You need to make sure sendmail is starting and running.  Check your=20
> > rc.conf and any variables that might need to be set. =20
> Thanks!
>=20
> In my rc.conf:
>=20
> sendmail_enable=3D"NO"
>=20
> However, as I wrote, I was using postfix. I'm not a big guru but I=20
> believe that postfix has its own daemon and it has a sendmail binary=20
> that is compatible with the system default sendmail.
>=20
> Anyway, your comment helped me a lot! I upgraded to 6.2 some weeks
> ago and probably I did not reactivate postfix
> in /etc/mail/mailer.conf. Additionally, probably I forgot to merge
> the old mailer.conf with the new one. I changed my rc.conf to this:
>=20
> sendmail_enable=3D"NO"
> postfix_enable=3D"YES"
>=20
> Then I started postfix:

You haven't configured it correctly.

To enable postfix startup script please add postfix_enable=3D"YES" in
your rc.conf

If you not need Sendmail anymore, please add in your rc.conf:

sendmail_enable=3D"NO"
sendmail_submit_enable=3D"NO"
sendmail_outbound_enable=3D"NO"
sendmail_msp_queue_enable=3D"NO"

And you can disable some sendmail specific daily maintenance routines
in your /etc/periodic.conf file:

daily_clean_hoststat_enable=3D"NO"
daily_status_mail_rejects_enable=3D"NO"
daily_status_include_submit_mailq=3D"NO"
daily_submit_queuerun=3D"NO"

You also need to modify the /etc/mail/mailer.conf file. This is done
automatically by postfix. If your version is not current, you might
want to update it. That will insure that the mailer.conf file is
properly updated. Be sure to get a fresh copy of the ports tree
before updating. Guessing and putting in the wrong information can get
you into trouble. You should also probably reboot after making all of
the changes to insure that everything starts correctly and that
'Sendmail' is totally shut down.

Ciao!

--=20
Gerard

We can defeat gravity. The problem is the paperwork involved.

--Sig_bjDD_aEX1WBD6/yZkakHbPC
Content-Type: application/pgp-signature; name=signature.asc
Content-Disposition: attachment; filename=signature.asc

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.3 (FreeBSD)

iD8DBQFF+G1SFCqdq4D1ybYRAs/fAJ4q9tILBE8+xxGyoCaGKIsNswLvGACgsOvM
d50o4RD971/AC4h/83ivW1M=
=4e5u
-----END PGP SIGNATURE-----

--Sig_bjDD_aEX1WBD6/yZkakHbPC--



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