

g_send_retry_550 – Retry on 550 responses (general failure).g_send_open_timeout – SMTP link open timeout.g_send_onpopfetch – Only send outgoing while doing a POPfetch.g_send_noskipslow – Don’t skip slow hosts.g_send_nosize – Don’t send size with from envelope.g_send_nopoll – Use sleep loop instead of poll (debugging only).g_send_nolimit – Don’t apply g_max_perdom limit when sending to this domain.g_send_no_domain – Message to show when domain points to us but can’t find user or domain.g_send_max_rcpt – How many rcpt’s to send per message when sending.g_send_max_perdom – Max concurrent sending sessions to a single domain.g_send_max_perchan – Msgs to send on one open channel.g_send_max – Max concurrent sending sessions.g_send_lowpriority – Ip address of bulk sending servers.

g_send_lines – Send single line packets.g_send_helo_in – Lookup dns name of incoming ip connection on local interface.g_send_helo_from – Use the sending domain for the helo command.g_send_helo – Domain to use for all outgoing SMTP helo commands.g_send_first_retry – Minutes for first retry, default is 16 minutes, do not adjust!.g_send_delay – Wait this many seconds after sending each item.g_send_conspeed – Outgoing connections per second per destination, default is 4.g_send_bug1 – Fail while sending messages.g_send_body_once – Don’t try 3 times if failure occurs sending body.g_send_body_noretry – Don’t try and resend if failure during body send.

