Dear all, I'm try to create file script following describes
I have a domain manage by vpopmai /home/vpopmail/domains/coredum.com/ To send mail to mailbox in coredum.com, vpopmail will use file .qmail-default contains |/home/vpopmail/bin/vdelivermail '' bounce-no-mailbox when can not find mailbox, email will bounce the email back to the sender. But I want email still relay to another mailserver ( for my puspose). So I will continue using |qmail-remote [ip of remote mail] $SENDER [EMAIL PROTECTED] vdelivermail return value : 0 if all steps were successful. 100 if user is over quota or *bounce-no-mailbox* is set and no matching user is found. So when i get the return value of vdelivermail, I can call qmail-remote. I must create a file script so that file .qmail-default can call to run. I mean, I don't know how to create my script like I want. I'm so new with qmail. Everyone pls show me guides. Thanks