I've read through the forum and the qmail.org site and still can't get the forwarding working right.
I'm setting up Mojo (a mailing list) so that when subscribers send email to the list (
xyz@xyz.com) it will automatically get sent to the Perl script which forwards it to all of the list subscribers.
The directions for setting up the .qmail forward for Mojo can be found at
http://mojo.skazat.com/installation/mojo_send.html. I've followed the directions completely and I've triple checked everything. I did notice something on an earlier post regarding .qmail forwarding on the DEEDEE server, which I'm on, which may or may not be the issue. Using the web interface, the mail list manager works fine. It's only when I try to do a direct email through the .qmail forward that it doesn't send or receive.
This is what I have set up:
email alias:
test@tpmtools.com
.qmail forward: .qmail-test (containing: |/big/dom/xtpmtools/cgi-bin/mojo/mojo_send.pl) This file is in both /big/dom/xtpmtools/username and /big/dom/xtpmtools since I don't know which one it is supposed to go in.
Theory suggests that any mail sent to
test@tpmtools.com will be intercepted by the Perl script (mojo_send.pl) which will forward the email to the list subscribers. The only problem is that I never receive the email.
Any help provided would be greatly appreciated.