File: sendmail.sh

package info (click to toggle)
xmail 1.25-4
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 6,592 kB
  • ctags: 16,393
  • sloc: cpp: 33,249; ansic: 19,434; sh: 476; perl: 200; makefile: 107; sql: 31
file content (10 lines) | stat: -rw-r--r-- 207 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
#! /bin/sh
#modified for debian xmail package

export DEFAULT_DOMAIN=`cat /etc/xmail/default_domain`

if [ -z $MAIL_ROOT ]; then
	export MAIL_ROOT=/var/lib/xmail
fi

exec /var/lib/xmail/sendmail/sendmail $*