postfix check error and warning

2019-02-10 Thread Cecil Westerhof
When I run: postfix check I get: /usr/lib/postfix/sbin/post-install: Error: /etc/postfix/postfix-files is not a file. postfix/postfix-script: warning: unable to create missing queue directories But as far as I can see postfix does what it should do. I could ignore what is happening, b

Re: postfix check error and warning

2019-02-10 Thread Wietse Venema
Cecil Westerhof: > This is on Debian 9.7. Ask the Debiam maintainer. Postfix as distributed by me requires postfix-files for the pathnames and permissions of most files. postfix-files.d is for pcre, *sql*, ldap, etc. plugins. Wietse

Re: postfix check error and warning

2019-02-10 Thread Scott Kitterman
On Sunday, February 10, 2019 10:23:55 PM Cecil Westerhof wrote: > When I run: > postfix check > > I get: > /usr/lib/postfix/sbin/post-install: Error: /etc/postfix/postfix-files > is not a file. > postfix/postfix-script: warning: unable to create missing queue > directories > > But as

Re: postfix check error and warning

2019-02-10 Thread Scott Kitterman
On Sunday, February 10, 2019 04:50:49 PM Wietse Venema wrote: > Cecil Westerhof: > > This is on Debian 9.7. > > Ask the Debiam maintainer. > > Postfix as distributed by me requires postfix-files for the pathnames > and permissions of most files. > > postfix-files.d is for pcre, *sql*, ldap, etc.

Re: postfix check error and warning

2019-02-10 Thread ghe
On 2/10/19 2:23 PM, Cecil Westerhof wrote: Buster > When I run: >     postfix check > > I get: >     /usr/lib/postfix/sbin/post-install: Error: > /etc/postfix/postfix-files is not a file. >     postfix/postfix-script: warning: unable to create missing queue > directories > > But as far as I can

Re: postfix check error and warning

2019-02-10 Thread Scott Kitterman
On Sunday, February 10, 2019 03:16:04 PM ghe wrote: > On 2/10/19 2:23 PM, Cecil Westerhof wrote: > > Buster > > > When I run: > > postfix check > > > > I get: > > /usr/lib/postfix/sbin/post-install: Error: > > /etc/postfix/postfix-files is not a file. > > postfix/postfix-script: warn

Re: postfix check error and warning

2019-02-10 Thread Viktor Dukhovni
On Sun, Feb 10, 2019 at 03:16:04PM -0700, ghe wrote: > > When I run: > > postfix check > > > > I get: > > /usr/lib/postfix/sbin/post-install: Error: > > /etc/postfix/postfix-files is not a file. > > postfix/postfix-script: warning: unable to create missing queue > > directories Is t

How to act based on the interface on which the mail was received?

2019-02-10 Thread RA
Hi. I have this postfix instance to relay all mail to a relay host but I wish to make this instance also an archiving MX for a domain. Initially the configuration was: mynetworks = 127.0.0.0/8 mailbox_size_limit = 0 inet_interfaces = loopback-only inet_protocols = ipv4 myhostname = domain.com m