• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.

getmail with postfix at plesk

TimPlath

New Pleskian
Hey guys,
I am trying to use getmail with plesk. As I don't want to install any programs like maildrop that could break plesk functionality I want to deliver the mails that are fetched by getmail via the plesk mail delivery. I am using plesk with postfix on an ubuntu 10.04 system.

getmail now needs the path to the MDA binary. I am not quite sure what to write into the config file there. Can someone help me? Or is there a better solution than getmail?

Thanks!
Tim
 
I tried fetchmail with
mda "/usr/bin/procmail -f %F -d %T";

Is not working either. Would be glad to get help.
 
If you're using Postfix you need to use MDA the way Postfix in Plesk uses it, i.e., either postfix/local or postfix/virtual.

Why do you want to use getmail? Why do you need MDA if getmail is for mail retrieval? Why not use POP3/IMAP for the latter?
 
Hey Nikolai,
thank you for your answer!

I use getmail to fetch emails from other POP3 accounts. Before delivering those to local mailbox they should be filtered (not spam filtering, but sieving). This can be done bei sieve, but only if I use the plesk MDA. Another way as I said is to use maildrop for this, but there are several other problems.
 
I think the binary you seek is called either postfix_local or plesk_local. That's from the top of my head. Good luck.
 
Back
Top