Files
sogo/Tools
Jean Raby a75c797553 expire-autoreply: read sieve creds from a file
to specify the credential file, use: -p filename
The format of the file is:
  username:password
Fixes: 1955

Also, add logging for some error conditions
The program still supports user:password on the cli
since this is run by cron and existing setups would break
2013-01-07 15:01:06 -05:00
..
2012-12-10 14:10:56 -05:00
2011-02-17 20:06:12 +00:00
2011-02-17 20:06:12 +00:00
2012-10-22 10:09:13 -04:00
2012-02-11 07:08:02 +00:00
2013-01-07 14:54:11 -05:00
2013-01-07 14:54:11 -05:00
2011-11-03 11:54:03 +00:00
2013-01-03 21:58:00 -05:00

fileformat:
-----------
Property list:

{
  ldif_record = "dn: xxxxx\nfield: xxxx\n...";
  preferences = ( settingsdict, defaultsdict );
  tables = { "c_path4" = {
                displayname = "c_folder_name";
                records = { c_name = c_content1;
                            c_name2 = c_content2;
                            ... };
                acl = { userA = ( role1, role2, ...);
                        userB = ( role1, role2, ...);
                        ... };
             },
             ... };
}