I scrapped my install of baruwa and started over. I am once again working with exim and getting an error I have not had before. when starting exim I get the following:

2014-09-10 16:53:40 Exim configuration error in line 2 of /etc/exim4/exim4.conf:
  main option "pgsql_servers" unknown
 * Warning! Invalid configuration file for exim4. Exiting....

macros.conf has the info there, so not sure why I am getting the error. (I did not do any configuration of exim via dpkg-reconfigure)

I used the following files and edits:

wget https://raw.githubusercontent.com/akissa/baruwa2/2.0.0/extras/config/exim/exim.conf wget https://raw.githubusercontent.com/akissa/baruwa2/2.0.0/extras/config/exim/exim_out.conf wget https://raw.githubusercontent.com/akissa/baruwa2/2.0.0/extras/config/exim/macros.conf wget https://raw.githubusercontent.com/akissa/baruwa2/2.0.0/extras/config/exim/trusted-configs


sed -i s/"\/etc\/exim"/"\/etc\/exim4"/ /etc/exim4/exim4.conf
        sed -i -e 's/spf/#spf = /' /etc/exim4/exim4.conf
        sed -i s/"user = exim"/"user = Debian-exim"/ /etc/exim4/exim4.conf
        sed -i -e 's/verysecretpw/'$pssqlpass'/' /etc/exim4/macros.conf
        sed -i -e 's/dbl_/#dbl_/' /etc/exim4/exim_out.conf
        sed -i s/"\/etc\/exim"/"\/etc\/exim4"/ /etc/exim4/exim_out.conf
        sed -i s/"\/etc\/exim"/"\/etc\/exim4"/ /etc/exim4/trusted-configs
        sed -i s/"clamd.sock"/"clamd.ctl"/ /etc/exim4/exim4.conf

--
Raymond Norton
LCTN
952.955.7766


_______________________________________________
http://pledgie.com/campaigns/12056

Reply via email to