nevens
Forum Replies Created
-
Forum: Plugins
In reply to: [Numbers generator and validator] Can not create or update tables any moreThe issue is connected with number of records that can be inserted into a table at one time. After entering <5000 records, everything works just fine.
@codente
Thank you. We needed to quickly remedy the situation so we switched to a different forms plugin. We had problems with Forminator in the past (WP Editor plugin conflict), so changing it might be undeserved, but an easy decision.It’s not an issue for us any more, but since we like BB, I can create a support request, after I reproduce the problem on a clean install for you to play around. If you wish of course.
BR,
N.You were right. It is the Beaver Builder Theme.
It’s a production site, so changing the theme is out of the question at the moment.The same thing happens on all Crome and Microsoft Edge desktop installations, and all tested mobile browsers. (It was reported during testing.)
Changing PHP version (from 7.2 to 8.0 has no effect)
To recreate the issue, only latest versions of Beaver Builder and Forminator on WP6.0.1 are required.
N.
Forum: Plugins
In reply to: [YITH WooCommerce Quick View] YITH Quick View stopped workingHi
The issue was with the theme. I’m sorry I wasted your time.I will however use this opportunity to thank you for all your great plugins!
BR,
N.Forum: Plugins
In reply to: [CMP - Coming Soon & Maintenance Plugin by NiteoThemes] Unable to translateHi
Second time I assumed something is a bug without checking the settings. 🙂
Sorry.Anyway, it’s not causing any issues, but including everything from default po file will complete the string set for translation, which is useful for setting default strings to primary site’s language for new installations. (If translation is existing.)
Thank you and best regards!
I’m bored and drunk so…
I found that changing connection rate limit is not enough.
In order to make the plugin work in SMTP mode, you have to increase servers:
smtpd_client_connection_count_limit
smtpd_client_connection_rate_limit
smtpd_client_new_tls_session_rate_limit (if using tls)
smtpd_client_auth_rate_limit (obviously)And deactivate fail2ban or other firewall you might have that are now likely to trigger.
Which as one might guess is not not a good idea, but it works. 🙂
N.
When I revert to standard out of the box PHP mailer, and run the same test, e-mails are sent and server log is very clean:
May 15 19:14:34 vserver01 postfix/local[8495]: 50C109F1A0: to=<[email protected]>, relay=local, delay=4.6, delays=0/0/0/4.6, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME) May 15 19:14:34 vserver01 postfix/qmgr[1529]: 50C109F1A0: removed May 15 19:14:35 vserver01 postfix/local[8512]: A47D99F1A2: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=4.6, delays=0.07/0.04/0/4.5, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME) May 15 19:14:35 vserver01 postfix/qmgr[1529]: A47D99F1A2: removed May 15 19:14:35 vserver01 postfix/local[8504]: 77DF79F19F: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=4.8, delays=0.06/0.02/0/4.8, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME) May 15 19:14:35 vserver01 postfix/qmgr[1529]: 77DF79F19F: removed May 15 19:14:35 vserver01 postfix/local[8520]: ECC9B9F1A5: to=<[email protected]>, relay=local, delay=4.7, delays=0/0/0/4.7, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME) May 15 19:14:35 vserver01 postfix/qmgr[1529]: ECC9B9F1A5: removedOnly emails received that way don’t have valid DKIM signature, which was the reason I was using your plugin.
N.
- This reply was modified 7 years ago by nevens.
I’m first posting the exact error message:
EMAIL DELIVERY ERROR: the plugin WP Mail SMTP v1.4.2 logged this error during the last time it tried to send an email:
Mailer: Other SMTP
PHPMailer was able to connect to SMTP server but failed while trying to send an email.
Consider running an email test after fixing it.This is what I found in mail server logs:
May 15 18:51:22 vserver01 postfix/smtpd[7936]: connect from roboteki.com[159.69.7.78] May 15 18:51:22 vserver01 postfix/smtpd[7936]: disconnect from roboteki.com[159.69.7.78] ehlo=2 starttls=1 auth=1 mail=1 rcpt=0/1 quit=1 commands=6/7 May 15 18:51:22 vserver01 postfix/smtpd[7936]: connect from roboteki.com[159.69.7.78] May 15 18:51:22 vserver01 postfix/smtpd[7936]: ABED99F0FB: client=roboteki.com[159.69.7.78], sasl_method=LOGIN, sasl_username=infocraftoteka May 15 18:51:22 vserver01 postfix/cleanup[7948]: ABED99F0FB: message-id=<[email protected]> May 15 18:51:22 vserver01 postfix/qmgr[1529]: ABED99F0FB: from=<[email protected]>, size=9185, nrcpt=1 (queue active) May 15 18:51:22 vserver01 postfix/smtpd[7936]: disconnect from roboteki.com[159.69.7.78] ehlo=2 starttls=1 auth=1 mail=1 rcpt=1 data=1 quit=1 commands=8 May 15 18:51:22 vserver01 postfix/smtpd[7936]: connect from roboteki.com[159.69.7.78] May 15 18:51:22 vserver01 postfix/smtpd[7936]: warning: Connection rate limit exceeded: 3 from roboteki.com[159.69.7.78] for service smtp May 15 18:51:22 vserver01 postfix/smtpd[7936]: disconnect from roboteki.com[159.69.7.78] commands=0/0 May 15 18:51:23 vserver01 postfix/smtpd[7936]: connect from roboteki.com[159.69.7.78] May 15 18:51:23 vserver01 postfix/smtpd[7936]: warning: Connection rate limit exceeded: 4 from roboteki.com[159.69.7.78] for service smtp May 15 18:51:23 vserver01 postfix/smtpd[7936]: disconnect from roboteki.com[159.69.7.78] commands=0/0 May 15 18:51:27 vserver01 postfix/local[7949]: ABED99F0FB: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=4.5, delays=0.1/0.01/0/4.4, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail-wrapper -o -a $DOMAIN -d $LOGNAME) May 15 18:51:27 vserver01 postfix/qmgr[1529]: ABED99F0FB: removed May 15 18:51:41 vserver01 postfix/smtpd[7936]: connect from roboteki.com[159.69.7.78] May 15 18:51:41 vserver01 postfix/smtpd[7936]: warning: Connection rate limit exceeded: 5 from roboteki.com[159.69.7.78] for service smtp May 15 18:51:41 vserver01 postfix/smtpd[7936]: disconnect from roboteki.com[159.69.7.78] commands=0/0 May 15 18:51:41 vserver01 postfix/smtpd[7936]: connect from roboteki.com[159.69.7.78] May 15 18:51:41 vserver01 postfix/smtpd[7936]: warning: Connection rate limit exceeded: 6 from roboteki.com[159.69.7.78] for service smtp May 15 18:51:41 vserver01 postfix/smtpd[7936]: disconnect from roboteki.com[159.69.7.78] commands=0/0 May 15 18:51:41 vserver01 postfix/smtpd[7936]: connect from roboteki.com[159.69.7.78] May 15 18:51:41 vserver01 postfix/smtpd[7936]: warning: Connection rate limit exceeded: 7 from roboteki.com[159.69.7.78] for service smtp May 15 18:51:41 vserver01 postfix/smtpd[7936]: disconnect from roboteki.com[159.69.7.78] commands=0/0 May 15 18:51:42 vserver01 postfix/smtpd[7936]: connect from roboteki.com[159.69.7.78] May 15 18:51:42 vserver01 postfix/smtpd[7936]: warning: Connection rate limit exceeded: 8 from roboteki.com[159.69.7.78] for service smtp May 15 18:51:42 vserver01 postfix/smtpd[7936]: disconnect from roboteki.com[159.69.7.78] commands=0/0It looks like the plugin is pounding the server. And only one out of 4 e-mails were sent. I may try to relax default connection rate limits, but everything worked just fine a few days ago using this configuration.
I doubt the relaxing connection limits will help the original poster, as he probably doesn’t have access to e-mail server configuration.
I’m using automated e-mails from WooCommerce plugin. Nothing custom.
It uses 10 or so actions and triggers e-mails on using:$mailer->send($something,$something,$something…);
I don’t know if it helps. When I get home I’ll have access to the server and give you some meaningful data.
Unless I get drunk on the way. 😉
I was wrong. The e-mails are not being sent!
I need to disable this plugin.Hi
Same error started appearing to me a day ago.
I could not determine which mail failed because all mails seem to work fine, as well as any test e-mail i sent.
Error message disappears after test e-mail is sent and reapers on next refresh.
Mail server is mine, and there is nothing suspicious in it’s logs.
BR,
NForum: Reviews
In reply to: [All-in-One WP Migration and Backup] Seriously?I’m sure it works great for hello world pages, but since rest of us have some content, there are other plugins without this limit, and manual migration is not that difficult, I beleave low rating is well deserved.
I’m sorry if I offended your work. It was not my intention. Please take it as constructive criticism.
You might also consider to dial down agressive advertising of unlimited version that is present from the installation of plugin along every step of the process.N.
Ha! 🙂
Widget in a top header is so convenient that I didn’t notice it has sub-menus on the left side block. Just a thought. You may want to add sub-menus to the widget. 🙂
Thank you!
Hi
Thank you for a fast reply. It proves your high ratings are not misjudged.I agree it’s not an issue if you are just doing quick maintenance, but if you are developing a site, it’s bad if someone could see it’s design, topics, maybe even the idea behind it.
I’m using “All In One WP Security” by Tips and Tricks HQ, Peter Petreski, Ruhul, Ivy (shameless free advertising :-), but I’ve seen at least 5 similar plugins Custom Login URL , Better WP security etc. that produce similar behavior.
Best regards,
N.