403Webshell
Server IP : 195.114.193.97  /  Your IP : 216.73.217.93
Web Server : LiteSpeed
System : Linux host 5.15.0-126-generic #136-Ubuntu SMP Wed Nov 6 10:38:22 UTC 2024 x86_64
User : sembi4241 ( 1126)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : OFF  |  Sudo : ON  |  Pkexec : ON
Directory :  /usr/share/bug/dovecot-mysql/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /usr/share/bug/dovecot-mysql/script
#!/bin/bash

set -e

pecho() {
    echo "$@"
    echo "$@"|sed 's/./-/g'
}


if [ -x /usr/bin/doveconf ]
then
	echo
	cat <<-EOF
	You can append "doveconf -n" output to the bug report. It will help the
	maintainers to better understand your configuration.
	It normally doesn't contain any sensitive information, but you should 
        review it before sending.
	EOF
	echo
	yesno "Do you want to append \"doveconf -n\" output to your bug report? " yep
	if [ "$REPLY" == yep ]
	then
		echo >&3
		pecho "dovecot configuration" >&3
		/usr/bin/doveconf -n >&3
	fi
fi

Youez - 2016 - github.com/yon3zu
LinuXploit