Forum Replies Created

Viewing 14 replies - 1 through 14 (of 14 total)
  • Thread Starter mayankrungta

    (@mayankrungta)

    Hi,

    I will try to wrap my head around that. I had a quick question:

    Will repairing the database via tools not help such as –

    mysqlrepair -u root -p##### –auto-repair –check –all-databases

    or specific database –

    mysqlrepair -o -u root -p##### dbname

    Please let know if any such approach would work. It is just one site that is giving the problem. All others work fine and the cleanup happened with auto repair or no repair was necessary. Now I have moved the backups to cloud and there won’t be a problem with storage in future but I need to get across this corruption.

    I had question, if I moved to another server with mysql or mariadb and recreated the setup, will a backup from this database work or will the problem be carried with the backup to the new server? Kindly confirm. That’s something I could try.

    Thanks,
    Mayank

    Thread Starter mayankrungta

    (@mayankrungta)

    I have tried these steps before but I repeated as you indicated.

    This is what I did –

    1. Deactivated the wordfence plugin
    2. Deleted the tables as suggested –
    DROP TABLE IF EXISTS sbqte_wfBadLeechers;
    DROP TABLE IF EXISTS sbqte_wfBlockedIPLog;
    DROP TABLE IF EXISTS sbqte_wfBlocks;
    DROP TABLE IF EXISTS sbqte_wfBlocksAdv;
    DROP TABLE IF EXISTS sbqte_wfConfig;
    DROP TABLE IF EXISTS sbqte_wfCrawlers;
    DROP TABLE IF EXISTS sbqte_wfFileMods;
    DROP TABLE IF EXISTS sbqte_wfHits;
    DROP TABLE IF EXISTS sbqte_wfHoover;
    DROP TABLE IF EXISTS sbqte_wfIssues;
    DROP TABLE IF EXISTS sbqte_wfKnownFileList;
    DROP TABLE IF EXISTS sbqte_wfLeechers;
    DROP TABLE IF EXISTS sbqte_wfLockedOut;
    DROP TABLE IF EXISTS sbqte_wfLocs;
    DROP TABLE IF EXISTS sbqte_wfLogins;
    DROP TABLE IF EXISTS sbqte_wfNet404s;
    DROP TABLE IF EXISTS sbqte_wfNotifications;
    DROP TABLE IF EXISTS sbqte_wfPendingIssues;
    DROP TABLE IF EXISTS sbqte_wfReverseCache;
    DROP TABLE IF EXISTS sbqte_wfSNIPCache;
    DROP TABLE IF EXISTS sbqte_wfScanners;
    DROP TABLE IF EXISTS sbqte_wfStatus;
    DROP TABLE IF EXISTS sbqte_wfThrottleLog;
    DROP TABLE IF EXISTS sbqte_wfVulnScanners;

    3. Count of tables reduced to 74 rows from 84 rows earlier.
    4. The files under /var/lib/mysql/ were –
    [root@neo:/var/lib/mysql/dbname]# ls -l sbqte_wf*
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfBadLeechers.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfBlockedIPLog.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfBlocksAdv.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfBlocks.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfConfig.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfCrawlers.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfFileMods.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfHits.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfHoover.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfIssues.ibd
    -rw-r—– 1 mysql mysql 393216 Aug 12 23:50 sbqte_wfKnownFileList.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfLeechers.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfLockedOut.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfLocs.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfLogins.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfNet404s.ibd
    -rw-r—– 1 mysql mysql 98304 Aug 12 23:50 sbqte_wfNotifications.ibd
    -rw-r—– 1 mysql mysql 98304 Aug 12 23:50 sbqte_wfPendingIssues.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfReverseCache.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfScanners.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfSNIPCache.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfStatus.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfThrottleLog.ibd
    -rw-r—– 1 mysql mysql 65536 Aug 12 23:49 sbqte_wfVulnScanners.ibd
    [root@neo:/var/lib/mysql/dbname]# ls -l sbqte_wf* | wc -l
    24
    The other extensions vanished. I did not delete the .ibd files.

    4. I reactivated the plugin
    5. The number of rows in mysql remain 74 and /var/lib/mysql/dbname remains unchanged.

    /var/log/apache/error.log has this error –
    [Thu Aug 17 01:33:02.445101 2017] [:error] [pid 23691] [client XX.XX.XX.XX:1058] WordPress database error Table ‘dbname.sbqte_wfLockedOut’ doesn’t exist for query SHOW FULL COLUMNS FROM sbqte_wfLockedOut made by activate_plugin, include_once(‘/plugins/wordfence/wordfence.php’), wordfence::install_actions, wordfence::isLockedOut, wfLog->isIPLockedOut, wfDB->querySingle, referer: https://dbname.com/wp-admin/plugins.php?plugin_status=all&paged=1&s
    [Thu Aug 17 01:33:02.447551 2017] [:error] [pid 23691] [client XX.XX.XX.XX:1058] WordPress database error Table ‘dbname.sbqte_wfLockedOut’ doesn’t exist for query SHOW FULL COLUMNS FROM sbqte_wfLockedOut made by activate_plugin, include_once(‘/plugins/wordfence/wordfence.php’), wordfence::install_actions, wordfence::isLockedOut, wfLog->isIPLockedOut, wfDB->querySingle, referer: https://dbname.com/wp-admin/plugins.php?plugin_status=all&paged=1&s
    [Thu Aug 17 01:33:02.457292 2017] [:error] [pid 23691] [client XX.XX.XX.XX:1058] WordPress database error Tablespace ‘kalavilasa.sbqte_wfBadLeechers‘ exists. for query create table IF NOT EXISTS sbqte_wfBadLeechers (\n\teMin int UNSIGNED NOT NULL,\n\tIP int UNSIGNED NOT NULL,\n\thits int UNSIGNED NOT NULL,\n\tPRIMARY KEY k1(eMin, IP)\n) default charset=latin1 made by activate_plugin, do_action(‘activate_wordfence/wordfence.php’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wordfence::installPlugin, wordfence::runInstall, wfSchema->createAll, wfDB->queryWrite, referer: https://dbname.com/wp-admin/plugins.php?plugin_status=all&paged=1&s

    The error I mentioned earlier on a failed installation with the repeated popup for the tour continues to show up.

    The behavior is the same if I delete *.ibd files too from under /var/lib/mysql/dbname. Kindly confirm if this needs to be done or the *.ibd files are required?

    Also, trying to create tables using the other site failed –

    $ mysql -u root -p##### dbname < /tmp/wf.sql
    mysql: [Warning] Using a password on the command line interface can be insecure.
    ERROR 1813 (HY000) at line 202: Tablespace ‘dbname.sbqte_wfKnownFileList‘ exists.

    This does the table creation halfway or so.

    Isn’t the error in the logs giving a clue what’s going wrong? Why is the wordfence installation/activation failing? And if it fails why not make it easy to discard the changes/reset the system.

    • This reply was modified 7 years, 3 months ago by mayankrungta.
    Thread Starter mayankrungta

    (@mayankrungta)

    Yes I have tried it. It did not help.

    Please note that when the tables of WordFence not installed correctly it gives the error –

    Wordfence could not get an API key from the Wordfence scanning servers when it activated. You can try to fix this by going to the Wordfence “options” page and hitting “Save Changes”. This will cause Wordfence to retry fetching an API key for you. If you keep seeing this error it usually means your WordPress server can’t connect to our scanning servers. You can try asking your WordPress host to allow your WordPress server to connect to noc1.wordfence.com.

    and keeps opening the pop up for tour all the time. Does not allow me to save the options. I tried to insert tables from another database which only allows half the tables before some error shows up. This allows the options page to show up and be saved. Deactivate and activate does not help.

    There is a problem with the tables. In my previous post –

    https://www.ads-software.com/support/topic/wordfence-leaves-a-mess-in-the-database/#post-9412190

    I detailed the problems with the WF tables. If there are commands table deletion/creation that I can run to set things right, it will help greatly. It is a lot of work to try inserting tables from another site and look into errors of tablespace which I don’t understand fully.

    Thanks,
    Mayank

    Thread Starter mayankrungta

    (@mayankrungta)

    Please note that at the current time there is no shortage of disk space on the server. I was referring to earlier issues I have had with Wordfence. Besides being able to deal with that problem what I was hoping for was that there is an easier mechanism to clean up any mess (first there should not be any mess left behind but if there is).

    Please advise.

    Thanks,
    Mayank

    Thread Starter mayankrungta

    (@mayankrungta)

    Hi,

    The “wp_” prefix was appropriately replaced in all my attempts. I tried dumping WF tables from an empty schema from another site that works. When I tried with the tables with data it was giving errors. So tried without data, just creating the tables –

    $ mysql -u root -p##### dbname < /tmp/wf.sql
    mysql: [Warning] Using a password on the command line interface can be insecure.
    ERROR 1813 (HY000) at line 202: Tablespace ‘dbname.sbqte_wfKnownFileList‘ exists.

    Before this a plain attempt to install led to the following errors in the database where I had cleared all traces of wf tables in the dbname database –

    [Tue Aug 15 22:56:03.538136 2017] [:error] [pid 20412] [client XX.XX.XX.XX:4488] WordPress database error Table ‘dbname.sbqte_wfLockedOut’ doesn’t exist for query SHOW FULL COLUMNS FROM sbqte_wfLockedOut made by activate_plugin, include_once(‘/plugins/wordfence/wordfence.php’), wordfence::install_actions, wordfence::isLockedOut, wfLog->isIPLockedOut, wfDB->querySingle, referer: https://dbname.com/wp-admin/plugin-install.php?s=wordfence&tab=search&type=term
    [Tue Aug 15 22:56:03.541410 2017] [:error] [pid 20412] [client XX.XX.XX.XX:4488] WordPress database error Table ‘dbname.sbqte_wfLockedOut’ doesn’t exist for query SHOW FULL COLUMNS FROM sbqte_wfLockedOut made by activate_plugin, include_once(‘/plugins/wordfence/wordfence.php’), wordfence::install_actions, wordfence::isLockedOut, wfLog->isIPLockedOut, wfDB->querySingle, referer: https://dbname.com/wp-admin/plugin-install.php?s=wordfence&tab=search&type=term
    [Tue Aug 15 22:56:03.562689 2017] [:error] [pid 20412] [client XX.XX.XX.XX:4488] WordPress database error Tablespace ‘dbname.sbqte_wfBadLeechers‘ exists. for query create table IF NOT EXISTS sbqte_wfBadLeechers (\n\teMin int UNSIGNED NOT NULL,\n\tIP int UNSIGNED NOT NULL,\n\thits int UNSIGNED NOT NULL,\n\tPRIMARY KEY k1(eMin, IP)\n) default charset=latin1 made by activate_plugin, do_action(‘activate_wordfence/wordfence.php’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wordfence::installPlugin, wordfence::runInstall, wfSchema->createAll, wfDB->queryWrite, referer: https://dbname.com/wp-admin/plugin-install.php?s=wordfence&tab=search&type=term
    [Tue Aug 15 22:56:03.569024 2017] [:error] [pid 20412] [client XX.XX.XX.XX:4488] WordPress database error Tablespace ‘dbname.sbqte_wfVulnScanners‘ exists. for query create table IF NOT EXISTS sbqte_wfVulnScanners (\n\tIP int UNSIGNED PRIMARY KEY,\n\tctime int UNSIGNED NOT NULL,\n\thits int UNSIGNED NOT NULL\n) made by activate_plugin, do_action(‘activate_wordfence/wordfence.php’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wordfence::installPlugin, wordfence::runInstall, wfSchema->createAll, wfDB->queryWrite, referer: https://dbname.com/wp-admin/plugin-install.php?s=wordfence&tab=search&type=term
    [Tue Aug 15 22:56:03.575015 2017] [:error] [pid 20412] [client XX.XX.XX.XX:4488] WordPress database error Tablespace ‘dbname.sbqte_wfBlocks‘ exists. for query create table IF NOT EXISTS sbqte_wfBlocks (\n\tIP int UNSIGNED PRIMARY KEY,\n\tblockedTime int UNSIGNED NOT NULL,\n\treason varchar(255) NOT NULL,\n\tlastAttempt int UNSIGNED default 0,\n\tblockedHits int UNSIGNED default 0,\n\twfsn tinyint UNSIGNED default 0,\n\tpermanent tinyint UNSIGNED default 0,\n\tKEY k1(wfsn)\n) default charset=utf8 made by activate_plugin, do_action(‘activate_wordfence/wordfence.php’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wordfence::installPlugin, wordfence::runInstall, wfSchema->createAll, wfDB->queryWrite, referer: https://dbname.com/wp-admin/plugin-install.php?s=wordfence&tab=search&type=term
    [Tue Aug 15 22:56:03.580199 2017] [:error] [pid 20412] [client XX.XX.XX.XX:4488] WordPress database error Tablespace ‘dbname.sbqte_wfConfig‘ exists. for query create table IF NOT EXISTS sbqte_wfConfig (\n name varchar(100) NOT NULL,\n val longblob,\n autoload enum(‘no’,’yes’) NOT NULL DEFAULT ‘yes’,\n PRIMARY KEY (name)\n) default charset=utf8 made by activate_plugin, do_action(‘activate_wordfence/wordfence.php’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wordfence::installPlugin, wordfence::runInstall, wfSchema->createAll, wfDB->queryWrite, referer: https://dbname.com/wp-admin/plugin-install.php?s=wordfence&tab=search&type=term
    [Tue Aug 15 22:56:03.584330 2017] [:error] [pid 20412] [client XX.XX.XX.XX:4488] WordPress database error Tablespace ‘dbname.sbqte_wfCrawlers‘ exists. for query create table IF NOT EXISTS sbqte_wfCrawlers (\n\tIP INT UNSIGNED NOT NULL,\n\tpatternSig binary(16) NOT NULL,\n\tstatus char(8) NOT NULL,\n\tlastUpdate int UNSIGNED NOT NULL,\n\tPTR varchar(255) default ”,\n\tPRIMARY KEY k1(IP, patternSig)\n) default charset=latin1 made by activate_plugin, do_action(‘activate_wordfence/wordfence.php’), WP_Hook->do_action, WP_Hook->apply_filters, call_user_func_array, wordfence::installPlugin, wordfence::runInstall, wfSchema->createAll, wfDB->queryWrite, referer: https://dbname.com/wp-admin/plugin-install.php?s=wordfence&tab=search&type=term

    What is an easy way to reset this plugin or my database or both?

    Can you give me a list of commands that I can run on the db and it would do the needful? First cleansing of the database and then recreation of the tables?

    Thread Starter mayankrungta

    (@mayankrungta)

    Trying to delete this comment. But can’t figure how. I added the content in the original post. Please delete this comment.

    • This reply was modified 7 years, 3 months ago by mayankrungta. Reason: Wanting to delete this comment
    • This reply was modified 7 years, 3 months ago by mayankrungta.
    Thread Starter mayankrungta

    (@mayankrungta)

    Hi,

    Is this data constant or it keeps changing? I saw different data across the the two incidents.

    If this is the way the file functions please close the ticket. I will change the permissions of the folders as recommended by WordPress.

    I have a problem configuring the firewall but will start another thread on that if I can’t resolve it myself.

    Thanks,
    Mayank

    Thread Starter mayankrungta

    (@mayankrungta)

    Is this the place to post queries about wordfence? I see no response so far. This issue is getting critical. I open the permission and I see something suspicious in the file again and this time in two sites –

    $ cat ips.php
    <?php exit('Access denied'); __halt_compiler(); ?>
    ^@^@^@^@^@^@^@^@^@^@??h?<?5?_W

    Look forward to some quick advice about this. For now I have disabled write on this file.

    Thanks in advance,
    Mayank

    Thread Starter mayankrungta

    (@mayankrungta)

    Another thing I did was change the owner of the folders around this time –

    # ll /opt/html/xxx.in/wp-content/wflogs/ips.php
    -rw-r--r-- 1 mayank www-data 51 Jun 13 19:22 /opt/html/xxx.in/wp-content/wflogs/ips.php

    My guess is the error from the log will go away, if I open the permission to this file to www-data. But is that a safe thing to do considering that open permission led to the extraneous code in the file?

    Also the IPs in the later logs are all strange. Some showing in the abuseip dataase others not. I don’t know what to make of them –

    [Mon Jun 13 17:28:27.759653 2016] [:error] [pid 13188] [client 195.62.53.138:39272] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:28.587749 2016] [:error] [pid 32637] [client 195.62.53.253:49177] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:28.723774 2016] [:error] [pid 17915] [client 195.88.209.159:60975] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:29.344031 2016] [:error] [pid 31218] [client 195.62.53.138:44910] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:29.349683 2016] [:error] [pid 28599] [client 104.223.253.156:60185] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:30.945144 2016] [:error] [pid 14058] [client 195.62.53.138:50482] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:31.431432 2016] [:error] [pid 31205] [client 188.42.255.244:43879] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:31.672153 2016] [:error] [pid 16083] [client 195.62.53.9:42060] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:32.233086 2016] [:error] [pid 15280] [client 104.223.253.156:37290] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:32.521239 2016] [:error] [pid 13188] [client 195.62.53.138:56058] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:32.637473 2016] [:error] [pid 32637] [client 172.245.10.116:36448] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.
    [Mon Jun 13 17:28:34.693266 2016] [:error] [pid 17915] [client 195.62.53.253:55923] Unable to open /opt/html/xxx.in/wp-content/wflogs/ips.php for reading and writing.

    Kindly advise,
    Mayank

    Thread Starter mayankrungta

    (@mayankrungta)

    I just checked and found that the wf-logs folder is filled with files. I am not sure if these are of any interest –

    $ ls wp-content/wflogs/
    attack-data.php    config.tmp.8s2DJI  config.tmp.DIfLPz  config.tmp.IILjYb  config.tmp.MNIIUD  config.tmp.Rlo8Gb  config.tmp.vWRL6G
    config.php         config.tmp.8t1Nta  config.tmp.DOVqil  config.tmp.iNFvTP  config.tmp.mptVmR  config.tmp.ROyitH  config.tmp.w2fbSG
    config.tmp.01SKtf  config.tmp.8X0P1n  config.tmp.DUxSzh  config.tmp.IPfBTL  config.tmp.MSRCZS  config.tmp.RRgdgp  config.tmp.w5LrTO
    config.tmp.0fkrgE  config.tmp.8YElpQ  config.tmp.e7zaVX  config.tmp.IvL1Xs  config.tmp.MSU6Rm  config.tmp.RS6EzB  config.tmp.WDStkZ
    config.tmp.0y3srO  config.tmp.91Cj0w  config.tmp.e9TeCU  config.tmp.IY3Lzm  config.tmp.MWMkO0  config.tmp.rUpYFC  config.tmp.wGAzgs
    config.tmp.0zGb35  config.tmp.9HDGP9  config.tmp.Elhfoc  config.tmp.IZjoOy  config.tmp.mwvB3V  config.tmp.rUUGVd  config.tmp.WgUD8d
    config.tmp.1yLpb2  config.tmp.9zPt7C  config.tmp.ELhXSX  config.tmp.J9998a  config.tmp.N1uzhJ  config.tmp.s4EO49  config.tmp.WjPUAk
    config.tmp.1YYyt5  config.tmp.a0tZjO  config.tmp.eNP5t5  config.tmp.jABaSa  config.tmp.N300aO  config.tmp.SHT5Sl  config.tmp.WkLWCo
    config.tmp.231J1a  config.tmp.A0ZNyx  config.tmp.ESaH0t  config.tmp.jihc1a  config.tmp.n3zcvJ  config.tmp.siOzbF  config.tmp.wqtRTy
    config.tmp.2I5bU3  config.tmp.A3qvJy  config.tmp.EVbwNN  config.tmp.jIv0vt  config.tmp.nbRrMl  config.tmp.sPZ4Ga  config.tmp.WVtY8P
    config.tmp.2k2gOo  config.tmp.a5C5cV  config.tmp.f0Ohb9  config.tmp.JNSCm1  config.tmp.NeHvVC  config.tmp.Sr0GCZ  config.tmp.wzs9Jd
    config.tmp.2k69ad  config.tmp.aAe9TD  config.tmp.F2TMNn  config.tmp.jQbQaD  config.tmp.nhHXXg  config.tmp.sRdebM  config.tmp.wZsSFH
    config.tmp.2MDe92  config.tmp.aCD5OC  config.tmp.F61sDj  config.tmp.jQv86R  config.tmp.nqirDn  config.tmp.st6JKU  config.tmp.x2o81C
    config.tmp.2THUwE  config.tmp.acIxAb  config.tmp.F8YMIB  config.tmp.jRCTHz  config.tmp.ntab8a  config.tmp.sweid9  config.tmp.Xb9Lkc
    config.tmp.2UEPNR  config.tmp.ACZ1a3  config.tmp.fbhac7  config.tmp.jvXHW6  config.tmp.nuVrXD  config.tmp.sxkpDK  config.tmp.XIUz0u
    config.tmp.329DpF  config.tmp.ANfbpH  config.tmp.FGeSoP  config.tmp.JZZv0M  config.tmp.NYhwgZ  config.tmp.t1RaUd  config.tmp.xLVaba
    config.tmp.3AuMiE  config.tmp.av0u7Z  config.tmp.FMd53m  config.tmp.K9l9BL  config.tmp.o274k8  config.tmp.Ta6XiN  config.tmp.XOfBl9
    config.tmp.3BZY9k  config.tmp.AX5WJc  config.tmp.fMvB8N  config.tmp.KA6JPr  config.tmp.Ob54X1  config.tmp.tdx9xH  config.tmp.Xq8UbE
    config.tmp.3DKjpJ  config.tmp.aXvFF5  config.tmp.frlDgg  config.tmp.KAuvGm  config.tmp.okWZzv  config.tmp.TETdAb  config.tmp.xs1PAi
    config.tmp.3DWjYD  config.tmp.aZB4k7  config.tmp.fS8zLI  config.tmp.KCCud9  config.tmp.omYnok  config.tmp.TewyMz  config.tmp.xym3KV
    config.tmp.3xAeri  config.tmp.b06Hzk  config.tmp.FVfI0b  config.tmp.kCilz2  config.tmp.OPCejV  config.tmp.thTZTt  config.tmp.Y2NqHf
    config.tmp.40rf5f  config.tmp.b33S8y  config.tmp.G7ldpr  config.tmp.KEcP1x  config.tmp.oQQkc5  config.tmp.TiCb8X  config.tmp.Y4yuD0
    config.tmp.45gToR  config.tmp.b7fst9  config.tmp.G7wi60  config.tmp.KEFRla  config.tmp.ospPgY  config.tmp.u0Onc2  config.tmp.y5fNJn
    config.tmp.4CZGdU  config.tmp.B7Wz3L  config.tmp.g9fvnB  config.tmp.KF4Kfu  config.tmp.oTfHoC  config.tmp.U77u5z  config.tmp.yAtViy
    config.tmp.4OqJh5  config.tmp.B8WGLp  config.tmp.ga4OOH  config.tmp.KOBqnu  config.tmp.pahbo4  config.tmp.U8lgFb  config.tmp.Yn7V81
    config.tmp.4Ry8F2  config.tmp.BGv4lY  config.tmp.gAhL12  config.tmp.KSIJ0B  config.tmp.pfxhmo  config.tmp.uAlJwq  config.tmp.yzOKyd
    config.tmp.4W21Sc  config.tmp.BnQsQ7  config.tmp.Gb0BP1  config.tmp.KTHSQt  config.tmp.pggkgv  config.tmp.Uc0ET1  config.tmp.z5bocW
    config.tmp.5GWFAu  config.tmp.bPStgh  config.tmp.geVMp4  config.tmp.l2tJ1K  config.tmp.pVHry0  config.tmp.ufL4RD  config.tmp.z90Whx
    config.tmp.5hdDnF  config.tmp.bsSPsH  config.tmp.ggyPYz  config.tmp.L5gQ7x  config.tmp.PwRg2F  config.tmp.UHDoOY  config.tmp.ZcO1rl
    config.tmp.5tNRy7  config.tmp.BTLeK3  config.tmp.gwblPy  config.tmp.l5JwRi  config.tmp.pYTuA9  config.tmp.uJY9jV  config.tmp.ZEEs1z
    config.tmp.6fd1q5  config.tmp.ccwlWI  config.tmp.Gys61a  config.tmp.l6suMm  config.tmp.q5mkQk  config.tmp.uNcdlK  config.tmp.zilkah
    config.tmp.6fe86Q  config.tmp.cECAiv  config.tmp.H5HiWU  config.tmp.lCt71w  config.tmp.qaso50  config.tmp.uPxLXR  config.tmp.zJy0mD
    config.tmp.6g2wrO  config.tmp.cgHvtw  config.tmp.hdEaIJ  config.tmp.lh65sH  config.tmp.qFZjgF  config.tmp.V1bVJC  config.tmp.ZQR3x2
    config.tmp.6PPXkb  config.tmp.cklHkt  config.tmp.hdsjtY  config.tmp.lnUdrs  config.tmp.QJtEaB  config.tmp.v2IC38  config.tmp.zvVGHY
    config.tmp.6TJUBJ  config.tmp.CMtIq7  config.tmp.hiSXoG  config.tmp.LOfJhS  config.tmp.qyyv8B  config.tmp.vBDvi1  config.tmp.ZYeXtp
    config.tmp.6zqvIz  config.tmp.CNtbA5  config.tmp.HJXBcB  config.tmp.m1NdQM  config.tmp.r6LA3F  config.tmp.vcpVYN  config.tmp.ZYSMw6
    config.tmp.77PsZZ  config.tmp.cR3Kji  config.tmp.hLClG0  config.tmp.mahXdx  config.tmp.RcuQxE  config.tmp.vcQzfJ  config.tmp.zZRRLo
    config.tmp.7EzDhU  config.tmp.crj9JR  config.tmp.HMJ1Kg  config.tmp.mAmg2X  config.tmp.RDscbh  config.tmp.vd5okE  ips.php
    config.tmp.7nwYMJ  config.tmp.CzcyLb  config.tmp.hMYNDv  config.tmp.MFbYzU  config.tmp.rDYpHn  config.tmp.vJAbLI  rules.php
    config.tmp.7OAFjk  config.tmp.d20ulm  config.tmp.hT2QjA  config.tmp.MjG75C  config.tmp.rJvyam  config.tmp.VJxJgz  wafRules.rules
    config.tmp.8fy0qs  config.tmp.D9lwwT  config.tmp.hWkr02  config.tmp.mKbXi7  config.tmp.RkrIYr  config.tmp.vNpL4y
    config.tmp.8NWJMn  config.tmp.DdZQUB  config.tmp.ic7VdZ  config.tmp.MmZ8iU  config.tmp.RKvMfB  config.tmp.vwAAL6

    Where did my last comment go?

    Thread Starter mayankrungta

    (@mayankrungta)

    Thanks. Will look forward to future releases.

    BTW thanks for writing such a wonderful plugin. Worked like a charm for most of my requirements ??

    Thread Starter mayankrungta

    (@mayankrungta)

    Wayne,

    I did look at the page. Like I said, I was able to get Postie work in the past. It is first time I hit this security issue and I have shared how I solved it in my previous comment –

    One needs to allow less secure apps. Hoping the developers make the necessary changes so that users don’t need to relax the security check.

    Thanks,
    Mayank

    Thread Starter mayankrungta

    (@mayankrungta)

    I was able to get this to work using –

    https://www.google.com/settings/security/lesssecureapps

    But I think it might be in the interest of all to see that the app is made more secure and works in compliance with Google requirements. This way we don’t have to look for such hacks and more importantly, everything is more secure.

    Thanks and look forward to a good solution to this issue.

    Many thanks,
    Mayank

Viewing 14 replies - 1 through 14 (of 14 total)