initial commit of file from CVS for smeserver-mailsorting on Sat Sep 7 19:56:19 AEST 2024
This commit is contained in:
23
root/etc/e-smith/templates-user/.procmailrc/90default
Normal file
23
root/etc/e-smith/templates-user/.procmailrc/90default
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
$OUT .= "\n";
|
||||
$OUT .= "# ---- to the inbox------------------\n";
|
||||
|
||||
if (($zarafa1 eq 'enabled') || ($zarafa2 eq 'enabled'))
|
||||
{
|
||||
$OUT .= ":0\n";
|
||||
$OUT .= "| zarafa-dagent $USERNAME \n";
|
||||
}
|
||||
elsif (($sieveuser eq 'enabled') && ($sievesupport eq 'enabled'))
|
||||
{
|
||||
$OUT .= ":0 w\n";
|
||||
$OUT .= "\| /usr/libexec/dovecot/deliver\n";
|
||||
}
|
||||
else
|
||||
{
|
||||
$OUT .= ":0\n";
|
||||
$OUT .= "\$DEFAULT\n";
|
||||
}
|
||||
|
||||
$OUT .= "\n";
|
||||
$OUT .= "# ---- end of rules ------------------\n";
|
||||
}
|
Reference in New Issue
Block a user