Gentoo Archives: gentoo-user

From: William Kenworthy <billk@×××××××××.au>
To: "gentoo-user@l.g.o" <gentoo-user@l.g.o>
Subject: [gentoo-user] Any one with experience using getmail with postfix?
Date: Fri, 25 Nov 2022 11:57:07
Message-Id: 72b06430-08c0-0edc-532a-52eb7a5fbfd9@iinet.net.au
1 Hi,
2
3     I am looking into replacing fetchmail with getmail on my mail
4 gateway system (I want to use getmails per instance IDLE parameter). 
5 The docs say that it can work with postfix, however suitable examples
6 and information is lacking.  Currently fetchmail is delivering multiple
7 accounts via port localhost:10026 to postfix.  But I cant figure out how
8 to get getmail to deliver mail to localhost:10026 like fetchmail can. 
9 This looks like a common use, but I cant see how to do it.
10
11 Existing postfix/master.cf: working with fetchmail
12
13 127.0.0.1:10026 inet n        -       n     -       -  smtpd
14   -o syslog_name=postfix-fetchmail
15
16
17 getmail: this doesnt work
18
19 [destination]
20 type = MDA_external
21 path = /usr/sbin/sendmail
22 arguments = ("-i", "-bm", "valid_user@127.0.0.1:10026")
23 unixfrom = true
24
25
26 Delivery to an mbox directory works fine, and the mail system itself
27 including postfix has been working for years (with regular updates.).
28
29 BillK

Replies

Subject Author
Re: [gentoo-user] Any one with experience using getmail with postfix? Wols Lists <antlists@××××××××××××.uk>