nightmaremail

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

binm1.sh (342B)


      1 #!/bin/sh
      2 
      3 # Using splogger to send the log through syslog.
      4 # Using binmail to deliver messages to /var/spool/mail/$USER by default.
      5 # Using BSD 4.4 binmail interface: /usr/libexec/mail.local -r
      6 
      7 exec env - PATH="QMAIL/bin:$PATH" \
      8 qmail-start \
      9 '|preline -f /usr/libexec/mail.local -r "${SENDER:-MAILER-DAEMON}" -d "$USER"' \
     10 splogger qmail