⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.185
Server IP:
104.21.32.1
Server:
Linux vmi2315822.contaboserver.net 5.15.0-134-generic #145-Ubuntu SMP Wed Feb 12 20:08:39 UTC 2025 x86_64
Server Software:
LiteSpeed
PHP Version:
8.3.21
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
lib
/
dpkg
/
info
/
View File Name :
dovecot-pop3d.postinst
#!/bin/sh set -e if [ "$1" = "configure" ]; then CONFFILES="conf.d/20-pop3.conf" for conffile in $CONFFILES ; do # Tell ucf that the file in /usr/share/dovecot is the latest # maintainer version, and let it handle how to manage the real # configuration file in /etc/dovecot. ucf --three-way /usr/share/dovecot/$conffile /etc/dovecot/$conffile ucfr dovecot-pop3d /etc/dovecot/$conffile done echo 'protocols = $protocols pop3' > /usr/share/dovecot/protocols.d/pop3d.protocol fi