MarkD([EMAIL PROTECTED])@2001.07.06 15:48:16 +0000:
> On Fri, Jul 06, 2001 at 04:58:23PM +0200, Moritz Schmitt allegedly wrote:
> > Hello,
> > 
> > could anybody please post the content of the mailer.conf file?
> 
> This is what I use on FreeBSD systems, but note that mailq is non-standard:
> 
> sendmail        /var/qmail/bin/sendmail
> send-mail       /var/qmail/bin/sendmail
> mailq           /usr/local/bin/qmail-mailq
> newaliases      /var/qmail/bin/newaliases
> 
> A normal entry would probably be:
> 
> sendmail        /var/qmail/bin/sendmail
> send-mail       /var/qmail/bin/sendmail
> mailq           /var/qmail/bin/qmail-queue
NO

qmail-queue(8):
       qmail-queue - queue a mail message for delivery

qmail-qread(8):
       qmail-qread - list outgoing messages and recipients

...you don't want to inject an empty and broken message from your
/etc/periodic scripts, won't you? ;-)

sendmail        /var/qmail/bin/sendmail
send-mail       /var/qmail/bin/sendmail
mailq           /var/qmail/bin/qmail-qread
newaliases      /usr/bin/true


> newaliases      /var/qmail/bin/newaliases
> 
> If you don't use fastforward, perhaps:
> 
> sendmail        /var/qmail/bin/sendmail
> send-mail       /var/qmail/bin/sendmail
> mailq           /var/qmail/bin/qmail-queue
> newaliases      /bin/true

true and false belong into the runtime userland on bsd systems -> /usr/bin

> The reason for the non-standard queue entry is that qmail-queue needs
> elevated priviledged to access the queue so I use a tcpserver service
> to provide access to qmail-queue. This technique is discussed in the
> archives.

this is a good idea, but on my systems the users do not have to fiddle 
with the mailqueue anyway -- no moving parts inside. it solely depends
on you privacy and security philosophy. that said, security and
convenience usually are mutually exclusive concepts.

> As an aside, mailer.conf should include a "from" entry too, methinx. I
> keep meaning to mention that to the FreeBSD crowd but haven't yet.

why that? would you like to set up a system wide default for the user
name? this is unix, not windows... this would not make much sense as far
i can understand it.

if you want a systemwide default from: for all outgoing mail and you got
mailwarper^Wmailwrapper then install a shellscript that invokes qmail's
sendmail with -f [EMAIL PROTECTED]

/k

-- 
> I can emulate the Beta-version of every C      #include <signal.h>
> program I've ever written in two lines! ->     main() {raise(11);}
KR433/KR11-RIPE -- WebMonster Community Founder -- nGENn GmbH Senior Techie
http://www.webmonster.de/ -- ftp://ftp.webmonster.de/ -- http://www.ngenn.net/
karsten&rohrbach.de -- alpha&ngenn.net -- alpha&scene.org -- [EMAIL PROTECTED]
GnuPG 0x2964BF46 2001-03-15 42F9 9FFF 50D4 2F38 DBEE  DF22 3340 4F4E 2964 BF46
Please do not remove my address from To: and Cc: fields in mailing lists. 10x

PGP signature

Reply via email to