comparison src/masqmail.h @ 378:5781ba87df95

Removed ident. This had been discussed on the mailing list in Oct 2011. Ident is hardly useful in typical setups for masqmail. Probably Oliver had used it in his setup; that would make sense. Now, I know of nobody who needs it.
author markus schnalke <meillo@marmaro.de>
date Sat, 14 Jan 2012 21:36:58 +0100
parents b27f66555ba8
children a408411ff8df
comparison
equal deleted inserted replaced
377:9bc3e47b0222 378:5781ba87df95
39 #include <signal.h> 39 #include <signal.h>
40 #include <fcntl.h> 40 #include <fcntl.h>
41 41
42 #include <glib.h> 42 #include <glib.h>
43 43
44 #ifdef ENABLE_IDENT
45 #include "libident/ident.h"
46 #endif
47
48 #include "lookup.h" 44 #include "lookup.h"
49 45
50 typedef struct _interface { 46 typedef struct _interface {
51 gchar *address; 47 gchar *address;
52 gint port; 48 gint port;
149 145
150 gboolean do_save_envelope_to; 146 gboolean do_save_envelope_to;
151 147
152 gboolean defer_all; 148 gboolean defer_all;
153 gboolean do_relay; 149 gboolean do_relay;
154
155 GList *ident_trusted_nets;
156 150
157 gboolean do_queue; 151 gboolean do_queue;
158 152
159 gboolean do_verbose; 153 gboolean do_verbose;
160 154