Distribution status does not change

Use this forum for questions regarding adoption and functionality of OpenEMM

Moderator: moderator

trax
Posts: 27
Joined: Fri Dec 15, 2006 9:53 pm
Location: Munich

Distribution status does not change

Post by trax »

Hello!

I have a strange problem.

I do use OpenEMM and I really like it!
After some problems with the installation, it works great.

But now, the Distribution status of my mailings do not change.
All mails are sent (some deffered, but that's normal). But the status does not change.

Two weeks ago I had a problem with the server, because my maillog was not in the logrotate, so it grew too much und stopped logging.
I could fix it, but since that time, the Distribution status does not work.

could you help me please?
ud
Posts: 154
Joined: Thu Aug 17, 2006 9:56 am
Location: Munich, Germany
Contact:

Post by ud »

After rotating the maillog, is it still readable by openemm? Have you rotated the logfile or just truncated it? If you just truncated it, the file has the same inode and the logparser tries to seek to the position it has been the last time. To force a reread, login as openemm, stop the reader by using ./bin/slrtscn.sh stop, remove the file where the last position is stored with rm var/run/slrtscn.save and restart the reader using ./bin/slrtscn.sh start.

-- ud
trax
Posts: 27
Joined: Fri Dec 15, 2006 9:53 pm
Location: Munich

Post by trax »

Thanks for your help!

How do I change vom rotate to truncate?

I have added the /var/maillog at /etc/syslog

Code: Select all

/var/log/maillog  {
    compress
    dateext
    maxage 365
    rotate 99
    missingok
    notifempty
    size +400096k
    create 777 root root
    sharedscripts
    postrotate
        /etc/init.d/syslog reload
    endscript
}
Post Reply