Help w/ ezmlm [message #27297] |
Sat, 03 September 2005 18:59 |
fobitz
Messages: 6 Registered: July 2004
Karma: 0
|
Junior Member |
|
|
Has anybody got the FUDforum integration to an ezmlm mailing list working?
I'm pretty stuck. I think I did everything ok but it isn't working and I'm not getting any errors.
Edit: Ok, if I post to the forum, it does get emailed to the mailing list. It just doesn't post emails sent to the list to the forum.
Thanks
Joe
[Updated on: Sat, 03 September 2005 19:22] Report message to a moderator
|
|
|
Re: Help w/ ezmlm [message #27299 is a reply to message #27297] |
Sat, 03 September 2005 19:14 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Are you using procmail or something else to "pipe" messages into the forum?
FUDforum Core Developer
|
|
|
Re: Help w/ ezmlm [message #27302 is a reply to message #27299] |
Sat, 03 September 2005 19:23 |
fobitz
Messages: 6 Registered: July 2004
Karma: 0
|
Junior Member |
|
|
That is what I'm missing for sure. I don't know if my host uses procmail. Is that something I could install on my site?
Sorry for the stupidity but this is pretty new stuff for me.
Thanks
|
|
|
Re: Help w/ ezmlm [message #27303 is a reply to message #27302] |
Sat, 03 September 2005 19:34 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Procmail is likely to be already installed, if it is not you can install it yourself. Procmail is essentially a mail mangling tool that sits in your account and filters incomming mail. So you'd use it to "trigger" on certain mail headers and make the message be piped to maillist.php script.
FUDforum Core Developer
|
|
|
|
|
Re: Help w/ ezmlm [message #27318 is a reply to message #27308] |
Sun, 04 September 2005 14:08 |
fobitz
Messages: 6 Registered: July 2004
Karma: 0
|
Junior Member |
|
|
It turns out that procmail isn't available to me. I do have sendmail however. Can I do the email pipe usind sendmail rather then procmail?
Thanks
|
|
|
|
Re: Help w/ ezmlm [message #27356 is a reply to message #27319] |
Mon, 05 September 2005 22:45 |
fobitz
Messages: 6 Registered: July 2004
Karma: 0
|
Junior Member |
|
|
Well, I've searching and trying to find out what I need to do exactly and I can't seem to get it working.
I've tried putting *many* variations of things in my .forward file but nothing is happening. I've seen conflicting things on the syntax and don't know where to look for possible errors.
My latest .forward file looks like this:
"| /usr/local/bin/php -q hsphere/local/home/fobitz/FUDforum/scripts/maillist.php 1"
If anyone can offer any suggestions I would be greatful.
Thanks
|
|
|
Re: Help w/ ezmlm [message #27358 is a reply to message #27356] |
Tue, 06 September 2005 00:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
That looks good, but you probably want to specify the FULL path to the maillist.php script.
FUDforum Core Developer
|
|
|
Re: Help w/ ezmlm [message #27373 is a reply to message #27358] |
Tue, 06 September 2005 12:12 |
fobitz
Messages: 6 Registered: July 2004
Karma: 0
|
Junior Member |
|
|
I'll likely change it as you suggest but I've been in contact w/ support from my web hosting company and they are now telling me that the mail servers are separate machines from the web servers and you just can't pipe email into a script like that.
I'm investigating other options but am not optimistic.
Thanks
|
|
|
Re: Help w/ ezmlm [message #27376 is a reply to message #27373] |
Tue, 06 September 2005 14:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
You can always write a small pop3 or imap based script that would connect to the mail server via one of those protocols and retrieve message from it. By using cron you can automate this process.
FUDforum Core Developer
|
|
|