Have a question about CiviCRM? Get it answered quickly at the new CiviCRM Stack Exchange Q+A siteThis forum was archived on 25 November 2017. Learn more.How to get involved.What to do if you think you've found a bug.
It seems I need to put in some debug info in the scripts; I’ll do that right away and ping you back here.
Also, is there an actually test of some kind or procedure you recommend to test this? Or was what I did in the previous post sufficient?
I see in the WIKI you made, that you are using WGET for the cron job. Could you brief me on why wget verses CURL?
Hey, thanks a lot for testing! In the meantime, I created a wiki page on configuration, but it seems you managed to figure it all out.It seems I need to put in some debug info in the scripts; I’ll do that right away and ping you back here.In the meantime, please check whether this is not a problem with accessing the IMAP server with encryption (the default behaviour of CiviMail Processor). Also, make sure you have the domain set properly in CiviCRM (but if the emails are not being moved to CiviMail.processed and CiviMail.ignored folders – which they aren’t, if I get you right – then it’s a problem on an earlier stage).
I use IMAP with encryption by default, but I will double check this and also the domain. It might be a good idea to provide a sample of info for the perfect MailStore.php configuration.
So in the wiki, we might provide a section:1. IMAP info2. Joomla/Drupal mail account with advanced access info
3. exactly where to put the info in the MailStore.php file which correlates to 1 and 2 above
This will help reduce syntax errors maybe and help newbies who don't understand what they are doing and just need more of a direct how to.
But why do we need a cron job? Isn't there a way to "push" or initiate the script based on an event trigger?
Another thought that comes to mind is for those who use RBL's or SPAMASSASSIN. Couldn't we fire the script by having it launch when SA is called? I know we can do granular SA for each domain and even just for a single account on that domain. This way, when we check it with SA, we can use a filter to immediately throw it to the script for processing?
Fatal error: Uncaught exception 'ezcMailTransportException' with message 'An error occured while sending or receiving mail. Failed to connect to the server: server:993.'