16 Oct
2006
16 Oct
'06
1:17 p.m.
On Mon, 2006-10-16 at 20:12 +1000, lats wrote:
I have a command string
ssh dad@frank /usr/bin/imapd ./Maildir 2> /dev/null
that expects /usr/bin/imapd to exist to pass mail to the imap server but I can't find how to replicate the functionality in dovecot. Is it possible to wrapper dovecot to reproduce the functionality? Or is there another technique?
/usr/sbin/dovecot --exec-mail imap
johannes