Logs to see if the email is created/deleted in cpanel server

ARUN Posted in LOG ANALYSIS, LOG FILES, MAIL, WHM BACKEND
0

root@server [/usr/local/cpanel/logs]# grep mytest ./access_log | grep addpop
208.46.180.9 – arunp [05/17/2012:04:57:57 -0000] “GET /cpsess4756242303/json-api/cpanel?cpanel_jsonapi_version=2&cpanel_jsonapi_module=Email&cpanel_jsonapi_func=addpop&email=mytest&password=__HIDDEN__&quota=250&domain=arunp.in&cache_fix=1337230678750 HTTP/1.1″ 200 0 “http://72.44.91.97:2082/cpsess4756242303/frontend/x3/mail/pops.html” “Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19″
root@server [/usr/local/cpanel/logs]#

 

root@server [/usr/local/cpanel/logs]# grep mytest ./access_log | grep delpop
208.46.180.9 - arunp [05/17/2012:05:01:00 -0000] “GET /cpsess4756242303/json-api/cpanel?cpanel_jsonapi_version=2&cpanel_jsonapi_module=Email&cpanel_jsonapi_func=delpop&email=mytest&domain=arunp.in&cache_fix=1337230862987 HTTP/1.1″ 200 0 “http://72.44.91.97:2082/cpsess4756242303/frontend/x3/mail/pops.html” “Mozilla/5.0 (Windows NT 5.1) AppleWebKit/535.19 (KHTML, like Gecko) Chrome/18.0.1025.168 Safari/535.19″
root@server [/usr/local/cpanel/logs]#

Roundcube logo location path in cpanel server

ARUN Posted in MAIL, WHM BACKEND
0

/usr/local/cpanel/base/3rdparty/roundcube/skins/default/images/roundcube_logo.png

Troubleshoot spamming in qmail server

ARUN Posted in ATTACK, MAIL, PLESK BACKEND
0

How to get the mail statistics :

[root@ qmail]# /var/qmail/bin/qmail-qstat
messages in queue: 23024
messages in queue but not yet preprocessed: 0
[root@ qmail]#

 

Backend path where the plesk emails are stored

ARUN Posted in MAIL, PLESK BACKEND, QMAIL
0

Plesk mail directory path :

/var/qmail/mailnames/DOMAIN.com/USERNAME

When we create a folder from within the webmail its created at the backend on

/var/qmail/mailnames/DOMAIN.com/USERNAME/Maildir/.FOLDER_NAME

ITS A HIDDEN FILE

There was an error sending your message: Failed to set sender: test@test.com [SMTP: Failed to write to socket: not connected (code: -1, response: )]

ARUN Posted in MAIL, MAIL ERROR
0

Most probably the problem is with firewall

Try stopping firewall and see if that works.

If so problem is with

SMTP_BLOCK = “1″    It should be  ”0″ for  emails to work.

Reset email count in Direct Admin

ARUN Posted in DIRECT ADMIN, MAIL
0

How to reset email count in Direct admin :

echo “” > /etc/virtuage/usage/username

SMTP Error: No support for Delivery Status Notifications on Roundcube

ARUN Posted in MAIL
0
Getting the below message in roundcube while trying to send emails :
SMTP Error: No support for Delivery Status Notifications.
Solution :
You can un-check the option in Roundcube >> Settings >> Composing Message >>
"Always request a delivery status notification".

Forcefully redirect webmail to https

ARUN Posted in HTACCESS, MAIL, Webmail
0

How to forcefully redirect squirrelmail to https

Go to installation directory

cd /var/www/html/squirrelmail-1.4.22/

vi .htaccess

 

DirectoryIndex index.php

<IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteCond %{SERVER_PORT}      !^443$
        RewriteRule ^(.*)$      https://%{SERVER_NAME}/squirrelmail/src/login.php [L,R=303]
</IfModule>

Error: There was an error sending your message: Failed to open sendmail [/usr/sbin/sendmail] for execution. in horde

ARUN Posted in MAIL, Webmail
0

Getting folowing error in horde :

Error: There was an error sending your message: Failed to open sendmail [/usr/sbin/sendmail] for execution.

Solution :

1) Try commenting out php disable_functions.

Most probably it will be : ’popen’

Plesk webmail shows default psa page on 9.5 version

ARUN Posted in MAIL, PLESK FRONTEND
0

Solution :

/usr/local/psa/admin/bin/autoinstaller –select-release-current –install-component horde