Hello
@markjcrane, I have an idea of what the multiple confirmation emails is related to.
After making tests in 3 servers with versions:
Version 4.4.3 (where only one FaxServer is running). This one is fine, it shows only 1 confirmation email.
Version 4.5.19 (where I have several FaxServers running). The one that shows multiple confirmation emails
Version 4.5.23 (where only one FaxServer is running). This one is also fine, it shows only 1 confirmation email.
So when I had 9 cron jobs for server 4.5.19 as shown here:
* * * * * root wget --no-check-certificate --delete-after
https://xxx.atmydomain.net/app/fax/fax_emails.php
* * * * * root wget --no-check-certificate --delete-after
https://xxx.atmydomain.net/app/fax/fax_emails.php
* * * * * root wget --no-check-certificate --delete-after
https://xxx.atmydomain.net/app/fax/fax_emails.php
* * * * * root wget --no-check-certificate --delete-after
https://xxx.atmydomain.net/app/fax/fax_emails.php
* * * * * root wget --no-check-certificate --delete-after
https://xxx.atmydomain.net/app/fax/fax_emails.php
* * * * * root wget --no-check-certificate --delete-after
https://xxx.atmydomain.net/app/fax/fax_emails.php
* * * * * root wget --no-check-certificate --delete-after
https://xxx.atmydomain.net/app/fax/fax_emails.php
* * * * * root wget --no-check-certificate --delete-after
https://xxx.atmydomain.net/app/fax/fax_emails.php
And I sent a fax, the fax arrived 16 times as I showed in my post above, and I also got 16 confirmations (also shown in the post above).
So today, I deleted one of the cron jobs, so I left 8 cron jobs. I sent the same fax as of yesterday, and I got 12 confirmation emails.
I then deleted one more cron job, so I left 7 cron jobs. I sent the same fax, and I got 11 confirmation emails.
I then deleted one more cron job, so I left 6 cron jobs. I sent the same fax, and I got 10 confirmation emails.
I then added the 2 cron jobs I delete, so I left again 8 cron jobs. I sent the same fax, and I got 12 confirmation emails.
So its directly related to the number of cron jobs. So should I create different script perhaps inside cron.daily directory or any other suggestion?
Thanks in advance!