4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
|
#!/bin/bash
|
||
|
XMAILDIR="$1"
|
||
|
exec ${LOGINRUN} /usr/sbin/courier-imapd "${XMAILDIR}"
|