-
Senior Member
registered user
Getmail + ypops = Easy Mail
Using information from the following threads:
http://www.knoppix.net/forum/viewtopic.php?t=26192
http://forums.debian.net/viewtopic.php?t=12781
one can setup a very nice mail system to automatically retrieve messages from remoted services like Yahoo (through ypops) or Hotmail (with maybe MrPostman or httpmail) or plain POP3 mail accounts.
create a directory in your home called .getmail
Youll need a getmail script. something like getmailrc-youraccountname
mine is: getmailrc-ypops for my local ypops daemon.
Code:
[options]
verbose = 1
delete = 0
message_log = ~/.getmail/log
[retriever]
type = SimplePOP3Retriever
server = localhost
username = <username here>
password = <password here>
[destination]
type = MDA_external
path = /usr/lib/mh/slocal
And a run script: ~/getmail/getmail-ypops.sh
This one includes file locking to keep getmail from being started twice.
Code:
#!/bin/bash
LOCK=~/.getmail/getmail-ypops-lock
LOG=~/.getmail/getmail-ypops.log
if [ ! -f $LOCK ]; then
echo "0" >$LOCK
echo "" >>$LOG ; echo "** ` date ` " >>$LOG
getmail -d --rcfile getmailrc-ypops >>$LOG
rm -f $LOCK >/dev/null 2>&1
fi
and a crontab to run it from (issue ` crontab -e ` to create)
Code:
# m h dom mon dow command
*/5 * * * * /home/onemyndseye/.getmail/getmail-ypops.sh >/dev/null 2>&1
*/5 * * * * /home/onemyndseye/scripts/keepalive >/dev/null 2>&1
This downloads my mail from Yahoo every 5min. The other script is just a simple keepalive script I use to keep my proxy at work from closing on me...simply uses wget to download googles index page.
now is I issue ' mail ' from a terminal window I can read all of my YahooMail... neat!... ofcoase mutt or kmail can be used if you so wish 
Hope this helps,
-Justin
One Mynds Eye
Similar Threads
-
By Hunkah in forum The Lounge
Replies: 7
Last Post: 08-16-2011, 08:57 PM
-
By onemyndseye in forum Tips and Tricks
Replies: 0
Last Post: 12-19-2006, 11:29 AM
-
By rrfish72 in forum General Support
Replies: 2
Last Post: 08-05-2004, 12:01 AM
-
By colin stewart in forum Hdd Install / Debian / Apt
Replies: 7
Last Post: 03-29-2004, 08:16 PM
-
By quakes in forum The Lounge
Replies: 1
Last Post: 05-05-2003, 12:25 AM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

Fanxiang 1/2/5/10Pcs 2.5'' SATA SSD Lot 1TB 2TB 4TB 512GB 256GB TLC Internal SSD
$3759.98

Dell Latitude 14" Laptop Computer Intel i5 Up To 32GB RAM 1TB SSD Windows 11 Pro
$427.63

Dell Latitude 14" Laptop Computer Intel i7 Up To 32GB RAM 1TB SSD Windows 11 Pro
$397.48

2026 NEW SGIN 15.6" Laptop Win11 Intel i3 16GB RAM 1TB SSD Wi-Fi 6 RJ45 USB-C
$333.99

Acer Aspire 14" AI Copilot+PC Laptop Core Ultra 5 226V Gen 4 ARC 16GB 1TB Refurb
$438.51

Netac 2TB 1TB 500GB Internal SSD M.2 NVMe PCIe3.0 Solid State Drive lot
$75.99

1TB Kingston DataTraveler Max DTMAX/1TB USB Type-C Flash Drive
$86.95

Netac 1TB M.2 2280 Internal SSD PCIe Gen3.0x4 NVMe Solid State Drive PC Laptop
$139.99

2026 NEW SGIN 18.5 inch FHD Laptop Intel N5095 2.9GHz WIFI6 Win11, Microsoft 365
$449.99

Seagate Desktop 1TB/1000GB SATA 3.5" HDD Hard Drive
$29.99