Dungog-getmail
From Dungog Wiki
Contents |
Getmail
Download multiple mailbox accounts and redirects to individual mailboxes.
We are using Getmail to retrieve mail from remote mailboxes, It uses clamav and spamassassin, and works better with maildrop and procmail.
yum install getmail dungog-getmail
Access at /server-manager > dungog.net > getmail
Translations
The getmail panel is now translated into most SME languages, refer to Translations
Overview
Global Settings
Modify Mailbox
Help
You may have getmail set to only poll occasionally, if your expect an email you can click a "Collect Now" button to fetch mail on demand. There is a userpanel also available that just has the poll now button.
Multidrop mail delivery needs help in sorting some mail, eg mailing lists. It may be necessary to forward a mailbox to a user, then enable procmail with the user manager and creating procmail rules to sort and process the email.
Manual Rules
Not all retrieval and delivery cases can be created by the panel, you can manually write extra rules.
Create a mailbox approximately how you need it. Then select Manual override = Enabled.
Now you edit the rc file in /etc/getmailrc/ eg.
[destination]
type = MultiDestination
destinations = (
"[destination1]",
"[destination2]",
)
[destination1]
type = MDA_external
path = /usr/bin/maildrop
user = stephen
group = stephen
[destination2]
type = MDA_external
path = /usr/bin/zarafa-dagent
arguments = ('-s', 'jane')
user = jane
group = jane
Fetchmail
dungog-multipop which uses fetchmail, works much the same way as dungog-getmail
we use and recommend getmail in preference to fetchmail, members can email and ask for the rpm.
yum localinstall dungog-multipop
Access at /server-manager > dungog.net > 'mail pop3



