4 lines
80 B
Plaintext
4 lines
80 B
Plaintext
|
#!/bin/sh
|
||
|
export QPSMTPD_CONFIG=/etc/qpsmtpd
|
||
|
exec /usr/bin/qpsmtpd 2> /dev/null
|