7 lines
116 B
Text
7 lines
116 B
Text
![]() |
#!/bin/rc
|
||
|
|
||
|
/mail/lib/justqmail $* || exit 1
|
||
|
if(ndb/csquery -s /net/cs 'tcp!$smtp!smtp')
|
||
|
/mail/lib/kickqueue
|
||
|
exit 0
|