FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » mailing-list -> forum (install: job seems to not work)
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
mailing-list -> forum [message #163993] Thu, 23 December 2010 06:50 Go to next message
Marianne is currently offline  Marianne   France
Messages: 13
Registered: December 2010
Karma: 0
Junior Member
Hello,

In first, I am very happy to discover fudforum and its capability de connect forum web and mailing-list. Thank you for your work.

I have installed it.
I have a mailing-list with 2 people. I have tested. It is ok.
One of them is special and has a box accessible by pop3 and I have the good information to connect to its box. I have tested with an email software and it is ok.
I have added a rule to the mailing-list manager with the information to access the box by pop3 and the corresponding forum and mailing-list.
As the messages are retrieving from a mailbox, I use the Job Administration System. I have configured the good path, "/XXXX"/fudforum/scripts/", If I add the name: cron.php, it will not be saved, but this script is well at this place. And I have added a job: its name is the name of the mailing-list.
When I click on "run now", nothing seems to be done, there are no logs and no messages from the mailing-list are added to the forum.

How can I have logs ? is there something to do anywhere in fudforum ? do you an easy job I can test to verify if the cron.php is working well ?

For forum -> mailing-list: it works well.
All messages in the forum are sent to the mailing-list.

I have looked documentation and this forum. But english is not my language and I can miss something.
So I will appreciate any link about this issue, and also idea, remarks ...

Thank's


Re: mailing-list -> forum [message #163994 is a reply to message #163993] Thu, 23 December 2010 11:35 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
You can run maillist.php directly from command line or schedule it with your system's scheduler (probably cron).

Documentation is available at Mailing List Manager.

Best of luck!
Re : Re: mailing-list -> forum [message #163995 is a reply to message #163994] Thu, 23 December 2010 13:07 Go to previous messageGo to next message
Marianne is currently offline  Marianne   France
Messages: 13
Registered: December 2010
Karma: 0
Junior Member
Hello,

naudefj a écrit le Thu, 23 December 2010 12:35
You can run maillist.php directly from command line or schedule it with your system's scheduler (probably cron).
Documentation is available at Mailing List Manager.


Thank you for the link about Mailing List Manager. I have not found it. I like wiki but don't find it as easy as an arborescent site to find information.

If I understand well, maillist.php must be launched by php.exe even if I use cron.php ?
I don't think I have access to php.exe. And there is no cron.
I will search about command-line, but usable for test but not to run in automatic way, and I don't understand how I will retrieve the messages. Do a php script exist ?

And I will look also about the log viewer.

Thank you,
Re: Re : Re: mailing-list -> forum [message #163997 is a reply to message #163995] Thu, 23 December 2010 15:54 Go to previous messageGo to next message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
All import scripts require the PHP command line executable.
That would be php.exe on Windows or something like .../php/bin/php on Linux.
It's normally installed with PHP and you really should have it somewhere on your system.
If not, you will have to install it separately.
Re : Re: Re : Re: mailing-list -> forum [message #163999 is a reply to message #163997] Fri, 24 December 2010 13:00 Go to previous messageGo to next message
Marianne is currently offline  Marianne   France
Messages: 13
Registered: December 2010
Karma: 0
Junior Member
Hello,

naudefj a écrit le Thu, 23 December 2010 16:54
All import scripts require the PHP command line executable.
That would be php.exe on Windows or something like .../php/bin/php on Linux.
It's normally installed with PHP and you really should have it somewhere on your system.
If not, you will have to install it separately.


I have looked at it but no executable php are furnished.
And this one, on my computer has a lot of shared library, so I must compile it with all, or adapt it. So, I think it is difficult and a waste of time for me.

About the fact to read a mailbox, I have seen FudBOX.php, http://cvs.prohost.org/index.php/FudBOX.php, but it works also with command line, so it is the same issue for me.

I think the best is to change of host.

Thnak you for your help,
Re : Re: Re : Re: mailing-list -> forum [message #164000 is a reply to message #163999] Sat, 25 December 2010 13:19 Go to previous messageGo to next message
Marianne is currently offline  Marianne   France
Messages: 13
Registered: December 2010
Karma: 0
Junior Member
Hello,

Marianne a écrit le Fri, 24 December 2010 14:00

About the fact to read a mailbox, I have seen FudBOX.php, http://cvs.prohost.org/index.php/FudBOX.php, but it works also with command line, so it is the same issue for me.
I think the best is to change of host.


I have tested with another host where I can exec php script.
I have tested maillist.php with 3 mailboxes that I can connect and retrieve my email with pop3 protocol.
I obtain errors with messages like "Can't connect to mailbox: Certificate failure for" for two of them, and this one "Can't connect to mailbox: Can not authenticate to POP3 server" for the third.

Any idea ?
I will try with pop3 scripts.
Re : Re: Re : Re: mailing-list -> forum [message #164001 is a reply to message #164000] Sat, 25 December 2010 15:05 Go to previous messageGo to next message
Marianne is currently offline  Marianne   France
Messages: 13
Registered: December 2010
Karma: 0
Junior Member
Hello,

Marianne a écrit le Sat, 25 December 2010 14:19
Hello,
I have tested with another host where I can exec php script.
I have tested maillist.php with 3 mailboxes that I can connect and retrieve my email with pop3 protocol.
I obtain errors with messages like "Can't connect to mailbox: Certificate failure for" for two of them, and this one "Can't connect to mailbox: Can not authenticate to POP3 server" for the third.


I have changed the script maillist.php to add, line 122, the string '/novalidate-cert' like for ssl mode.
So, the line 122 is now
$flags = '/novalidate-cert';
It was for the case "unsecure pop3 protocol".

And now, it works with the 2 first mailboxes.
I think, for the third, it would be a misconfiguration.
And my mailing-lists messages are now in the forum web, whaouh !!!!

Very nice Smile

[Updated on: Sat, 25 December 2010 15:11]

Report message to a moderator

Re: Re : Re: Re : Re: mailing-list -> forum [message #164013 is a reply to message #164001] Tue, 28 December 2010 14:59 Go to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma: 28
Senior Member
Administrator
Core Developer
Well done!

PS: Thanks for updating the wiki as well.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Modify user's email
Next Topic: How to add a Youtube "Formatting Tools" icon?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Thu Oct 31 23:46:59 GMT 2024

Total time taken to generate the page: 0.02376 seconds