6 lines
85 B
Plaintext
6 lines
85 B
Plaintext
|
#!/bin/bash
|
||
|
XMAILDIR="$1"
|
||
|
eval ${LOGINRUN} \
|
||
|
/usr/sbin/courier-pop3d \
|
||
|
${XMAILDIR}
|