Vesta 2.0 is coming soon! See our progress update: https://vestacp.com/docs/vesta-2-update
Search found 9 matches
- Fri Mar 04, 2022 11:27 am
- Forum: General Discussion
- Topic: Error: apache2 restart failed
- Replies: 2
- Views: 5922
Re: Error: apache2 restart failed
Same error in a fresh installation....
Its happened after load the websites in the navigator ... very xtrange.
Its happened after load the websites in the navigator ... very xtrange.
- Wed Dec 22, 2021 10:44 am
- Forum: 3rd Party Software
- Topic: RainLoop on VestaCP (with full control?) (Alternate to RoundCube)
- Replies: 1
- Views: 32545
Re: RainLoop on VestaCP (with full control?) (Alternate to RoundCube)
I installed but when I try to login to a Vesta mail account, it return:
"Authentication Failed"
"Authentication Failed"
- Wed Dec 22, 2021 9:50 am
- Forum: Mail Server
- Topic: ioncube does not work
- Replies: 0
- Views: 8458
ioncube does not work
I have a VestaCP installed over my CenOs7
I create an email account.
I can login to ioncube but when I send an email to this account the email never comes.
I cant send emails. It return: SMTP Error: [451] Temporary local problem - please try later
PD: Yes, i tried this: https://forum.vestacp.com ...
I create an email account.
I can login to ioncube but when I send an email to this account the email never comes.
I cant send emails. It return: SMTP Error: [451] Temporary local problem - please try later
PD: Yes, i tried this: https://forum.vestacp.com ...
- Wed Dec 22, 2021 9:45 am
- Forum: Mail Server
- Topic: [FIX] SMTP Error (451): Failed to add recipient "[email protected]" (Temporary local problem - please
- Replies: 18
- Views: 264445
Re: [FIX] SMTP Error (451): Failed to add recipient "[email protected]" (Temporary local problem - please
I tried it over my CentOS 7.
$ wget https://git.io/JJjHP -O exim-4.93-3.el7.x86_64.rpm
$ rpm -Uvh --oldpackage exim-4.93-3.el7.x86_64.rpm
It didn't work. My ioncube message changed from this:
SMTP Error: [451] Failed to add recipient (Temporary local problem - please try later)
to this ...
$ wget https://git.io/JJjHP -O exim-4.93-3.el7.x86_64.rpm
$ rpm -Uvh --oldpackage exim-4.93-3.el7.x86_64.rpm
It didn't work. My ioncube message changed from this:
SMTP Error: [451] Failed to add recipient (Temporary local problem - please try later)
to this ...
- Wed Jul 14, 2021 2:10 pm
- Forum: Mail Server
- Topic: Upgrade to RoundCube 1.4
- Replies: 4
- Views: 25141
Re: Upgrade to RoundCube 1.4
My Centos 7 server response was:pandroso wrote: Wed Jun 17, 2020 4:36 am on centos, yesterday i runand it worksCode: Select all
yum install roundcubemail –enablerepo=remi
"Nothing to do"
- Thu Jul 08, 2021 2:35 pm
- Forum: Web Server
- Topic: RoundCube webmail doesnt work in a fresh Centos 7 server
- Replies: 2
- Views: 12265
Re: RoundCube webmail doesnt work in a fresh Centos 7 server
Ok, thanks.
I am following this guide:
https://www.mysterydata.com/upgrade-to- ... -webpanel/
All works but, I dont know what directory is installed the actual version.
When I try this: # bin/installto.sh /var/lib/roundcubemail
Console returns this: # ERROR: No valid Roundcube installation ...
I am following this guide:
https://www.mysterydata.com/upgrade-to- ... -webpanel/
All works but, I dont know what directory is installed the actual version.
When I try this: # bin/installto.sh /var/lib/roundcubemail
Console returns this: # ERROR: No valid Roundcube installation ...
- Wed Jul 07, 2021 5:43 pm
- Forum: Web Server
- Topic: RoundCube webmail doesnt work in a fresh Centos 7 server
- Replies: 2
- Views: 12265
RoundCube webmail doesnt work in a fresh Centos 7 server
When i try to login in roundcube, php return this line and doesnt work:
Warning: Declaration of rcmail::get_instance($env = '') should be compatible with rcube::get_instance($mode = 0, $env = '') in /usr/share/roundcubemail/program/include/rcmail.php on line 30
How could I solve it?
Thanks
Warning: Declaration of rcmail::get_instance($env = '') should be compatible with rcube::get_instance($mode = 0, $env = '') in /usr/share/roundcubemail/program/include/rcmail.php on line 30
How could I solve it?
Thanks
- Mon Jun 21, 2021 8:26 pm
- Forum: Web Server
- Topic: How to delete cronjob log after executed?
- Replies: 1
- Views: 10908
Re: How to delete cronjob log after executed?
I solved chaning wget to curl
- Mon Jun 21, 2021 8:15 pm
- Forum: Web Server
- Topic: How to delete cronjob log after executed?
- Replies: 1
- Views: 10908
How to delete cronjob log after executed?
Hi.
I created a cronjobs to call a php file every 5 minutes like:
wget http://www.server.com/file.php
The site admin folder is full of log files with the name of the file and a number like "file.php.256"
Its possible to create a cronjobs to call a php file but that doesnt save this files?
Thanks ...
I created a cronjobs to call a php file every 5 minutes like:
wget http://www.server.com/file.php
The site admin folder is full of log files with the name of the file and a number like "file.php.256"
Its possible to create a cronjobs to call a php file but that doesnt save this files?
Thanks ...