6 lines
116 B
Bash
Executable file
6 lines
116 B
Bash
Executable file
#!/bin/rc
|
|
|
|
/mail/lib/justqmail $* || exit 1
|
|
if(ndb/csquery -s /net/cs 'tcp!$smtp!smtp')
|
|
/mail/lib/kickqueue
|
|
exit 0
|