Mr.Combet Webshell
Your IP :
172.18.0.175
Server IP :
104.21.83.108
Server :
Linux crmarketing.1092.w795 4.19.0-18-amd64 #1 SMP Debian 4.19.208-1 (2021-09-29) x86_64
Server Software :
Apache/2.4.38 (Debian)
PHP Version :
7.4.33
Add File :
Submit
Add Directory :
Submit
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
Edit File Name :
msmtp.config
#!/bin/sh set -e if [ -e /usr/share/debconf/confmodule ] ; then . /usr/share/debconf/confmodule fi config_to_debconf () { if [ -f /etc/msmtprc ]; then var=$(grep ^$1 /etc/msmtprc | awk '{ print $2 }') if [ "$var" = "on" ]; then db_set msmtp/$1 true elif [ "$var" != "" ]; then db_set msmtp/$1 $var fi fi db_input $2 msmtp/$1 || true db_go } if [ -f /etc/msmtprc ]; then db_set msmtp/sysconfig true else db_input medium msmtp/sysconfig || true db_go fi db_get msmtp/sysconfig if [ "$RET" = "false" ]; then exit 0 else config_to_debconf host high config_to_debconf port low config_to_debconf auto_from medium db_get msmtp/auto_from if [ "$RET" = "true" ] ; then config_to_debconf maildomain medium fi config_to_debconf tls low fi db_stop
Save