![]() |
where is /usr/lib/sasl2/smtpd.conf??? - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Support Area (/forum-30.html) +--- Forum: System Setup & Installation (/forum-32.html) +--- Thread: where is /usr/lib/sasl2/smtpd.conf??? (/thread-10147.html) |
where is /usr/lib/sasl2/smtpd.conf??? - digiwalker - 03-26-2010 11:15 AM In the CentOS setup instructions there is this: Code: To allow authentication, edit /usr/lib/sasl2/smtpd.conf and replace the contents with the following: That file (and directory) does not exist on my system. Am I missing something? Never Mind running CentOS 5.4 64bit...had to go to /usr/lib64/sasl2/smtpd.conf someone should update wiki. ![]() RE: where is /usr/lib/sasl2/smtpd.conf??? - joximu - 03-26-2010 11:55 AM Maybe you don't need to write something to this file because postfix can handle sasl without saslauthd (at least in Debian it's like this - maybe it's distri dependend....) /J RE: where is /usr/lib/sasl2/smtpd.conf??? - GioMac - 03-28-2010 10:42 AM If you are running 64-bit os, then try /usr/lib64/sasl/ also there is s /usr/lib/sasl/ and s /usr/lib64/sasl/ too... |