Line 26: |
Line 26: |
| * Create the service | | * Create the service |
| config set mailstats service | | config set mailstats service |
− | * Status | + | * '''Status''' |
| config setprop mailstats Status ("enabled"|"disabled") | | config setprop mailstats Status ("enabled"|"disabled") |
− | * Column Headings (enable, supress or only show if nonzero) | + | * '''Column Header''' entries are created and set to "yes" if a non zero count is detected (they may not exist before). "Yes" means that that column is then always shown. If you delete the entry or set it to "auto" then it will only show if a non zero occurs again (and then get set to "yes").(enable, supress or only show if nonzero) |
| config setprop mailstats <column header> ("yes"|"no"|"auto") | | config setprop mailstats <column header> ("yes"|"no"|"auto") |
− | * QpsmtpCodes | + | * '''QpsmtpCodes''' |
| config setprop mailstats QpsmtpdCodes ("enabled"|"disabled") | | config setprop mailstats QpsmtpdCodes ("enabled"|"disabled") |
− | * SpamAssassin Rules | + | * '''SpamAssassin Rules''' |
| config setprop mailstats SARules ("enabled"|"disabled") | | config setprop mailstats SARules ("enabled"|"disabled") |
− | * JunkMailList | + | * '''JunkMailList''' |
| config setprop mailstats JunkMailList ("enabled"|"disabled") | | config setprop mailstats JunkMailList ("enabled"|"disabled") |
− | * SpamAssassin Rule Percent Threshold for report cutoff | + | * '''SpamAssassin Rule Percent Threshold''' for report cutoff |
| config setprop mailstats SARulePercentThreshold (0.5) | | config setprop mailstats SARulePercentThreshold (0.5) |
− | * Email to send report | + | * '''Email to send report''' |
| config setprop mailstats Email (admin) - email to send report | | config setprop mailstats Email (admin) - email to send report |
| | | |