3 lines
81 B
Bash
3 lines
81 B
Bash
#!/bin/bash
|
|
XMAILDIR="$1"
|
|
eval ${LOGINRUN} /usr/sbin/courier-pop3d "${XMAILDIR}"
|