Search found 9 matches
- Tue Feb 16, 2016 4:44 pm
- Forum: Bounce Management
- Topic: Async bounce problem reject=451 4.3.2 Please try again later
- Replies: 2
- Views: 5319
Re: Async bounce problem reject=451 4.3.2 Please try again l
Finally I've migrated to CentOS 7 and bounce managment works now.
- Sat Feb 06, 2016 1:57 pm
- Forum: Bounce Management
- Topic: Async bounce problem reject=451 4.3.2 Please try again later
- Replies: 2
- Views: 5319
Re: Async bounce problem reject=451 4.3.2 Please try again l
Update:
It seams that I had a wrong libmilter installed.
After yum install sendmail-devel the error message changed to:
sendmail[3232]: u16Crsbj003232: Milter (bav): error connecting to filter: Connection refused by /home/openemm/var/run/bav.sock
sendmail[3232]: u16Crsbj003232: Milter (bav): to ...
It seams that I had a wrong libmilter installed.
After yum install sendmail-devel the error message changed to:
sendmail[3232]: u16Crsbj003232: Milter (bav): error connecting to filter: Connection refused by /home/openemm/var/run/bav.sock
sendmail[3232]: u16Crsbj003232: Milter (bav): to ...
- Wed Feb 03, 2016 8:11 pm
- Forum: Bounce Management
- Topic: Async bounce problem reject=451 4.3.2 Please try again later
- Replies: 2
- Views: 5319
Async bounce problem reject=451 4.3.2 Please try again later
Hello,
I've thousands log entries like the one below in /var/log/maillog. Async bounce managment does not work anymore.
sendmail[20390]: u12FJHbN020390: from=<j.doe@somemailserver.xx>, size=77120, class=0, nrcpts=1, msgid=<00dd01d15d37$b6c6f2c0$2454d840$@xxx.xx>, proto=ESMTP, daemon=MTA, relay ...
I've thousands log entries like the one below in /var/log/maillog. Async bounce managment does not work anymore.
sendmail[20390]: u12FJHbN020390: from=<j.doe@somemailserver.xx>, size=77120, class=0, nrcpts=1, msgid=<00dd01d15d37$b6c6f2c0$2454d840$@xxx.xx>, proto=ESMTP, daemon=MTA, relay ...
- Wed Aug 21, 2013 9:43 am
- Forum: Using OpenEMM
- Topic: duplicate records in recipient list
- Replies: 4
- Views: 3701
Re: duplicate records in recipient list
Hi,
In our case we manage a few "invited only"-lists (~1000 recipients per list) manually via the backend.
I think it would be helpful if a hint would be displayed that this recipient already exists. (in case you tried to add an address that already exists in the db)
In my opinion it makes no ...
In our case we manage a few "invited only"-lists (~1000 recipients per list) manually via the backend.
I think it would be helpful if a hint would be displayed that this recipient already exists. (in case you tried to add an address that already exists in the db)
In my opinion it makes no ...
- Thu May 16, 2013 6:36 pm
- Forum: Using OpenEMM
- Topic: duplicate records in recipient list
- Replies: 4
- Views: 3701
Re: duplicate records in recipient list
Hi,
the problem stil presists.
I just checked if I can reproduce the problem within OpenEMM Demo system (http://demo.openemm.org:8080):
I created a new recipient via the backend test@testme.com and each time I repeated this step the system created another duplicate record for test@testme.com ...
the problem stil presists.
I just checked if I can reproduce the problem within OpenEMM Demo system (http://demo.openemm.org:8080):
I created a new recipient via the backend test@testme.com and each time I repeated this step the system created another duplicate record for test@testme.com ...
- Mon Mar 11, 2013 8:46 pm
- Forum: Using OpenEMM
- Topic: duplicate records in recipient list
- Replies: 4
- Views: 3701
duplicate records in recipient list
Hi,
We have a problem with duplicate records in Openemm 2013.
If we manually add a recipient which is already in the recipient list, we don't get any message that the email already exists. The system creates a duplicate record.
I added a UNIQUE-Index for email. That solves the problem of duplicate ...
We have a problem with duplicate records in Openemm 2013.
If we manually add a recipient which is already in the recipient list, we don't get any message that the email already exists. The system creates a duplicate record.
I added a UNIQUE-Index for email. That solves the problem of duplicate ...
- Wed Mar 06, 2013 11:24 pm
- Forum: Using OpenEMM
- Topic: Pre select email field in advanced search
- Replies: 1
- Views: 2304
Pre select email field in advanced search
Hi,
is it possible to pre select the email field in the advanced search options?
Edit: In Openemm V2011 email was selected, now in V2013 it is change_date. In the change log I found the entry "email address search uses LIKE by default", this does not work for me. Is there a parameter in the config ...
is it possible to pre select the email field in the advanced search options?
Edit: In Openemm V2011 email was selected, now in V2013 it is change_date. In the change log I found the entry "email address search uses LIKE by default", this does not work for me. Is there a parameter in the config ...
- Mon Feb 04, 2013 10:44 pm
- Forum: Installation & Upgrades
- Topic: Failed to download tarball by on-line "Update" function
- Replies: 4
- Views: 4982
Re: Failed to download tarball by on-line "Update" function
Hi,
I got the same problem. Looks look it can download the file but not store it.
Phil
Update process starting up
Trying to determinate current running version
Found "2011" as current active version
Looking for new version on remote server (this may take some time)
Found version 2013 on ...
I got the same problem. Looks look it can download the file but not store it.
Phil
Update process starting up
Trying to determinate current running version
Found "2011" as current active version
Looking for new version on remote server (this may take some time)
Found version 2013 on ...
- Thu Jun 07, 2012 2:31 pm
- Forum: OpenEMM Contributions
- Topic: Subscribe a User via DoubleOptIn over the Webservices?
- Replies: 5
- Views: 16235
Re: Subscribe a User via DoubleOptIn over the Webservices?
Hi all,
You could create a new form 'doi_script' with:
Action: doi_user_register (en)
Success form content: true
Error form content: false
And run something like this:
<?php
$email = urlencode('test.test@test.com');
$firstname = urlencode('test');
$lastname = urlencode('test');
$return = file_get ...
You could create a new form 'doi_script' with:
Action: doi_user_register (en)
Success form content: true
Error form content: false
And run something like this:
<?php
$email = urlencode('test.test@test.com');
$firstname = urlencode('test');
$lastname = urlencode('test');
$return = file_get ...
