-
Notifications
You must be signed in to change notification settings - Fork 178
Q9708
Nigel Metheringham edited this page Nov 29, 2012
·
2 revisions
I want Exim to use only the resolver (i.e. ignore /etc/hosts), but don't want to alter the nsswitch.conf file in Solaris 2.
You need to rebuild Exim after fiddling with OS/os.h-SunOS5:
#define gethostbyaddr res_gethostbyaddr
#define gethostbyname res_gethostbyname
#define endhostent res_endhostent
#define endnetent res_endnetent
#define gethostent res_gethostent
#define getnetbyaddr res_getnetbyaddr
#define getnetbyname res_getnetbyname
#define getnetent res_getnetent
#define sethostent res_sethostent
#define setnetent res_setnetent
Note that -lnsl is still needed in the Makefile as it contains code used by the NIS lookup and also the inet_addr() function that Exim uses.
- Exim builds fine with gcc on SunOS 4 but crashes inside sscanf().
- How can I get rid of spurious
^M
(carriage return) characters in - On SunOS 4 Exim crashes when looking up domains in the DNS that have
- I am experiencing mailbox locking problems with Sun's mailtool used
- Exim has been crashing on my Solaris x86 system, apparently while
- The exiwhat utility isn't working for me on a Solaris 2 system.
- How do I stop Sun's dtcm from hanging?
- I want Exim to use only the resolver (i.e. ignore /etc/hosts), but
- When I try to compile Exim 4.x on Solaris 2.5.1 I get an error along the