Mail-Milter-Authentication-Handler-SMIME

 view release on metacpan or  search on metacpan

t/config/smime.smtp/authentication_milter.json  view on Meta::CPAN

{

    "debug"                           : 1,
    "dryrun"                          : 0,
    "logtoerr"                        : 1,
    "error_log"                       : "tmp/smtp.err",
    "connection"                      : "unix:tmp/authentication_milter_test.sock",
    "umask"                           : "0000",
    "connect_timeout"                 : 55,
    "command_timeout"                 : 55,
    "content_timeout"                 : 595,
    "tempfail_on_error"               : 1,
    "tempfail_on_error_authenticated" : 1,
    "tempfail_on_error_local"         : 1,
    "tempfail_on_error_trusted"       : 1,

    "protocol" : "smtp",
    "smtp" : {
        "sock_type" : "unix",
        "sock_path" : "tmp/authentication_milter_smtp_out.sock",

t/config/smime/authentication_milter.json  view on Meta::CPAN

{

    "debug"                           : 1,
    "dryrun"                          : 0,
    "logtoerr"                        : 1,
    "error_log"                       : "tmp/milter.err",
    "connection"                      : "unix:tmp/authentication_milter_test.sock",
    "umask"                           : "0000",
    "connect_timeout"                 : 55,
    "command_timeout"                 : 55,
    "content_timeout"                 : 595,
    "tempfail_on_error"               : 1,
    "tempfail_on_error_authenticated" : 1,
    "tempfail_on_error_local"         : 1,
    "tempfail_on_error_trusted"       : 1,

    "listen_backlog"         : 1,
    "min_children"           : 1,
    "max_children"           : 2,
    "min_spare_children"     : 1,



( run in 0.726 second using v1.01-cache-2.11-cpan-a5abf4f5562 )