cPANEL Sender verify failed

If you have problems with your cPanel server not receiving mail from certain email addresses here is why :

When cPANEL in in the process of receiving a message, it contacts the sender’s server to establish a verification connection.
If the connection times out or the sender’s server is configured in such a way that it rejects the connection, the result is : Sender verify failed
In my case the sending server is running ISPConfig, that hosts a site with a email web form.
To resolve this, you need to add the recipient server IP in WHM Home -> Service Configuration -> Exim Configuration Manager -> Sender verification bypass IP addresses.

Limite 2000 file in pure-ftp cpanel

Con pure-ftp server installato c’è un limite di visualizzazione in ogni cartella di 1998 (2000) files.

Per aumentare questo limite collegarsi da console al server come root

andare in etc:
root@host [/etc/]#
editare il file
pure-ftpd.conf
modificare alla riga
# ‘ls’ recursion limits. The first argument is the maximum number of
# files to be displayed. The second one is the max subdirectories depth
LimitRecursion 5000 8

far ripartire il servizio entrando in init.d
root@host [/etc/init.d]# service pure-ftpd stop
root@host [/etc/init.d]# service pure-ftpd start

CPanel SMTP: Invalid response code received from server (code: 435, response: Unable to authenticate at present)

.
.
Utilizzando CPanel spesso ci imbattiamo in errori che ci fanno perdere ore e giorni per capire come poter fare per risolverli.

Uno di questi è un errore comune:
SMTP: Invalid response code received from server (code: 435, response: Unable to authenticate at present)
oppure
SMTP: Autenticazione fallita

Prima cosa è verificare che la pwd di autenticazione del server della posta in uscita sia giusta!
Se siamo certi che è giusta, può essere che in CPanel ci sia stato un problema di configurazione dei diritti per le email.

Leggi tutto “CPanel SMTP: Invalid response code received from server (code: 435, response: Unable to authenticate at present)”