Mailman v0.4.0 Mailman.LocalServer View Source

Basic SMTP implementation via the gen_smtp_sever_session behavior. Implements relay’ing to external servers.

Link to this section Summary

Functions

Callback implementation for c::gen_smtp_server_session.code_change/3

Callback implementation for c::gen_smtp_server_session.handle_DATA/4

Callback implementation for c::gen_smtp_server_session.handle_EHLO/3

Callback implementation for c::gen_smtp_server_session.handle_HELO/2

Callback implementation for c::gen_smtp_server_session.handle_MAIL/2

Callback implementation for c::gen_smtp_server_session.handle_MAIL_extension/2

Callback implementation for c::gen_smtp_server_session.handle_RCPT/2

Callback implementation for c::gen_smtp_server_session.handle_RCPT_extension/2

Callback implementation for c::gen_smtp_server_session.handle_RSET/1

Callback implementation for c::gen_smtp_server_session.handle_VRFY/2

Callback implementation for c::gen_smtp_server_session.handle_other/3

Link to this section Functions

Link to this function code_change(old, state, extra) View Source

Callback implementation for c::gen_smtp_server_session.code_change/3.

Link to this function handle_AUTH(type, username, password, state) View Source
Link to this function handle_DATA(from, to, data, state) View Source

Callback implementation for c::gen_smtp_server_session.handle_DATA/4.

Link to this function handle_EHLO(hostname, extensions, state) View Source

Callback implementation for c::gen_smtp_server_session.handle_EHLO/3.

Link to this function handle_HELO(hostname, state) View Source

Callback implementation for c::gen_smtp_server_session.handle_HELO/2.

Link to this function handle_MAIL(from, state) View Source

Callback implementation for c::gen_smtp_server_session.handle_MAIL/2.

Link to this function handle_MAIL_extension(extension, state) View Source

Callback implementation for c::gen_smtp_server_session.handle_MAIL_extension/2.

Callback implementation for c::gen_smtp_server_session.handle_RCPT/2.

Link to this function handle_RCPT_extension(to, state) View Source

Callback implementation for c::gen_smtp_server_session.handle_RCPT_extension/2.

Callback implementation for c::gen_smtp_server_session.handle_RSET/1.

Link to this function handle_VRFY(address, state) View Source

Callback implementation for c::gen_smtp_server_session.handle_VRFY/2.

Link to this function handle_other(verb, args, state) View Source

Callback implementation for c::gen_smtp_server_session.handle_other/3.

Link to this function init(hostname, session_count, address, options) View Source
Link to this function terminate(reason, state) View Source