Skip to main content

LOCALRELAY Local Account

Comments

7 comments

  • cPanelLauren
    Can you give me the output of exigrep with 1/2 of the mail transactions. Such as the following: exigrep 1j58qg-000Mvz-UF /var/log/exim_mainlog
    0
  • dermotd
    Hi See below, thanks root@kdale [~]# exigrep 1j58qg-000Mvz-UF /var/log/exim_mainlog 2020-02-21 09:00:11 cwd=/var/spool/exim 3 args: /usr/sbin/exim -Mc 1j58qg-000Mvz-UF2020-02-21 09:00:11 1j58qg-000Mvz-UF <= user@domain.com U=user P=local S=1244 id=594ae4030f51bb0751983361da99059e@user.com T="WICHTIG, bitte lesen!" for petradgooding@gmail.com2020-02-21 09:00:11 1j58qg-000Mvz-UF Sender identification U=user D=user.com S=Webmaster@user.com 2020-02-21 09:00:11 1j58qg-000Mvz-UF SMTP connection outbound 1582293611 1j58qg-000Mvz-UF user.com petradgooding@gmail.com2020-02-21 09:00:11 1j58qg-000Mvz-UF => petradgooding@gmail.com R=dkim_lookuphost T=dkim_remote_smtp H=gmail-smtp-in.l.google.com [172.217.214.27] X=TLS1.2:ECDHE-RSA-AES128-GCM-SHA256:128 CV=yes C="250 2.0.0 OK 1582293611 m1si1793928ilj.36 - gsmtp"2020-02-21 09:00:11 1j58qg-000Mvz-UF Completed root@kdale [~]#
    0
  • wonder_wonder
    A long time ago (about 2 years more or less) a one client have the same problem, spam by contact page, a lot mails. I don't know if are the same issue, the solution in the case of my client, disable contact page and after one or two days, install a new pluggin for contact page with more options for no spam (captcha and more...).
    0
  • cPanelLauren
    It does indeed look like a spam attempt. I'd be curious to see what the output of the following is as well (in line with @wonder_wonder's assumptions) /usr/local/cpanel/3rdparty/bin/perl <(curl -s https://raw.githubusercontent.com/cPanelTechs/SSE/master/msp.pl) --auth --limit 5
    0
  • dermotd
    Do you suspect the Contact Form 7 plugin itself is buggy? As this is the clients production web server, can you tell me what the cPanelTechs perl script does please.
    0
  • wonder_wonder
    In the case of my client that happened about 2 years ago, at that time, he installed the latest version of WP and therefore, the contact form plugin. I was also surprised but ... sometimes, the most used websites (in this case a cms), are the most "searched" are for this type of activities or others. As I comment, I don't know if it's your case, but it seems so. Even if I have the latest version, everything set by default in wp can happen, it happened to my client. Finally I had to help him by changing some wp security settings and the contact form plugin was changed. Tomorrow I can see what plugin it has, but although this does not have to do with cPanel, after that experience, I recommend changing certain WP default values and adding security plugins, although one of the best was to install the firewall (CSF) on your VPS (This would not prevent spam in contact form) but my client, apart from that type of spam, had others, such as repeated attempts to access the wp admin. I am not very expert (my knowledge in WP is media) but since that client is good and known to me, I helped him and that was when I saw those things. Regards.
    0
  • cPanelLauren
    That perl script parses the exim logs and outputs the following: perl <(curl -s https://raw.githubusercontent.com/cPanelTechs/SSE/master/sse.pl) -s Emails by user: 163 : root 3 : mailnull =================== Total: 166 =================== Email accounts sending out mail: 6 : __cpanel__service__auth__icontact__eqs_gh5rptspda42 =================== Total: 6 =================== Directories mail is originating from: 3 : /root =================== Total: 2 =================== Top 20 Email Titles: 59 : lfd on server.mydomain.tld: Excessive resource usage: lauren (18569 (Parent PID:18569)) 59 : lfd on server.mydomain.tld: Excessive resource usage: lauren (18570 (Parent PID:18569)) <> =================== Total: 165 ===================
    This would most likely be a lot different on a production environment, this is a test server that has minimal mail activity
    0

Please sign in to leave a comment.