Re: [Dovecot] Newbie Question/Feature Request

2011-11-05 Thread Timo Sirainen
On Sat, 2011-11-05 at 10:33 -0700, Michael Papet wrote: > open (CMD_OUT, " /usr/lib/dovecot/deliver -f somedude\@someplace.com -d > anotherdude\@destination.dom $stringified |"); > my $test = ; > print $test; > > The above code errors out because the expected behavior is $stringified is > suppo

[Dovecot] Newbie Question/Feature Request

2011-11-05 Thread Michael Papet
Hi, I'm working on a plugin for qpsmtpd (a perl smtp frontend) that delivers mail via dovecot's LDA. I can only get mail delivered by writing the email to file, then calling 'deliver -d someone -f someone-else < /path/to/temp/email' All good, expected behavior. A perl snippet: local $/=undef