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: 1390856
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/5b834dc8c1efcf4e89eb5b62a98296f51e5...
- Thu Jan 04, 2018 8:26 am
- Forum: 3rd Party Software
- Topic: Let's Encrypt for VestaCP System (8083) and exim4
- Replies: 54
- Views: 1390856
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 root:Debian-exim ...
- Wed Jan 03, 2018 8:01 am
- Forum: Mail Server
- Topic: Cannot Receive Emails and Can Only Sometimes Send Emails
- Replies: 15
- Views: 23664
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: 4627
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 ------ ------ ------ ---...