Postfix3.3.1
|
#include <sys_defs.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <errno.h>
#include <netdb.h>
#include <string.h>
#include <unistd.h>
#include <fcntl.h>
#include <ctype.h>
#include <msg.h>
#include <vstream.h>
#include <vstring.h>
#include <split_at.h>
#include <mymalloc.h>
#include <inet_addr_list.h>
#include <iostuff.h>
#include <timed_connect.h>
#include <stringops.h>
#include <host_port.h>
#include <sane_connect.h>
#include <myaddrinfo.h>
#include <sock_addr.h>
#include <inet_proto.h>
#include <mail_params.h>
#include <own_inet_addr.h>
#include <deliver_pass.h>
#include <mail_error.h>
#include <dsn_buf.h>
#include <mail_addr.h>
#include <dns.h>
#include <smtp.h>
#include <smtp_addr.h>
#include <smtp_reuse.h>
マクロ定義 | |
#define | IPPORT_SMTP 25 |
#define | POSSIBLE_NOTIFICATION(sender) (*sender == 0 || strcmp(sender, mail_addr_double_bounce()) == 0) |
#define | NO_PORT 0 |
#define | IS_FALLBACK_RELAY(cpp, sites, non_fallback_sites) (*(cpp) && (cpp) >= (sites)->argv + (non_fallback_sites)) |
#define | NO_HOST "" /* safety */ |
#define | NO_ADDR "" /* safety */ |
関数 | |
int | smtp_connect (SMTP_STATE *state) |
#define IPPORT_SMTP 25 |
smtp_connect.c の 77 行目に定義があります。
#define IS_FALLBACK_RELAY | ( | cpp, | |
sites, | |||
non_fallback_sites | |||
) | (*(cpp) && (cpp) >= (sites)->argv + (non_fallback_sites)) |
#define NO_ADDR "" /* safety */ |
#define NO_HOST "" /* safety */ |
#define NO_PORT 0 |
#define POSSIBLE_NOTIFICATION | ( | sender | ) | (*sender == 0 || strcmp(sender, mail_addr_double_bounce()) == 0) |
int smtp_connect | ( | SMTP_STATE * | state | ) |
smtp_connect.c の 1133 行目に定義があります。