Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 4 matches
- Thu Jan 04, 2018 1:30 pm
- Forum: 3rd Party Software
- Topic: Let's Encrypt for VestaCP System (8083) and exim4
- Replies: 54
- Views: 1420353
Re: Let's Encrypt for VestaCP System (8083) and exim4
Sorry I was wrong. I thought I used the mail group some time ago and it doesn't work but maybe that was another problem.
I realized now that Vesta adds the Debian-exim user to the mail group in the Debian install script.
https://github.com/serghey-rodin/vesta/blob ...
I realized now that Vesta adds the Debian-exim user to the mail group in the Debian install script.
https://github.com/serghey-rodin/vesta/blob ...
- Thu Jan 04, 2018 8:26 am
- Forum: 3rd Party Software
- Topic: Let's Encrypt for VestaCP System (8083) and exim4
- Replies: 54
- Views: 1420353
Re: Let's Encrypt for VestaCP System (8083) and exim4
The script doesn't work in Debian or Ubuntu as Exim4 uses here the Debian-exim user and Debian-exim group instead of mail.
So
# Change Permission
chown root:mail $cert_dst
chown root:mail $key_dst
should be in Debian/Ubuntu
# Change Permission
chown root:Debian-exim $cert_dst
chown ...
So
# Change Permission
chown root:mail $cert_dst
chown root:mail $key_dst
should be in Debian/Ubuntu
# Change Permission
chown root:Debian-exim $cert_dst
chown ...
- Wed Jan 03, 2018 8:01 am
- Forum: Mail Server
- Topic: Cannot Receive Emails and Can Only Sometimes Send Emails
- Replies: 15
- Views: 23886
Re: Cannot Receive Emails and Can Only Sometimes Send Emails
BTW did you double check if the ports for SMTP (25,465,587,2525), IMAP (143,993) and POP3 (110,995) are open in the firewall?
I remember when first time setting up Vesta I had a problem with this.
I remember when first time setting up Vesta I had a problem with this.
- Fri Aug 01, 2014 1:26 pm
- Forum: Debian/Ubuntu
- Topic: apache2, bind9, mysql and cron are shown as stopped
- Replies: 2
- Views: 4704
apache2, bind9, mysql and cron are shown as stopped
I've a brand new server with debian 7.6.
I had some problems with my server after a research I find out,
that at the Panel->Services and with v-list-sys-services apache2, bind9, mysql and cron are shown as stopped and it's not possible to start them:
NAME STATE CPU MEM RTIME ...
I had some problems with my server after a research I find out,
that at the Panel->Services and with v-list-sys-services apache2, bind9, mysql and cron are shown as stopped and it's not possible to start them:
NAME STATE CPU MEM RTIME ...