Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2024-03-28, 14:23:12

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - democration

Pages: [1]
1
up, is it really /var/log/maillog ?

2
tried, there is no /var/log/maillog
Quote
[root@server ~]# tail -f /var/log/maillog
tail: cannot open `/var/log/maillog' for reading: No such file or directory
tail: no files remaining





then i try find if there is similar file, there is about 4 files
Quote
[root@server ~]# find / -name maillog*
/var/log/maillog-2
/var/log/maillog-20190325
/var/log/maillog-3
/home/kloxo/httpd/awstats/tools/maillogconvert.pl








i tried send 3 emails now, then run tail for each of those 4 file below, is there clue?
Code: [Select]
[root@server ~]# tail -f /var/log/maillog-2
Mar 24 00:13:20 server smtp: 13032 > 250 flushed?
Mar 24 00:13:20 server smtp: 14122 < RSET?
Mar 24 00:13:20 server smtp: 14122 > 250 flushed?
Mar 24 00:13:20 server smtp: 13032 < AUTH LOGIN?
Mar 24 00:13:20 server smtp: 13032 > 334 VXNlcm5hbWU6?
Mar 24 00:13:21 server smtp: 13032 < YWNjb3VudHNAaW5kb25lc2lhaW5kb25lc2lhLmNvbQ                                                                             ==?
Mar 24 00:13:21 server smtp: 13032 > 334 UGFzc3dvcmQ6?
Mar 24 00:13:21 server smtp: 13032 < MjIyMjIy?
Mar 24 00:13:21 server vpopmail[14131]: vchkpw-smtp: vpopmail user not found ac                                                                             counts@mydomain.com:185.228.80.66
Mar 24 00:13:21 server smtp: 14098 > 535 authentication failed (#5.7.1)?
^C

[root@server ~]# tail -f /var/log/maillog-3
Mar 26 00:37:00 server smtp: 21364 < aW5mb0BpbmRvbmVzaWFpbmRvbmVzaWEuY29t?
Mar 26 00:37:00 server smtp: 21364 > 334 UGFzc3dvcmQ6?
Mar 26 00:37:01 server smtp: 21368 < AUTH LOGIN?
Mar 26 00:37:01 server smtp: 21368 > 334 VXNlcm5hbWU6?
Mar 26 00:37:01 server smtp: 21364 < aW5mbzEy?
Mar 26 00:37:01 server vpopmail[21395]: vchkpw-smtp: vpopmail user not found in                                                                             fo@mydomain.com:37.49.225.202
Mar 26 00:37:01 server smtp: 21368 < aW5mb0BpbmRvbmVzaWFpbmRvbmVzaWEuY29t?
Mar 26 00:37:01 server smtp: 21368 > 334 UGFzc3dvcmQ6?
Mar 26 00:37:01 server smtp: 21368 < aW5mbzEy?
Mar 26 00:37:01 server vpopmail[21397]: vchkpw-smtp: vpopmail user not found in                                                                             fo@mydomain.com:37.49.225.202
^C

[root@server ~]# tail -f /var/log/maillog-20190325
Mar 25 03:21:05 server smtp: 23877 > 250-SIZE 20971520?
Mar 25 03:21:05 server smtp: 23877 > 250 AUTH LOGIN PLAIN?
Mar 25 03:21:05 server smtp: 23906 < AUTH LOGIN?
Mar 25 03:21:05 server smtp: 23906 > 334 VXNlcm5hbWU6?
Mar 25 03:21:07 server smtp: 23906 < YmlzcG9AaW5kb25lc2lhaW5kb25lc2lhLmNvbQ==?
Mar 25 03:21:07 server smtp: 23906 > 334 UGFzc3dvcmQ6?
Mar 25 03:21:07 server smtp: tcpserver: status: 4/100
Mar 25 03:21:07 server smtp: tcpserver: pid 24266 from 66.220.155.137
Mar 25 03:21:07 server smtp: tcpserver: ok 24266 server.mydomain.com                                                                             :::ffff:192.158.234.125:25 :::ffff:66.220.155.137::44233
Mar 25 03:21:07 server smtp: 24266 > 220 mydomain.com - Welcome to Qm                                                                             ail ESMTP?
^C

3
try

qmailctl stop
yum reinstall *-toaster -y
sh /script/fixmail-all
qmailctl stop
qmailctl start

so its for uninstall & reinstall qmail?

the commands runned,
but the result still same, from Email SMTP above simple php script and from microsoft outlook, is still sent, but from vbulletin script still not sent

is there other i can try?





another info if helping, Email PHP, from simple php script is sent, but from vbulletin not sent

so the problem looks like in the vbulletin script, i can edit it a bit if needed, to fit with kloxo mr
let me know if you have clue

in the vbulletin there is this message
Quote
    Pertinent SMTP Settings
    SMTP:    tls://localhost:587 or tls://mydomain.com:587 or tls://https://mydomain.com:587
    SMTP Username:    myemail@mydomain.com
    The mailing function returned an error while trying to send the mail.

where to check the detailed error in kloxo mr? if in cpanel is like this: tail -f /var/log/exim_mainlog

4
- I tried sending Email SMTP from this simple php script, the email is sent https://www.rumahweb.com/journal/script-php-kirim-email-dengan-authentifikasi-smtp/
i am an Indonesian btw, but maybe its better i post in this category


- Email SMTP from microsoft outlook, sent too


- but Email SMTP from vbulletin script still not sent, already tried combination of these settings many times, for days
Host : localhost or mydomain.com or https://mydomain.com
Port : 587 or 465
SMTP Secure Connection : Yes
the result still not sent to any email address, no bounce back email too. in the vbulletin there is only this message
Quote
Pertinent SMTP Settings
SMTP:    tls://localhost:587
SMTP Username:    myemail@mydomain.com
The mailing function returned an error while trying to send the mail.
where to check the detailed error in kloxo mr? in cpanel is like this: tail -f /var/log/exim_mainlog

also tried this
Host : localhost or mydomain.com or https://mydomain.com
Port : 25
SMTP Secure Connection : No
the result sent to myemail@mydomain.com
but still not sent to myemail@anotherdomain.com, get bounced with error message: Unable to run qmail-remote





Nb
- i already enabled SPF, DKIM, DMARC, Domainkey
and disabled Spamdyke  too
but still same


- i using lets encrypt for ssl, but if the problem is lets encrypt, Email SMTP from above simple php script and from microsoft outlook, should not sent too.
so the problem looks like not lets encrypt


- please help what could be the SMTP settings i can try again, or the culprit in the vbulletin script, i can edit the vbulletin script a bit if needed, to fit with kloxo mr

5
I already using kloxo mr for a year in a vps (memory 1 gb) without problem

few days ago i install kloxo mr in another vps (memory 3gb), using kloxo mr latest version (Kloxo-MR 7.0.0.b-2016121602)


but each few hours later i always get this error message
Quote
Fatal error: Call to undefined function mysqli_connect() in /home/myusername/public_html/db.php on line 38


when above error message appeared, in phpinfo i check no mysql extension, like below




after vps rebooted, mysqli appeared, but few hours again its disappearing again

sometime after vps rebooted, mysqli not appeared



please help what i can try?
i can give the login details via pm too if needed to check





Nb
- already tried restart mysqli only from PHP Modules Status > 20-mysqlnd_mysqli. , but few hours again its disappearing/down again

- already tried reinstall kloxo mr once more from scratch too, but the problem is same

- vps details
CentOS 6 x86_64
Memory    3 GB
Disk Space    50 GB

- Here screenshot from Webserver configure

Pages: [1]

Top 4 Global Search Engines:    Google    Bing    Baidu    Yahoo
Click Here

Page created in 0.032 seconds with 22 queries.

web stats analysis