home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Usenet 1994 January
/
usenetsourcesnewsgroupsinfomagicjanuary1994.iso
/
sources
/
unix
/
volume22
/
auth-utils
/
part01
/
sendmail-auth
/
rc.include
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-04-29
|
259 b
|
10 lines
#!/bin/sh
if [ -f /usr/lib/sendmail ]; then
(cd /usr/spool/mqueue;rm -f lf*)
echo 'starting sendmail daemon' > /dev/console 2>&1
# /usr/lib/sendmail -bd -q30m
/usr/lib/sendmail -q30m
/usr/local/attachport -vp smtp /etc/in.maild > /dev/console 2>&1 &
fi