issue to validate server

to avoid a lot of questions on setting up and running the service
maybe someone has a complete guide
what server to buy
installed on the server
how to adjust gradually creaking

I think this will solve a lot of problems and will not be too many questions
 
I note
the entire installation process took place in a normal mode
all required services are running, and service and installer were marked in green
 
Don't worry ;)

1. I don't see the cron job for send-campaigns command, i assume it is there but not in the screenshot?
2. In your cron jobs, why did you put echo in front of /usr/bin/php5 ?
Can you edit the cron jobs and remove that echo statement?

3. What happens if you run this from command line:
Code:
/usr/bin/php5 -q /home/admin/web/ccrc.ru/public_html/apps/console/console.php send-campaigns --verbose=1
(this: /home/admin/web/ccrc.ru/public_html/apps/console/console.php might need adjustments)

lemme know.
 
I checked
all that you have said
and how I see the work
if you have a couple of minutes
I can show you in any way possible your remote access (ammy or TeamViewer) server
if it is impossible for you
I throw up their hands
I do not know that has to do next
solving problems found
 
Last edited:
HI.

Ive done a few installations of Mailwizz on various different servers. Sometimes it works othertimes it does not work.

THe issue im facing is upon validating the server.

I receive the verification email. But the problem is when i click the link. It says

404 NOT Found. The server cannot find the requested page

Any idea why that might happen?
 
I receive the verification email. But the problem is when i click the link. It says

404 NOT Found. The server cannot find the requested page
This is because you try to validate the server multiple times.
Each validation request generates a validation key. If you generate a new key, it is going to overwrite the previous one, so when you finally receive the email, it will have an invalid key.
You should send the validation email only once and wait for it.
 
Ive found the problem.

The Domain to where i installed Mailwizz to was on a shared IP. And as long as it is on a shared IP. The verification link does not work. So i moved it to a dedicated IP and it worked
 
Back
Top