Wietse Venema via Postfix-users: > mwoodpatr...@gmail.com: > > Many thanks for the response, much appreciated. > > > > Doing that I see: > > > > sudo postfix start > > postfix: Postfix is using backwards-compatible default settings > > postfix: See http://www.postfix.org/COMPATIBILITY_README.html for details > > postfix: To disable backwards compatibility use "postconf > > compatibility_level=3.6" and "postfix reload" > > postfix: fatal: /usr/lib/postfix/postfix-script: No such file or directory > > > > I do have: > > > > ls /usr/lib/postfix/ > > bin libpostfix-dns.so libpostfix-global.so libpostfix-master.so > > libpostfix-tls.so libpostfix-util.so
Ignore my response. The instructions at https://linuxaria.com/pills/how-to-configure-postfix-as-smtp-relay-for-gmail-on-archlinux should not be used. cd /etc/postfix And do a copy of the default configuration, just to be sure. $ sudo cp main.cf main.cf-old Now open the file main.cf with your favorite editor and delete everything (with vi just type 1000 dd and copy this configuration: That is why the 'postfix start' cannot find the postfix-script file. Wietse _______________________________________________ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org