Page 1 of 1

scalix mail archiver

Posted: Tue Aug 14, 2007 9:51 am
by herbert.ederer
hi there !

i try to setup an archiv mailbox in my scalix 11.0.4.25 (suse 10.1 in a xen domU)

i added a user "archive", from this account i want to fetch via pop3 all incoming and outgoing mails.

so i added in /var/opt/scalix/vx/s/sys/general.cfg this:
archive=bcc:archive@mydomain.at

then i restart the archive server with:
omoff -d0 archiver
omon archiver

but when i sending an internal mail (webmail), no bcc copy come into my archive mailbox :(

does anybody know what i doing wrong ?

Posted: Tue Aug 14, 2007 12:05 pm
by adhodgson
Hi,

I know from experience this does work in 11.0.4. When you are sending through Webmail, are your mails actually going through the Scalix SMTP server and not something else? Do other messages get archived? There was a user in here not so long ago who had tried to replace Sendmail with Exim, and in the process had managed to get Webmail to go through Exim, and thus Scalix was not in the picture - or at least, the bit that does the archiving.

Andrew.

Posted: Tue Aug 14, 2007 2:52 pm
by davidz
Last I checked you also have to restart the Service Router.

Code: Select all

omoff -d0 "Service Router"
omon "Service Router"


or

Code: Select all

omoff -d0 archiver sr
omon archiver sr


See if that works.

Posted: Thu Aug 16, 2007 3:04 am
by herbert.ederer
thanks davidz !

after restarting the service router the archiver works fine !