Mats Luspa: > Hello! > > I've now added your logging code. > > That code confirms that it's problems to read socket according to > logging below ("inside mail_command_client" is my own logging added to > confirm that I used the correct binary. Thank you for your efforts > again): > > 2015-02-15T17:51:31+02:00 outgoingmail-3 postfix/smtp[10831]: warning: > inside mail_command_client > 2015-02-15T17:51:31+02:00 outgoingmail-3 postfix/smtp[10831]: warning: > read private/bounce socket: Permission denied
Excellent. We narrowed down the problem to the VSTREAM_GETC() call, established why the call failed, and I added logging in so that this will be easier to diagnose in the future. With a system that grew from a few tens of thousands of lines of code, and with calls nested a dozen levels deep, it isn't always obvious who is responsible for logging the details of an error. Wietse