added a tweak option to change the sent time piler stores

This commit is contained in:
SJ
2013-02-22 15:01:21 +01:00
parent e685bcffc1
commit b6b1a203d0
18 changed files with 163 additions and 109 deletions

View File

@@ -35,7 +35,7 @@ void write_pid_file(char *pidfile);
int drop_privileges(struct passwd *pwd);
int is_email_address_on_my_domains(char *email, struct __data *data);
void init_session_data(struct session_data *sdata, unsigned char server_id);
void init_session_data(struct session_data *sdata, struct __config *cfg);
int read_from_stdin(struct session_data *sdata);
void strtolower(char *s);