From owner-freebsd-questions Wed Nov 6 2:47:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2F5BF37B401 for ; Wed, 6 Nov 2002 02:47:48 -0800 (PST) Received: from kumprang.or.id (kumprang.or.id [202.143.103.227]) by mx1.FreeBSD.org (Postfix) with SMTP id CAD3143E75 for ; Wed, 6 Nov 2002 02:47:43 -0800 (PST) (envelope-from budsz@kumprang.or.id) Received: (qmail 10892 invoked by uid 1008); 6 Nov 2002 10:49:18 -0000 Date: Wed, 6 Nov 2002 17:49:17 +0700 From: budsz To: Matthew Seaman Cc: FreeBSD-Questions Subject: Re: Sendmail questions Message-ID: <20021106104917.GA10221@kumprang.or.id> References: <20021106053258.GA8164@kumprang.or.id> <20021106085629.GA22235@happy-idiot-talk.infracaninophi> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20021106085629.GA22235@happy-idiot-talk.infracaninophi> X-Pubkey: "http://www.kumprang.or.id/~budsz/Pubkey.txt" X-Pubkey-MD5: "http://www.kumprang.or.id/~budsz/Pubkey-checksum.md5" X-Finger-Print: "A05A 268C 3CD4 ABBD D9EB 11E1 F64C 4B4E 6269 5304" X-System-Operation: FreeBSD 4.7-STABLE i386 X-Organization: "Internet Cafe and Game PC Kumprang" User-Agent: Mutt/1.5.1i X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 06, 2002 at 08:56:29AM +0000, Matthew Seaman wrote: >I presume you've got mailwrapper set up such that /usr/sbin/sendmail >will pipe messages into qmail, rather than the standard BSD sendmail >--- check the contents of /etc/mail/mailer.conf if you need to make >sure. Thx Matthew, Yes, I've done. This my mailwrapper: #sendmail /usr/libexec/sendmail/sendmail #send-mail /usr/libexec/sendmail/sendmail #mailq /usr/libexec/sendmail/sendmail #newaliases /usr/libexec/sendmail/sendmail #hoststat /usr/libexec/sendmail/sendmail #purgestat /usr/libexec/sendmail/sendmail sendmail /var/qmail/bin/sendmail send-mail /var/qmail/bin/sendmail mailq /var/qmail/bin/sendmail newaliases /var/qmail/bin/sendmail hoststat /var/qmail/bin/sendmail purgestat /var/qmail/bin/sendmail >In which case, you don't have any sort of problem apparent with your >mail system. What you do have is the FreeBSD periodic(8) system >running scripts that use BSD sendmail specific flags. Other than >annoying error messages in your daily e-mail, that has no deleterious >effect. > >You can suppress the error message by turning off the check for >messages in the submit queue. Add: > > daily_submit_queuerun="NO" > >to /etc/periodic.conf (If /etc/periodic.conf doesn't exist, just >create it with that line as the only contents). See >/etc/defaults/periodic.conf for all the possible settings to tweak --- >instructions on how to do that are in the comments at the top of the >file. OK, If I turn off this option (daily_submit_queuerun) of couse error message doen't apparent but this step lessen information right?. How if change queue sendmail system to queue qmail system. This purpose is I'll get cron message from queue qmail system. It's possible sir? Anyway I found sendmail submit or other option sendmail in (/etc/default/rc.conf) for new version FreeBSD, Before this, I use FreeBSD 4.6 STABLE, I didn't found this option. So this utilities for what..? TIA -- budsz To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message