File: run

package info (click to toggle)
qpsmtpd 0.84-5
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 1,308 kB
  • ctags: 407
  • sloc: perl: 8,012; sh: 382; makefile: 56
file content (9 lines) | stat: -rwxr-xr-x 230 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
#!/bin/sh
QMAILDUID=`id -u smtpd`
NOFILESGID=`id -g smtpd`
LANG=C
exec /usr/local/bin/softlimit -m 50000000 \
  /usr/local/bin/tcpserver -c 10 -v -R -p \
  -u $QMAILDUID -g $NOFILESGID `head -1 config/IP` smtp \
  ./qpsmtpd 2>&1