Re: Override global @catch-all alias

2017-07-04 Thread Mark Constable
On 04/07/17 14:08, Bill Cole wrote: I have a global alias @example.com pointing to ad...@example.com, which works fine, but when I add a real user, like m...@example.com, the global alias overrides the real entry in virtual_mailbox_maps (mysql). See the VIRTUAL_README and ADDRESS_CLASS_README

Re: linker dependencies when making static build

2017-07-04 Thread Wietse Venema
ville: > Hi, > > I wonder if I'm building postfix wrong, but since it is configured to > build with gcc > and the mysql c connector seems to contain c++ code it finally fails to > link due to > lack of new and delete operators and some pthread stuff. > If I add -lstdc++ in the cmdline and

Re: Proper Forwarding Procedure?

2017-07-04 Thread Dominic Raferd
On 2 July 2017 at 14:31, Dusan Obradovic wrote: > > > On Jun 9, 2017, at 21:45, Steve Jenkins wrote: > > > > I've got a Postfix server hosting a lastname.org domain name for family > members. > > > > I use virtual aliasing to forward inbound mail for

Re: Timeouts when submitting mail

2017-07-04 Thread Wietse Venema
svdr: > What can I do to find the reason for the timeouts? You need to find out where in the SMTP protocol the timeout happens. - TCP connection setup. - SMTP Server '220' initial response. - EHLO, MAIL FROM, RCPT TO, DATA, end-of-data. Ideally, the PHP client would provide that information.

linker dependencies when making static build

2017-07-04 Thread ville
Hi, I wonder if I'm building postfix wrong, but since it is configured to build with gcc and the mysql c connector seems to contain c++ code it finally fails to link due to lack of new and delete operators and some pthread stuff. If I add -lstdc++ in the cmdline and -lpthread in the makedefs,

Timeouts when submitting mail

2017-07-04 Thread svdr
We've set up two servers (ssd raid/64GB/fast dual cpu) with postmulti to deliver the mail for our newsletter service (legitimate mail). Both servers have 12 postfix instances running. Mails is injected from php scripts running at a different server. Lately we're seeing timeouts from the php