Configurazione Server · 1 min read · Oct 20, 2025
Imposta Ubuntu-Server 6.10 come Firewall/Gateway per il Tuo Ambiente Aziendale - Pagina 5
Ora fai parlare squirrelmail nella tua lingua. Se usi solo l’inglese, puoi saltare l’ultima riga del file ovviamente.
Modifica /var/lib/locales/supported.d/local.
Dovrebbe apparire così: (se sei olandese, altrimenti regola come desiderato).
La cosa principale è abilitare la tua locale con il charset ISO-8859-1.
en_US.UTF-8 UTF-8
nl_NL.UTF-8 UTF-8
en_US.ISO-8859-1 ISO-8859-1
nl_NL.ISO-8859-1 ISO-8859-1dpkg-reconfigure localesOra assicurati che la riga DirectoryIndex in /etc/apache2/apache2.conf legga:
DirectoryIndex index.html index.htm index.shtml index.cgi index.php index.php3 index.pl index.xhtmlModifica /etc/apache2/ports.conf e aggiungi Listen 443:
Listen 80
Listen 443Ora configuriamo Postfix e MailScanner.
postconf -e 'mynetworks = 127.0.0.0/8, 192.168.1.0/24'postconf -e 'smtpd_sasl_local_domain ='postconf -e 'smtpd_sasl_auth_enable = yes'postconf -e 'smtpd_sasl_security_options = noanonymous'postconf -e 'broken_sasl_auth_clients = yes'postconf -e 'smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks,reject_unauth_destination'postconf -e 'inet_interfaces = all'echo 'pwcheck_method: saslauthd' >> /etc/postfix/sasl/smtpd.confecho 'mech_list: plain login' >> /etc/postfix/sasl/smtpd.confpostconf -e 'smtpd_tls_auth_only = no'postconf -e 'smtp_use_tls = yes'postconf -e 'smtpd_use_tls = yes'postconf -e 'smtp_tls_note_starttls_offer = yes'postconf -e 'smtpd_tls_key_file = /etc/apache2/ssl/apache.pem'postconf -e 'smtpd_tls_cert_file = /etc/apache2/ssl/apache.pem'postconf -e 'smtpd_tls_loglevel = 1'postconf -e 'smtpd_tls_received_header = yes'postconf -e 'smtpd_tls_session_cache_timeout = 3600s'postconf -e 'tls_random_source = dev:/dev/urandom'postconf -e 'home_mailbox = Maildir/'postconf -e 'mailbox_command ='postconf -e 'header_checks = regexp:/etc/postfix/header_checks'postconf -e 'relayhost ='postconf -e 'virtual_alias_domains = hash:/etc/postfix/virtual'postconf -e 'virtual_alias_maps = hash:/etc/postfix/virtual'touch /etc/postfix/header_checkstouch /etc/postfix/virtualRicevi i nuovi post nella tua casella di posta.
Nessuno spam. Disiscriviti in qualsiasi momento.