Changes

From SME Server
Jump to navigationJump to search
no edit summary
Line 31: Line 31:       −
Then with your favourite editor find the following lines in 90fetchmail:
+
Then, with your favourite editor, open 90fetchmail and find the following lines:
    
  # FetchMails service configuration
 
  # FetchMails service configuration
Line 43: Line 43:  
               $staticvalue .= "set bouncemail\nset properties \"\"\n" ;
 
               $staticvalue .= "set bouncemail\nset properties \"\"\n" ;
   −
and modify the following line:
+
you must modify the following line:
    
  my $staticvalue  = "/usr/bin/fetchmail $mdbg --sslproto ' ' --fetchmailrc - <<EOF\n" ;
 
  my $staticvalue  = "/usr/bin/fetchmail $mdbg --sslproto ' ' --fetchmailrc - <<EOF\n" ;
 
                              
 
                              
adding the --sslproto ' ' switch.
+
adding the --sslproto ' ' switch (this is like saying sslproto none).
   −
{{Note box|Note that ' ' is not " but a double ' without space between ' and ' (this is like saying sslproto none)}}
+
{{Note box|Note that ' ' is not " but a double ' without space between ' and ' }}
    
Complete with:
 
Complete with:
    
  expand-template /etc/fetchmail
 
  expand-template /etc/fetchmail
97

edits

Navigation menu