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