Changeset 7544 for lang/perl

Show
Ignore:
Timestamp:
03/06/08 12:52:29 (5 years ago)
Author:
tokuhirom
Message:

added Agent::SMTPTLS

Location:
lang/perl/App-MadEye/trunk
Files:
1 added
2 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/App-MadEye/trunk/Makefile.PL

    r7543 r7544  
    2929        recommends('Net::DNS'), 
    3030    ], 
     31    'Agent::SMTPTLS' => [ 
     32        recommends('Net::SMTP::TLS') 
     33    ], 
    3134); 
    3235 
  • lang/perl/App-MadEye/trunk/config.yaml

    r7543 r7544  
    7070#     timeout: 1 
    7171 
    72   - module: Agent::Mogilefsd 
     72# - module: Agent::Mogilefsd 
     73#   config: 
     74#     target: 
     75#       - 127.0.0.1:1111 
     76 
     77  - module: Agent::SMTPTLS 
    7378    config: 
     79      timeout: 1 
    7480      target: 
    75         - 127.0.0.1:1111 
     81        - 127.0.0.1 
     82        - 192.168.1.1 
     83        - mail.mfac.jp 
    7684 
    7785  - module: Notify::Debug