mailing-list -> forum [message #163993] |
Thu, 23 December 2010 06:50 |
|
Marianne
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 : Re: Re : Re: mailing-list -> forum [message #163999 is a reply to message #163997] |
Fri, 24 December 2010 13:00 |
|
Marianne
Messages: 13 Registered: December 2010
Karma: 0
|
Junior Member |
|
|
Hello,
naudefj a écrit le Thu, 23 December 2010 16:54All 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 #164001 is a reply to message #164000] |
Sat, 25 December 2010 15:05 |
|
Marianne
Messages: 13 Registered: December 2010
Karma: 0
|
Junior Member |
|
|
Hello,
Marianne a écrit le Sat, 25 December 2010 14:19Hello,
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
[Updated on: Sat, 25 December 2010 15:11] Report message to a moderator
|
|
|
|