[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .

Case Study: Mail Magazine (2)

After 2004/06, fml8 supports the queuing system. So the outgoing mail fails once, after the confirmation of content, you flush again to deliver if the content is ok.

The queuing system support enables "queue once, dequeue after content confirmation". It avoids delivery of wrong content.

The configuration is as follows.

Specify irrelevant port at config.cf.

smtp_servers = IRRELEVANT_PORT

[Example]

smtp_servers = 127.0.0.1:2025
This makes the delivery fail. The message is queued.

Check the content. If the content is correct and delivery is ready, runs the following command by specifying the correct transport.

% fml -o smtp_servers=TRANSPORT ML_NAME flushq

[Example]

% fml -o smtp_servers=127.0.0.1:25 ML_NAME flushq
"flush" and "flushq" command are same.

[HOME] [github] [twitter] [blog] [fml4] [fml8] [北海道] Powered by NetBSD and [nuinui.net] .
Copyright (C) 1993-2022 Ken'ichi Fukamachi mail:< fukachan at fml.org >