Changes

From SME Server
Jump to navigationJump to search
347 bytes added ,  23:05, 21 December 2008
no edit summary
Line 149: Line 149:  
   
 
   
 
  expand-template /etc/crontab
 
  expand-template /etc/crontab
 +
 +
===How do I avoid the admin emails?===
 +
You unfortunately have to change a few lines of code to avoid these. Open a shell on the system you install the contrib on and open /usr/local/unjunkmgr/spamreminder.pl with your favorite editor.
 +
 +
Find the line (around line 35):
 +
my $admin_email_addr = 'admin';
 +
and change to
 +
my $admin_email_addr = '';
 +
    
===How do I report a problem or a suggestion?===
 
===How do I report a problem or a suggestion?===
177

edits

Navigation menu