Viktor Dukhovni: > On Wed, Feb 25, 2015 at 12:13:46PM -0800, Rich Shepard wrote: > > > Yes, the problem can be reproduced. There seems to be a directory called > > /etc/postfix files./, but I cannot access it. Tried a backslash and putting > > double quotes around the string, but it's not seen. It obviously is the > > cause of the problem, and I've no clue how to fix it. > > > > Server's obsolete.log attached. > > The directly does not exist, but it looks like that's what you have > set as "sample_directory", either in the existing main.cf files or > in the build configuration. > > Trimmed below: > > > '/etc/postfix files.':d:root::755:o:o
I have added a test to the post-install script so that it terminates with an error message when a Postfix pathname contains whitespace. To override a broken pathname in your case one would use: # make upgrade some_directory=/path/without/space ... In this case sample_directory=no" would be better because these files are no longer exist since Postfix version 2.1. Wietse