On 10/25/2011 2:06 PM, Jack Fredrikson wrote: >Here is my problem > > Oct 25 10:49:18 myserver postfix/pipe[3712]: 0423257901AB: > to=<f...@bar.com <mailto:f...@bar.com>>, relay=dovecot, delay=109318, > delays=109318/0.14/0/0.1, dsn=4.3.0, status=deferred (temporary failure
Stop posting in HTML. Your mail is hard enough to decipher without the html markup. That's not a problem, that a partial log entry. You left off all the interesting stuff. > > Look at this comment I found while googling: > http://blog.absolutedisaster.co.uk/osticket-plesk-9-postfix-pipe-mail-to-a-progr > From the maillog: > 1. > Oct 1 14:10:39 serverXXX-XX pipe[9594]: fatal: pipe_command: execvp > /var/www/vhosts/{domain}.com/subdomains/support/httpdocs/api/pipe.php: > Permission denied > > 2. > Oct 1 14:10:39 serverXXX-XX postfix/pipe[9088]: EF2541117B5: > to=<support@{domain}.com>, relay=pipeSupportEmails, delay=3.5, > delays=3.4/0/0/0.02, dsn=4.3.0, status=deferred (temporary failure. Command > output: pipe: fatal: pipe_command: execvp > /var/www/vhosts/{domain}.com/subdomains/support/httpdocs/api/pipe.php: > Permission denied ) The above is unrelated. Maybe you should stop using google. > It's been a week that I've been working day and night to get this fixed. You need to work smarter, not harder. > dovecot unix - n n - - pipe > flags=DRhu user=dovecot > argv=/usr/local/libexec/dovecot/dovecot-lda -f ${sender} ${recipient} Why don't you have "-d" in front of ${recipient} as suggested in the dovecot wiki? What happens if you run the command manually? su dovecot -c /usr/local/libexec/dovecot/dovecot-lda -f sen...@example.com -d recipi...@example.com < some_mail_file What if you leave the "-d" out? If you need more help, please see http://www.postfix.org/DEBUG_README.html#mail It's really hard for anyone here or at dovecot-users or sa-users to give you effective help when you don't provide the information needed to help you. It would be a good investment of your valuable time to study http://catb.org/~esr/faqs/smart-questions.html -- Noel Jones