Qmail alias to application

I’ve been working on configuring Ubersmith to run on Interworx and for the life of me cannot figure out how the qmail alias system works to send mail to an application.

The way ubersmith’s system works to process mail is by configuring alias(es) to send mail using the following setup:

|php -q /chroot/home/mysliqua/public_html/cron/gateway.php my.sliqua.com 1

So, let’s say that I want to configure support@sliqua.com (user account sliquaco on interworx) to send mail to that (which is being hosted in a seperate account, mysliqua - my.sliqua.com)… what would I need to do?

Any Ideas?

Create a:

/chroot/home/mysliqua/var/my.sliqua.com/mail/.qmail-support

file containing the command you had in the prev post and that should do it.

Chris