From owner-freebsd-questions@FreeBSD.ORG Wed Mar 14 21:47:03 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 427ED16A404 for ; Wed, 14 Mar 2007 21:47:03 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.238]) by mx1.freebsd.org (Postfix) with ESMTP id DB87A13C458 for ; Wed, 14 Mar 2007 21:47:02 +0000 (UTC) (envelope-from gerard@seibercom.net) Received: by wx-out-0506.google.com with SMTP id s18so331757wxc for ; Wed, 14 Mar 2007 14:47:02 -0700 (PDT) Received: by 10.90.56.14 with SMTP id e14mr7982218aga.1173908822341; Wed, 14 Mar 2007 14:47:02 -0700 (PDT) Received: from localhost ( [67.189.184.224]) by mx.google.com with ESMTP id 32sm10122341wri.2007.03.14.14.47.01; Wed, 14 Mar 2007 14:47:01 -0700 (PDT) Date: Wed, 14 Mar 2007 17:46:57 -0400 From: Gerard Seibert To: freebsd-questions@freebsd.org 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> Organization: Seibercom.net X-Mailer: Claws Mail 2.8.1 (GTK+ 2.10.10; i386-portbld-freebsd6.2) X-Face: "\j?x](l|]4p?-1Bf@!wN<&p=$.}^k-HgL}cJKbQZ3r#Ar]\%U(#6}'?<3s7%(%(gxJxxcR nSNPNr*/^~StawWU9KDJ-CT0k$f#@t2^K&BS_f|?ZV/.7Q Mime-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_bjDD_aEX1WBD6/yZkakHbPC"; protocol="application/pgp-signature"; micalg=PGP-SHA1 Subject: Re: sendmail not working? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 Mar 2007 21:47:03 -0000 --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 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--