rvers I personally use.
===== SSH =====
add to /etc/ssh/sshd_config:
<code>
ListenAddress ::
</code>... s of vsftpd, one for ipv4, and one for ipv6.
* /etc/vsftpd.conf:
<code>
listen=YES
</code>
* /etc/vsftpd_ipv6.conf:
<code>
listen=NO
listen_ipv6=YES
</... ch instance separately:
<code>
# /path/to/vsftpd /etc/vsftpd.conf
# /path/to/vsftpd /etc/vsftpd_ipv6.co
rvice =====
inetd requires a defined service in /etc/services, so let's add it
<code bash>
echo "gemini 11965/tcp">>/etc/services
</code>
===== Activate and launch inetd =====
* Add the following lines to /etc/inetd.conf. Adjust -d parameter to previously cre... de bash>
# echo "inetd_enable=\"YES\"">/usr/local/etc/rc.conf.d/inetd
</code>
* Finaly, launch inetd
my_mail_server --user1 my_email_user --passfile1 /etc/secret1 --authmech1 LOGIN --ssl2 --host2 imap.gmail.com --user2 my_gmail_user --passfile2 /etc/secret2 --authmech2 LOGIN --syncinternaldates --d... r, my_domain by the appropriate values, and fill /etc/secret1 and /etc/secret2 with the respective passwords. Of course, for this to work, you have to have
tay logged in on services such as YouTube, Gmail, etc."
* [[https://addons.mozilla.org/firefox/addon/... olicy Continued]] : Protect from ligatus/outbrain/etc. crap
* [[https://addons.mozilla.org/firefox/ad
f shortname is not defined in the DNS nor in the /etc/hosts file)
====== Bounce hosts ======
Here we ... ===== Run a command on login ======
Commands in /etc/ssh/sshrc are executed by ssh when the user logs