
On 10/29/05, Mauricio Tavares
http://doc.otrs.org/2.0/en/html/x1239.html#email-receiving-fetchmail
Exemple from .procmailrc.dist of OTRS 2.0 package for IMAP+SSL
## example for polling from an IMAP-Server via SSL. #poll
protocol IMAP port 993 plugin "openssl s_client -connect %h:%p" user pass is here # That's what I tried before, but I feel I am doing something wrong. Specifically, how do you feed then PostMaster.pl with the mail fetchmail has grabbed? I tried to simply pipe it and what I got was a single email that was made by all the emails in the inbox. :(
Not that I've done it this way, but have you tried using the "mda" option in fetchmail ? poll someserver with protocol imap user somebody password something mda /opt/otrs/bin/PostMaster.pl