From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 17:51:33 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E51F31065670 for ; Sat, 23 Jun 2012 17:51:33 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-ob0-f182.google.com (mail-ob0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id A70A18FC17 for ; Sat, 23 Jun 2012 17:51:32 +0000 (UTC) Received: by obbun3 with SMTP id un3so4823426obb.13 for ; Sat, 23 Jun 2012 10:51:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type :content-transfer-encoding:x-gm-message-state; bh=YzezeZmh5C++BZB6D2lj8zVhl02sAfK+Eb6uiscDO0s=; b=X+y2DV/YWmkYV4QyuSX3ITA74l0Ax6ANmjsYOSw9Ycjg1xPSSniIZycmzo5OkAipIq 2o75Fq+kUrFDtG1HSHe23N4NbS7OBdLAZznaOHC4Mzi8ANqJc9rBNBRo+RivA1BAO5rU ku7CkK4DDQDLAuJkaZ2ZoRBcgXFLJxquJ/ZcpiVF7rSZVsU0fUOEdJWhs5e9tvKrmfwR XmWSThHFmCnjIK14H0pu6ZFRVQaw6XLNTPz/T9xYoNIbg1OA1iAeWmR+zi2zthVgtHRz W+1zxiQ0vvS1JLIkRIqRiljBVi0JEu5g+z6wmsQF/SQSjbPtjtRDO1o8A7/cZpy4b9kj anpw== MIME-Version: 1.0 Received: by 10.50.217.193 with SMTP id pa1mr4608612igc.39.1340473891960; Sat, 23 Jun 2012 10:51:31 -0700 (PDT) Sender: aimass@yabarana.com Received: by 10.42.217.6 with HTTP; Sat, 23 Jun 2012 10:51:31 -0700 (PDT) In-Reply-To: <201206230015.q5N0FPh8044345@mail.r-bonomi.com> References: <201206230015.q5N0FPh8044345@mail.r-bonomi.com> Date: Sat, 23 Jun 2012 13:51:31 -0400 X-Google-Sender-Auth: hD-NCAqhA89NuqqIuCz7xv60MXA Message-ID: From: Alejandro Imass To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQllqQbw/KV+FWpqGlpkkhdYSkgLfEiAp5hJL27UVabnVkuBEIO5sz4W+/W0l61djfquKZFG Subject: Re: Sendmail and Postfix 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: Sat, 23 Jun 2012 17:51:34 -0000 On Fri, Jun 22, 2012 at 8:15 PM, Robert Bonomi w= rote: >> From owner-freebsd-questions@freebsd.org =A0Fri Jun 22 13:47:20 2012 >> To: freebsd-questions@freebsd.org >> Date: Fri, 22 Jun 2012 13:41:46 -0500 >> From: Mark Felder >> Subject: Re: Sendmail and Postfix >> >> When you installed Postfix did you allow it to update the entries in >> /etc/mail/mailer.conf ? If so, I wouldn't worry about the mailq binary >> that came with the system; it's ignored. > > For SendMail, mailq is just a symlink to the SendMail executable. > > the "mail.conf" stuff (to use a polite word) installs it's own executable= (s) > under all the 'common' names that SendMail is invoked as. =A0These > executables look at /etc/mailer.conf, and invoke the appropiate executabl= e > for the mailer that you have seleccted in mailer.conf. > mailer.conf is usually modified my the Postfix port and I am not sure but I think the option is checked by default. The lines to add to rc.conf to de-activate Sendmail and usu Postfix on the base system are: sendmail_enable=3D"NO" sendmail_submit_enable=3D"NO" sendmail_outbound_enable=3D"NO" sendmail_msp_queue_enable=3D"NO" postfix_enable=3D"YES" --=20 Alejandro Imass > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg"