NAME

quarantine_expire.conf - Configuration settings for pmx-store-expire


SYNOPSIS

/opt/pmx6/etc/pmx.d/quarantine_expire.conf


DESCRIPTION

These configuration settings may also appear in etc/pmx.conf.

Default settings are shown in the following example:

    <quarantine_expire>
        # duration to wait before expire of messages
        # defaults to 2 weeks. This setting must match the
        # vacation_expiry setting in I</>F<opt/pmx6/etc/enduser/enduser.conf>.
        expire_time=__DEFAULT__

        # specify a custom archive command if required
        exec=__DEFAULT__

        # should we archive messages rather than delete them?
        # set to 'no' to delete, defaults to 'yes'
        archive=yes

        # location to archive messages to
        archive_dir =__DEFAULT__
    </quarantine_expire>

Note: If you edit this block, you must propagate the changes to the database by running the following command:

    pmx-profile sync-to-db --force --resource=quarantine-expire


SEE ALSO

See also pmx.conf.pod


COPYRIGHT

Copyright (C) 2000-2008 Sophos Group. All rights reserved. Sophos and PureMessage are trademarks of Sophos Plc and Sophos Group.