Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
themeEmacs
titlefetchmail.script
#! /bin/bash


fetchmail -q


fetchmail -v -Kk -p pop3 --auth password -f /etc/fetchmailrc --logfile /var/log/fetchmail.log --invisible --smtphost 192.168.1.71  --smtpaddress serviva.com -d 300

...