
|
where does sasl2 look for configfiles? keywords : sasl2 smtpd.conf postfix mouss Where does sasl2 look for its configfiles like smtpd.conf? I'm not sure about the answer, cause I dont know if the calling application determines this or the sasl-library. In my case its a smtpd.conf for postfix and I put it in /etc/postfix/sasl/smtpd.conf and things are fine, although sasl can never know about this path. Nevertheless mouss from the postfix-list gave me the following hint: (C) by mouss: ---------------------- Don't blindly put files in random places and hope it will work. You need to find the directory used by your sasl library. This path is compiled in the sasl lib. try: # strings /path/to/libsasl2.so | grep /sasl2 some common places: /usr/pkg/lib/sasl2/ /usr/local/lib/sasl2/ /usr/lib/sasl2/ /etc/sasl2/ ----------------------- serial : 362 If you found any nonsense in this entry or want to see important improvements, I would appreatiate to receive your comments at knowledge@goldfisch.at disclaimer : all these entries are part of my very private knowledgebase that I created while solving problems. Many solutions are taken from other webpages or from usenet. There is no warranty for this entries of course. Some of the articles are even stupid and one day you might even find the name of my prefered pizza-service in here, cause I always forget about it. Remember : This is my knowledgebase. If you need professional support and are willing to pay for it just email me at pilsl@goldfisch.at For enlightment take a look at http://leblogsportif.sportnation.at |