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