Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 4 matches
- Fri Oct 12, 2018 8:44 pm
- Forum: General Discussion
- Topic: 502 Bad Gateway ngix
- Replies: 8
- Views: 16806
Re: 502 Bad Gateway ngix
Try to this commands for fix
apt-get update
apt-get upgrade
rm -f /var/run/vesta-php.sock
service vesta restart
This worked for me, only with yum command on CentOS7
yum update
Thanks a lot...
well now, after restarting Vesta service I have 502 Bad Gateway msg again. This I can see on ...
- Tue Aug 28, 2018 10:55 pm
- Forum: Mail Server
- Topic: Can not Send email - 550 Access denied - Invalid HELO name
- Replies: 11
- Views: 50791
Re: Can not Send email - 550 Access denied - Invalid HELO name
I just found the answer here: https://forum.vestacp.com/viewtopic.php?t=7410
Access denied - Invalid HELO name (See RFC2821 4.1.3)
Edit
vi /etc/exim4/exim4.conf.template
Comments lines
# drop condition = ${if isip{$sender_helo_name}}
# message = Access denied - Invalid HELO name (See RFC2821 ...
- Sun Aug 26, 2018 11:26 pm
- Forum: Mail Server
- Topic: not sending email
- Replies: 5
- Views: 11958
Re: not sending email
The error is invalid HELO name. When your server connects to another to deliver e-mail, it states it's name in a greeting. That name is expected to be a fully qualified domain name which then has a matching DNS record to the connecting IP.
Open up Exim configuration file. This could be /etc/exim ...
- Sun Aug 26, 2018 10:35 pm
- Forum: Mail Server
- Topic: Can not Send email - 550 Access denied - Invalid HELO name
- Replies: 11
- Views: 50791
Re: Can not Send email - 550 Access denied - Invalid HELO name
I experienced the same error message. After little investigation I have found that the user was logging in to the web mail client (Roundcube) trough the IP address of the mail server instead of logging in trough the DNS name. In such case, roundcube is sending the IP address as part of sender name ...