mail open stats
Posted: Thu Nov 01, 2007 1:06 pm
CentOS 5, OpenEMM 5.3.1
I have followed install and find that mail open stats are not working. I send test to group of 4 recipients, including myself (local address) and myself (remote address). I get the mail, and instruct the client to download images (tracking pixel), but the stats never reflect it.
I suspect I have munged some part of the install; can someone have a look at this and see what I may have done wrong. Thank you very much!
Ports 80,8080,8081, 25 open
DNS:
-- /etc/mail/relay-domains --
-- /etc/mail/relay-domains --
-- /home/openemm/conf/bav/bav.conf-local --
-- /home/openemm/conf/bav/bav.conf-local --
-- company_tbl --
-- company_tbl --
I will gladly post other info if needed.
# Added: Our emm-host is behind a NAT firewall.
- Andrew
I have followed install and find that mail open stats are not working. I send test to group of 4 recipients, including myself (local address) and myself (remote address). I get the mail, and instruct the client to download images (tracking pixel), but the stats never reflect it.
I suspect I have munged some part of the install; can someone have a look at this and see what I may have done wrong. Thank you very much!
Ports 80,8080,8081, 25 open
DNS:
Code: Select all
ourdomain.com. A 12.34.567.89
ourdomain.com. MX pri-mx.ourdomain.com.
emm-bounce.ourdomain.com. A emm.host.ip.addr
emm-bounce.ourdomain.com. MX emm-host.ourdomain.com.
emm-host.ourdomain.com. A emm.host.ip.addr
Code: Select all
ourdomain.com
-- /home/openemm/conf/bav/bav.conf-local --
Code: Select all
sender@emm-bounce.ourdomain.com \
alias:ext_1@emm-bounce.ourdomain.com
-- company_tbl --
Code: Select all
mysql> select rdir_domain,mailloop_domain from company_tbl;
http://emm-bounce.ourdomain.com:8080, emm-bounce.ourdomain.com
I will gladly post other info if needed.
# Added: Our emm-host is behind a NAT firewall.
- Andrew