19 Aug
2010
19 Aug
'10
8:14 p.m.
On Thu, 2010-08-19 at 10:37 +0530, Piyush Joshi wrote:
According to my setup i can not call
|/var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda from my /var/qmail/control/defaultdelivery file, Instead making a perl file which will call the same for delivery of mails.
Why? What is the perl script going to do that the direct call isn't?
#!/usr/bin/perl |/var/qmail/bin/preline -f /usr/local/libexec/dovecot/dovecot-lda
That's not a valid perl script.