3 lines
39 B
Bash
3 lines
39 B
Bash
#!/bin/sh
|
|
exec /usr/sbin/smtpd -F 2>&1
|
#!/bin/sh
|
|
exec /usr/sbin/smtpd -F 2>&1
|