Re: build failure with glibc-2.30

2019-08-19 Thread Eliza
HI on 2019/8/20 14:23, Eray Aslan wrote: etc. Fixed in Postfix 3.5. You cn delete the offending lines. Which distro are you building on? That was on gentoo. Sorry didnt think of checking on postfix-3.5. Just be curious for what reasons we choose to build a software from sources? today it's

Re: build failure with glibc-2.30

2019-08-19 Thread Eray Aslan
On Mon, Aug 19, 2019 at 08:51:47AM -0400, Wietse Venema wrote: > Eray Aslan: > > dns_str_resflags.c:63:22: error: ?RES_INSECURE1? undeclared here (not in a > > function); did you mean ?RES_RECURSE?? > >63 | "RES_INSECURE1", RES_INSECURE1, > > etc. Fixed in Postfix 3.5. You cn delete the o

Re: What's with all the "l*.it" connections?

2019-08-19 Thread Bill Cole
On 19 Aug 2019, at 18:00, ko...@mailc.net wrote: Hi Kinda OT - as long as I didn't screw something up! I'm just about ready to pull the trigger on moving our old Communigate mail system to a new, self-installed Postfix system. It's been running in test for just a coupled of users for a few

Re: postfix with AWS S3

2019-08-19 Thread Viktor Dukhovni
> On Aug 20, 2019, at 1:21 PM, Eliza wrote: > > Does postfix have a plugin who can be integrated with AWS's S3 as object > storage? Coz for a large email service, the local disks are too limited. Postfix is an MTA, not a mailstore. I can imagine O(1TB) disks being too small for a multi-user ma

Re: postfix with AWS S3

2019-08-19 Thread Eliza
Hi, on 2019/8/20 11:26, Eero Volotinen wrote: How about using NFS in AWS? https://aws.amazon.com/efs/ S3 can be called from remote, but not NFS. Am i right? regards.

Re: postfix with AWS S3

2019-08-19 Thread Eero Volotinen
How about using NFS in AWS? https://aws.amazon.com/efs/ Eero On Tue, Aug 20, 2019 at 6:22 AM Eliza wrote: > Hello, > > Does postfix have a plugin who can be integrated with AWS's S3 as object > storage? Coz for a large email service, the local disks are too limited. > > thanks & regards, > Eli

postfix with AWS S3

2019-08-19 Thread Eliza
Hello, Does postfix have a plugin who can be integrated with AWS's S3 as object storage? Coz for a large email service, the local disks are too limited. thanks & regards, Eliza

Re: postfix milter body chunk length

2019-08-19 Thread Chris Wedgwood
On Mon, Aug 19, 2019 at 10:34:51AM +0200, Matthias Schneider wrote: > Chris, can you tell me your postfix version/settings? mail_version = 3.4.5 milter_protocol = 6 (not sure what other settings are relevant here) > But postfix (3.3.0 and 3.4.5) only sends about 24 body chunks per > second to my

What's with all the "l*.it" connections?

2019-08-19 Thread koocr
Hi Kinda OT - as long as I didn't screw something up! I'm just about ready to pull the trigger on moving our old Communigate mail system to a new, self-installed Postfix system. It's been running in test for just a coupled of users for a few weeks now and looks really good! I got postscreen s

Re: postfix milter body chunk length

2019-08-19 Thread Wietse Venema
Matthias Schneider: > Hi Wietse, > > > > I suspect that the bottleneck is on the receiving side. > > > > - Maybe the loopback stack does not like the 65535 block size. Try > > using an ethernet interface address instead. > > I tried switching from interface lo to eno1 - same issue. What's the e

Re: postfix milter body chunk length

2019-08-19 Thread Matthias Schneider
Hi Wietse, I suspect that the bottleneck is on the receiving side. - Maybe the loopback stack does not like the 65535 block size. Try using an ethernet interface address instead. I tried switching from interface lo to eno1 - same issue. - Maybe the application "appends" the new content t

Re: build failure with glibc-2.30

2019-08-19 Thread Wietse Venema
Eray Aslan: > dns_str_resflags.c:63:22: error: ?RES_INSECURE1? undeclared here (not in a > function); did you mean ?RES_RECURSE?? >63 | "RES_INSECURE1", RES_INSECURE1, etc. Fixed in Postfix 3.5. You cn delete the offending lines. Which distro are you building on? Wietse

Re: postfix milter body chunk length

2019-08-19 Thread Wietse Venema
Matthias Schneider: > After switching from tcp to unix socket, postfix as milter client is > fast like a rocket (less than a second). > > Just wondering which tcp parameter causes the long delay No idea what tweaks you have made to your machine. Wietse

Re: postfix milter body chunk length

2019-08-19 Thread Wietse Venema
Matthias Schneider: > Chris, can you tell me your postfix version/settings? > > When i do a load-test on my milter application, i can also get 100mb in > about a second proceesed (with 65535 sized chunks). > > But postfix (3.3.0 and 3.4.5) only sends about 24 body chunks per second > to my milt

build failure with glibc-2.30

2019-08-19 Thread Eray Aslan
glibc-2.30 removed RES_INSECURE1, RES_INSECURE2 and RES_USE_INET6 symbols[1] resulting in: dns_str_resflags.c:55:13: warning: RES_AAONLY is deprecated 55 | "RES_AAONLY", RES_AAONLY, | ^ dns_str_resflags.c:57:13: warning: RES_PRIMARY is deprecated

Re: postfix milter body chunk length

2019-08-19 Thread Matthias Schneider
After switching from tcp to unix socket, postfix as milter client is fast like a rocket (less than a second). Just wondering which tcp parameter causes the long delay Matthias Schneider Am 19.08.19 um 10:34 schrieb Matthias Schneider: Chris, can you tell me your postfix version/settings?

Re: postfix milter body chunk length

2019-08-19 Thread Matthias Schneider
Chris, can you tell me your postfix version/settings? When i do a load-test on my milter application, i can also get 100mb in about a second proceesed (with 65535 sized chunks). But postfix (3.3.0 and 3.4.5) only sends about 24 body chunks per second to my milter application. Its the only mil