Hello.
 
I finally found the solution to the "bad_last_line" problem.
 
I have a script in .qmail-default that checks for certain incoming domain names:
 
| if [ "$HOST" = "intelip.com" ]; then /home/vpopmail/bin/vdelivermail '' bounce -no-mailbox; else /home/vpopmail/bin/vdelivermail '' /home/vpopmail/domains/intelligent.lu/postmaster; fi
 
The problem seems to have been: the tailing "; fi" was missing until now. But: until now it did work!
 
Thanks anyway for any thoughts you may have made about this.
 
-- jmr

Reply via email to