I've been fiddeling around a bit to get fetchmail to empty my multidrop mailbox. Somehow all mails disappear into a black hole because I can't find them anywhere. If I check the log I see that fetchmail gets the mails.
Here's my /etc/fetchmail:
#!/bin/sh
#------------------------------------------------------------
# DO NOT MODIFY THIS FILE! It is updated automatically by the
# e-smith server and gateway software. Instead, modify the source
# template in the /etc/e-smith/templates directory. For more
# information, see
http://www.e-smith.org.
#
# copyright (C) 1999-2001 e-smith, inc.
#------------------------------------------------------------
# multi-drop configuration; fetchmail retrieves all mail from a remote POP mailb
/usr/bin/fetchmail --syslog --fetchmailrc - <
set postmaster "postmaster"
set bouncemail
set properties ""
poll pop.vuurwerk.nl
envelope "Delivered-To:"
qvirtual "virtualdomains-"
protocol POP3
localdomains scoutingvught-noord.nl
username paddy password yeahright to * here
smtphost localhost
smtpaddress scoutingvught-noord.nl
fetchall
forcecr
EOF
This should be the right trick to retrieve mails from my provider, look for Delivered-To:, strip virtualdomains- from the e-mail addresses and distribute the mails. Or ...?
Who can help?
Regards,
Paddy Verberne