Re: spf problems]
Tom Kistner <[email protected]>
| Newsgroups | gmane.mail.exim.exiscan.user |
|---|---|
| Message-ID | <[email protected]> |
andy wrote: > as you can see, exim does have libspf compiled into it. > > [root@ns1 exim]# ldd /usr/local/sbin/exim Do you really run that binary in your startup script? Put SPF into the configuration then run this: /usr/local/sbin/exim -bV This will check the config. If it gives you an error at the end like in the following example, then something did not compile correctly. If there is no error, you probably start the wrong binary!? If there is an error, recompile from scratch. Does the BSD ports system completely clean out the source tree before a recompile (rm -rf build*)? [root@foobar exilog]# /usr/sbin/exim -bV Exim version 4.34 #1 built 25-May-2004 15:19:44 Copyright (c) University of Cambridge 2004 Berkeley DB: Sleepycat Software: Berkeley DB 3.2.9: (January 24, 2001) Support for: iconv() PAM Perl OpenSSL Lookups: lsearch wildlsearch nwildlsearch iplsearch cdb dbm dbmnz dsearch mysql Authenticators: cram_md5 plaintext spa Routers: accept dnslookup ipliteral manualroute queryprogram redirect Transports: appendfile/maildir/mailstore/mbx autoreply pipe smtp Contains exiscan-acl patch revision 21 (c) Tom Kistner [http://duncanthrax.net/exiscan/] 2004-06-22 17:12:09 Exim configuration error in line 100 of /etc/exim/exim.conf: error in ACL: unknown ACL condition/modifier in "blah = test" /tom