Forum Moderators: coopster
theoretically I want this to happen: (without using another service like mfop2)
1 user e-mails a unique address,
2 the email is processed,
3 new post is made in MT.
I can handle the new post making in MT... I'm just not sure how step 3 can happen on the fly.
any ideas? thanks.
This is an example for qmail, but it also may be different depending on your system.
Create
.qmail-mt_postfile in your root directory (e.g.
/home/bofe). Put a single line in the file pointing to your parsing script.
¦/usr/bofe/mt_post.pl
Now all the email sent to mt_post@example.com will be redirected to <STDIN> of the mt_post.pl script.
P.S. I think sendmail uses
.aliasfile in root directory with a slightly different syntax.
[evolt.org...]