petar.company/include/cfg-sendmail.php

11 lines
159 B
PHP
Raw Permalink Normal View History

2025-03-01 00:58:18 +01:00
<?php
$grepbin="/usr/bin/zgrep -i";
$mng_maillog=$petar_basedir."/sudo_cmd/mng_maillog.sh";
$sendmail_log_file="maillog";
$sendmail_log_dir="/var/log";
?>