Within the mysql database, I have four reported bounces:
+-----------+------------+-------------+--------+------------+---------------------+------+
| bounce_id | company_id | customer_id | detail | mailing_id | change_date | dsn ...
Search found 5 matches
- Tue Mar 03, 2009 11:06 pm
- Forum: Bounce Management
- Topic: Bounce Statistics Do Not Match Database
- Replies: 0
- Views: 5796
- Tue Mar 03, 2009 10:57 pm
- Forum: Bounce Management
- Topic: Cant create output suspicious file bav.rc
- Replies: 1
- Views: 7964
Answer!
Change the permissions on /home/openemm/conf/bav/bav.rc
Sendmail runs as setuid root, and procmail bitches heartily if the permissions on that file aren't right.
Make THAT error go away anyway.
Code: Select all
-rw-r----- 1 root root 1423 Sep 3 07:07 bav.rcMake THAT error go away anyway.
- Mon Feb 23, 2009 4:07 pm
- Forum: Suggestions
- Topic: tracking on different ports
- Replies: 8
- Views: 24596
Ahhh.
In that case, there's no need to reinstall.
Just login to mysql and do this:
update company_tbl set rdir_domain="whatever.com" where company_id = 1
or if you're really keen on reinstalling, you can reinstall it and change it in the openemm.sql setup file.
make sure it's working on port 80 before ...
Just login to mysql and do this:
update company_tbl set rdir_domain="whatever.com" where company_id = 1
or if you're really keen on reinstalling, you can reinstall it and change it in the openemm.sql setup file.
make sure it's working on port 80 before ...
- Fri Feb 20, 2009 8:31 pm
- Forum: Suggestions
- Topic: tracking on different ports
- Replies: 8
- Views: 24596
- Fri Feb 20, 2009 7:50 pm
- Forum: Development
- Topic: Changing the Fields Displayed in Recipients > Overview
- Replies: 1
- Views: 7205
Changing the Fields Displayed in Recipients > Overview
How do you change the columns of the database shown in the Recipient > Overview?
We do not store the first name and last name separately for our recipients, so this table isn't especially helpful.
In /webapps/core/recipient/list.jsp, i found the relevant section of code, but I can't seem to access ...
We do not store the first name and last name separately for our recipients, so this table isn't especially helpful.
In /webapps/core/recipient/list.jsp, i found the relevant section of code, but I can't seem to access ...
