Search found 153 matches
- Sat Jun 20, 2020 6:11 pm
- Forum: Mail Server
- Topic: unable receiving mail
- Replies: 2
- Views: 880
Re: unable receiving mail
Hi,
issue with newer exim version. Downgrade exim to previous version:
Fallow this topic: viewtopic.php?p=82429
issue with newer exim version. Downgrade exim to previous version:
Code: Select all
wget https://ca1.dynanode.net/exim-4.93-3.el7.x86_64.rpm
rpm -Uvh --oldpackage exim-4.93-3.el7.x86_64.rpm
- Wed Mar 18, 2020 5:27 pm
- Forum: General Discussion
- Topic: VestaCP 0DAY
- Replies: 17
- Views: 5189
VestaCP 0DAY
Here quite high 0day: https://pentest.blog/vesta-control-pane ... -analysis/
- Thu Feb 06, 2020 8:31 pm
- Forum: Mail Server
- Topic: HOW TO: RSPAMD integration
- Replies: 15
- Views: 7492
- Thu Feb 06, 2020 8:23 pm
- Forum: Web Server
- Topic: Caching plugin for NGINX
- Replies: 2
- Views: 1038
Re: Caching plugin for NGINX
I believe you may find information about caching here:
https://docs.nginx.com/nginx/admin-guid ... t-caching/
https://www.nginx.com/blog/nginx-caching-guide/
https://docs.nginx.com/nginx/admin-guid ... t-caching/
https://www.nginx.com/blog/nginx-caching-guide/
- Mon Oct 07, 2019 8:03 pm
- Forum: General Discussion
- Topic: All mail accounts to antoher VestaCP
- Replies: 1
- Views: 510
Re: All mail accounts to antoher VestaCP
You should use backup tool with webfiles exclutions for moving users to other server and then rsync mail dirs.
Please refer to this links:
https://vestacp.com/docs/#how-to-migrat ... her-server
viewtopic.php?t=9168 (v-update-user-backup-exclusions)
Please refer to this links:
https://vestacp.com/docs/#how-to-migrat ... her-server
viewtopic.php?t=9168 (v-update-user-backup-exclusions)
- Sat Aug 03, 2019 7:21 pm
- Forum: Web Server
- Topic: Nginx and Apache suddenly conflicting
- Replies: 4
- Views: 1348
Re: Nginx and Apache suddenly conflicting
Check if your ports configurations are correct:
Code: Select all
# grep PORT /usr/local/vesta/conf/vesta.conf
WEB_PORT='8080'
WEB_SSL_PORT='8443'
PROXY_PORT='80'
PROXY_SSL_PORT='443'
- Sat Aug 03, 2019 7:15 pm
- Forum: Mail Server
- Topic: email server hacked, how to remove ALL pending in trying to be sent out in the Q?
- Replies: 1
- Views: 748
Re: email server hacked, how to remove ALL pending in trying to be sent out in the Q?
Hi,
most probably that mails are bounces. To check exim queue use command: exim -bp / exim -bpc
How to remove mails from queue, read this article: https://www.cyberciti.biz/faq/exim-remo ... ail-queue/
most probably that mails are bounces. To check exim queue use command: exim -bp / exim -bpc
How to remove mails from queue, read this article: https://www.cyberciti.biz/faq/exim-remo ... ail-queue/
- Mon Jul 29, 2019 7:50 pm
- Forum: Mail Server
- Topic: Convert exim passhash ?
- Replies: 2
- Views: 811
Re: Convert exim passhash ?
As I see vesta is generating password with md5 crypt. So it is hardcoded ;) File: /usr/local/vesta/bin/v-add-mail-account # Generating hashed password salt=$(generate_password "$PW_MATRIX" "8") md5="{MD5}$($BIN/v-generate-password-hash md5 $salt <<<$password)" I beleve, that you may change this part...
- Mon Jul 29, 2019 4:39 pm
- Forum: Почтовый сервер
- Topic: Не стартует exim4
- Replies: 6
- Views: 1320
Re: Не стартует exim4
Пахоже што у вас POSTFIX установлен. Удалите POSTFIX.
- Mon Jul 29, 2019 4:36 pm
- Forum: Mail Server
- Topic: Exim4 Can't Start
- Replies: 2
- Views: 1977
Re: Exim4 Can't Start
Hi,
please try to reset exim configuration:
I'm not sure if paths are correct for ubuntu. I'm using CentOS, so file locations differs.
please try to reset exim configuration:
Code: Select all
cp /etc/exim/exim4.conf /etc/exim/exim4.conf-backup
wget http://c.vestacp.com/0.9.8/ubuntu/exim4.conf.template -O /etc/exim/exim4.conf
service exim restart