Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 3 matches
- Fri Aug 16, 2019 8:54 am
- Forum: Database Server
- Topic: [HOWTO] Upgrade MariaDB v5 to v10 / Upgrade Mysql 5.5 to 5.6 / 5.7 on CentOS/RHEL 7 and Debian Systems
- Replies: 10
- Views: 47441
Re: [HOWTO] Upgrade MariaDB v5 to v10 / Upgrade Mysql 5.5 to 5.6 / 5.7 on CentOS/RHEL 7 and Debian Systems
After upgrade the mariadb, /etc/my.cnf was reset to a empty file, so i tried to add previous setting to it, but it cannot start if i adding following setting to [mysqld]:
pid-file=/var/run/mysqld/mysqld.pid
socket=/var/run/mysqld/mysqld.sock
pid-file=/var/run/mysqld/mysqld.pid
socket=/var/run/mysqld/mysqld.sock
- Wed Apr 25, 2018 3:20 am
- Forum: Mail Server
- Topic: Permissions problem
- Replies: 10
- Views: 11716
Re: Permissions problem
it seems that using ip as the link cause this problem,
eg https://XXX.XXX.XXX.XXX/webmail
eg https://XXX.XXX.XXX.XXX/webmail
- Tue Apr 24, 2018 12:40 pm
- Forum: Mail Server
- Topic: Permissions problem
- Replies: 10
- Views: 11716
Re: Permissions problem
I got the same problem, but how to fix that "550 Relay Not Permitted" / Access denied - Invalid HELO name (See RFC2821 4.1.3))
Someone suggests to comment out the
# drop condition = ${if isip{$sender_helo_name}}
# message = Access denied - Invalid HELO name (See RFC2821 4.1.3)
and restart the exim ...
Someone suggests to comment out the
# drop condition = ${if isip{$sender_helo_name}}
# message = Access denied - Invalid HELO name (See RFC2821 4.1.3)
and restart the exim ...