Log every SMTP transaction in a MySQL database on SME Server
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

8 行
197 B

#!/usr/bin/perl -w
use esmith::Build::CreateLinks qw(:all);
foreach my $event (qw/bootstrap-console-save email-update/){
templates2events("/etc/e-smith/sql/init/qpsmtpdLog2Sql", $event);
}