<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Hi,</p>
    <p>    I am looking into replacing fetchmail with getmail on my mail
      gateway system (I want to use the per instance IDLE parameter). 
      The docs say that it can work with postfix, however suitable
      examples and information is lacking.  Currently fetchmail is
      delivering multiple accounts via port localhost:10026 to postfix. 
      But I cant figure out how to get getmail to deliver mail to
      localhost:10026 like fetchmail can.  This looks like a common use,
      but I cant see how to do it.<br>
    </p>
    <p>Existing postfix/master.cf: <br>
    </p>
    <p>127.0.0.1:10026 inet n        -       n     -       -  smtpd<br>
        -o syslog_name=postfix-fetchmail<br>
    </p>
    <p><br>
    </p>
    <p>getmail:</p>
    <p>[destination]<br>
      type = MDA_external<br>
      path = /usr/sbin/sendmail<br>
      arguments = ("-i", "-bm", "valid_user@localhost:10026")<br>
      unixfrom = true<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>