Setup .fetchmailrc: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump 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)
No edit summary
 
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 23:36, 5 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