ALTER TABLE `phplist_mail2list_allowsend` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
ALTER TABLE `phplist_mail2list_list` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
ALTER TABLE `phplist_mail2list_popaccounts` CONVERT TO CHARACTER SET utf8 COLLATE utf8_general_ci
[~/public_html/mlist]# diff m2l_cron.php m2l_cron.php.fcs
39,41c39
< // SDI: Check only the active lists.
< //$sql = Sql_Query("SELECT * FROM ". $GLOBALS['table_prefix']."mail2list_popaccounts");
< $sql = Sql_Query("SELECT ". $GLOBALS['table_prefix']."mail2list_popaccounts.* FROM ". $GLOBALS['table_prefix']."mail2list_popaccounts, ". $GLOBALS['table_prefix']."list WHERE ".$GLOBALS['table_prefix']."mail2list_popaccounts.listid=".$GLOBALS['table_prefix']."list.id AND ". $GLOBALS['table_prefix']."list.active='1'");
---
> $sql = Sql_Query("SELECT * FROM ". $GLOBALS['table_prefix']."mail2list_popaccounts");
delfinocurioso wrote:Hi i've installed and configured the plugin v2.0.0b
but i've two questions:
1_Q- Why i can't forward email to all users of the list even they are in the whitelist??? i got an error such as:
Processed message 1 of 1 with error!
myaddress@address.com could not be found on the whitelist!
He/she will be sent a notification.
No emails where sent to listAddress@list.com.
with "myaddress@address.com" actually in the whitelist and confirmed
akamantauskas wrote:I'm doing something wrong, and I can't figure it out.
When I click on "Process new mails", I get:
- Code: Select all
Processing list 'test'
-----------------------------
Status of pop3 connection: Connected
Processed message 1 of 1
No emails where sent to test@linux-test.testdomain.local.
However, the test email I sent was addressed to 'test@linux-test.testdomain.local'.
What am I missing here? And yes, that is the actual hostname and domain of the server
acecarwash wrote:I have problem with loading the plugin whitin 2.10.10 ..
What i did
Modified config.php:
define("PLUGIN_ROOTDIR","/xx/xx/xx/xx/lists/admin/plugins");
Modified get_email.class.php
-var $attach_url
-var $file_path
Copyed the plugin to the plugin folder:
--> plugins/mailtolist
- get_email.class.php
- main.php
--> plugins/
- mailtolist.php
In the Admin pannel i only see the two demo plugins:
- Example plugin, dynamic page
- Mozilla Sidebar
What could be the problem with the mail2list plugin?
bkeahl wrote:Well, I guess ubuntu doesn't load imap by default. Now to get the cron jobs going.
Linn wrote:I tried
- Code: Select all
/pop3:995/notls/ssl/novalidate-cert
And I get:
- Code: Select all
Status of pop3 connection: Not connected
Can't connect to #######.de,995: Connection refused
Of cource I checked that username/password are correct (via copy/paste => no misspelling).
Return to Contributions: Plug-ins, Add-ons, Mods
Users browsing this forum: Google [Bot] and 1 guest