Difference between revisions of "Setup .fetchmailrc"
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
Onnowpurbo (talk | contribs)  (Created page with "Contoh .fetchmailrc   poll example.com protocol pop3 username "username" password "XXX"   poll mail.example.com protocol pop3:        username "admin" password "dir3cti0n" is...")  | 
				Onnowpurbo (talk | contribs)   | 
				||
| Line 9: | Line 9: | ||
  poll mail.example.org protocol pop3 with option sslproto '':  |   poll mail.example.org protocol pop3 with option sslproto '':  | ||
        user "betty" password "p1nk" mda "/usr/bin/procmail -d %T":   user "betty" password "p1nk" mda "/usr/bin/procmail -d %T"  |         user "betty" password "p1nk" mda "/usr/bin/procmail -d %T":   user "betty" password "p1nk" mda "/usr/bin/procmail -d %T"  | ||
| + | |||
| + | Set permission  | ||
| + | |||
| + |  chmod 700 .fetchmailrc  | ||
Latest revision as of 06:36, 6 October 2017
Contoh .fetchmailrc
poll example.com protocol pop3 username "username" password "XXX"
poll mail.example.com protocol pop3:
      username "admin" password "dir3cti0n" is "username" here;
      username "fore" password "0rd3r" is "foreman" here;
poll mail.example.org protocol pop3 with option sslproto :
      user "betty" password "p1nk" mda "/usr/bin/procmail -d %T":   user "betty" password "p1nk" mda "/usr/bin/procmail -d %T"
Set permission
chmod 700 .fetchmailrc