Makefile: use -O2 instead of -Os in CFLAGS
[smtp.git] / config.h
bloba9e14ee129e6042dfd720545306d15218747b6ad
1 #define MAILLEN (1 << 24)
2 #define HOSTNAME "hostname"
3 #define DPRINT(msg, len)
5 struct account {
6 char *from;
7 char *server;
8 char *port;
9 char *user;
10 char *pass;
11 char *cert;
12 } accounts [] = {
13 {"me@myserver.sth", "smtp.myserver.sth", "465", "me", "pass"},