Bloke2
- Total activity 95
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 14
Comments
Recent activity by Bloke2-
I am not a cPanel customer so can I still open a ticket? Should I just try to upgrade cPanel?
-
11.48.0 (build 12) Maybe it has something to do with the firewall. What I have had to do was go to the link and copy the ip address and paste it in CPHulk.
-
Not sure to tell how exactly a password was used. Or on what email account. I used very strong password that was generated. All computers have been scanned. Other than showing courier login, what e...
-
They said to enable cPHulk. But after reading about it, cPHulk will not protect courier mail server. That is what we are using. I was wondering maybe since I did not have outgoing mail server at po...
-
How can I tell if its valid SMTP authentication. I looked at the emails and it says "Authentication:courier_login" The emails get sent out as root user of the account so I can't tell what alias em...
-
I was able to get it solved. Everytime I tried to unfreeze and deliver the message it stayed in the queue. I conacted GoDaddy and my IP was on the block list. This was a new server and don't use t...
-
Access to this mail system has been blocked for xxx.xx.xxx.xxx due to spam activity is this your server I.P Are you hosted with GoDaddy by any chance ? Yes I have a VPS with Godaddy. But how do...
-
sudo /usr/sbin/sshd -d -d -d -p 2222 2>&1 | tee /tmp/sshd.log debug2: load_server_config: filename /etc/ssh/sshd_config debug2: load_server_config: done config len = 750 debug2: parse_server_config...
-
/var/log/secure | grep sshd If I type the wrong password I get this: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=xxx.xxx.xx.xx user=myname Aug 26 10:20...
-
What is the output of the following on both servers? grep PasswordAuthentication /etc/ssh/sshd_config On both servers it says: #PasswordAuthentication yes PasswordAuthentication yes # Password...