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
> 
> Running:
> 
> pacman -Q postfix
> 
> I get:
> 
> postfix 3.8.2-1

Your Postfix configuration files are messed up.

 1) As root, remove Postfix configuration files so that they
    will not cause problems later.

    # postconf config_directory

    That returns a pathname, like /etc/postfix

    # rm -rf pathname-from-previous-command

 2) Remove the Postfix package from your file system. Something like this:

    # pacman -R postfix

3) Install the Postfix package. Something like:

    # pacman -S postfix

If Postfix is still broken, complain to the distributor.

        Wietse
_______________________________________________
Postfix-users mailing list -- postfix-users@postfix.org
To unsubscribe send an email to postfix-users-le...@postfix.org

Reply via email to