Recent Posts

Pages: [1] 2 3 ... 10
1
ISPConfig / Configurare alias webserver per accesso WebMail
« Last post by Whitenoise on February 04, 2012, 10:28:02 am »
In ISPConfig e' presente un piccolo bug che impedisce l'accesso alle caselle email tramite l'indirizzo:

Code: [Select]
http://server:8080/webmail/
Per risolvere il problema e' necessario collegarsi alla propria VPS tramite ssh e modificare il seguente file:

Code: [Select]
/etc/apache2/conf.d/squirrelmail.conf
ed aggiungere la seguente linea:

Code: [Select]
Alias /webmail /usr/share/squirrelmail
Il risultato dovrebbe essere qualcosa di simile:

Code: [Select]
Alias /squirrelmail /usr/share/squirrelmail
Alias /webmail /usr/share/squirrelmail

<Directory /usr/share/squirrelmail>
  Options FollowSymLinks
  <IfModule mod_php5.c>
    php_flag register_globals off
  </IfModule>
  <IfModule mod_dir.c>
    DirectoryIndex index.php
  </IfModule>

  # access to configtest is limited by default to prevent information leak
  <Files configtest.php>
    order deny,allow
    deny from all
    allow from 127.0.0.1
  </Files>
</Directory>

# users will prefer a simple URL like http://webmail.example.com
#<VirtualHost 1.2.3.4>
#  DocumentRoot /usr/share/squirrelmail
#  ServerName webmail.example.com
#</VirtualHost>

# redirect to https when available (thanks omen@descolada.dartmouth.edu)
#
#  Note: There are multiple ways to do this, and which one is suitable for
#  your site's configuration depends. Consult the apache documentation if
#  you're unsure, as this example might not work everywhere.
#
#<IfModule mod_rewrite.c>
#  <IfModule mod_ssl.c>
#    <Location /squirrelmail>
#      RewriteEngine on
#      RewriteCond %{HTTPS} !^on$ [NC]
#      RewriteRule . https://%{HTTP_HOST}%{REQUEST_URI}  [L]
#    </Location>
#  </IfModule>
#</IfModule>

Infine ricarichiamo la configurazione del webserver:

Code: [Select]
/etc/init.d/apache2 reload
2
News Board / [NEW FEATURE] Console boot log
« Last post by Whitenoise on January 26, 2012, 02:16:45 pm »
Hi everyone!

We have just added a new feature to our control panel.

Our clients can now download their VPS boot messages, up to the login prompt. Such feature can be extremely useful to debug problematic kernel update, for example.

The new tool is under the Consol tab @ panel.flarevm.net

Check it out!
3
Discussioni Generali / Re: Aggiornamento kernel Debian
« Last post by Whitenoise on January 18, 2012, 05:56:54 pm »
Si tratta probabilmente di un bug Debian noto e che coinvolge grub e Xen. Provi ad seguire questa procedura:

http://forum.flarevm.com/sicurezza/aggiornamento-del-kernel/msg217/#msg217
4
Discussioni Generali / Aggiornamento kernel Debian
« Last post by mfortini on January 18, 2012, 05:36:46 pm »
Ho aggiornato la Debian squeeze che viene fornita con la VPS con un semplice apt-get update && apt-get dist-upgrade, e al reboot la VPS non era più funzionante, probabilmente perché l'upgrade aveva aggiornato il kernel.
Ho controllato menu.lst e non ho visto problemi, bisogna seguire una procedura diversa?
5
Discussioni Generali / Re: desktop remoto
« Last post by Whitenoise on January 17, 2012, 01:43:20 pm »
Apri un ticket per questo tipo di richieste.
6
Discussioni Generali / desktop remoto
« Last post by felixos890 on January 14, 2012, 11:54:31 am »
scusate ho installato la mia virtual machine su server e mi è arrivata la mail:

in teoria adesso posso accedere con x2goclient ed avere il desktopremoto del mio server giusto?
ma entrando con le credenziali non mi fa accedere, mi da impossibile riconoscere il comando

come mai oppure come si fa ad accedere con desktop remoto??

Grazie in quite la mail

Quote
Dear Client,

Your Virtual Server has been installed.

Important information regarding your new system:

* Network details
* Linux systems
* Windows systems
* Support


** NETWORK DETAILS **

- host: xxxxx.flarevm.net
- ip: 00.00.00.00
- netmask: 000.000.000.000
- gateway: 00.00.00.00


** LINUX SYSTEMS **

Login details:

- user: 000
- password: 0000000

To connect through SSH, we recommend you to use the latest version of 'Putty' in SSH2 mode:
http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html

If you have selected a remote desktop image, please browse to the address below and download the x2go client:

http://www.x2go.org/index.php?id=7


** WINDOWS SYSTEMS **

Login details:

- user: 00000
- password: 000000

For the initial setup, please login to http://panel.flarevm.net, select your VPS and start the web console.
You will have to go through the network configuration and activate the remote desktop, if necessary.


** SUPPORT **

If you need support please open a support ticket or start a discussion in our forum.

http://forum.flarevm.com
7
News Board / [OSIMAGE] Debian + ISPConfig image updated
« Last post by Whitenoise on January 05, 2012, 12:07:16 pm »
Hi everyone,

We have updated our popular ISPConfig image. The image has been updated to the following:

Debian 6.0.3 + ISPConfig 3.0.4

ISPConfig:

This release is a major update and introduces new functions like:

    Virtual server management module
    Full support for Nginx webserver
    Mailman mailinglist management
    IPv6 support
    FAQ section in Help module
    Website folder protection
    Assign IP addresses to clients
    SNI support for Apache/nginx SSL certificate
    New remote-API documentation and example scripts for all functions
    Added support for key based SSH logins



8
Discussioni Generali / Re: Proxy per collegarmi alla VPS dall ufficio via ssh
« Last post by int on January 05, 2012, 10:22:11 am »
perche' non fai una VPN con il tuo vps?

buona giornata
9
Discussioni Generali / Re: Non ricevo email, ma le invio solo
« Last post by Makingweb on January 05, 2012, 03:08:38 am »
Si, se provo a fare un telnet mi dice:

Quote
telnet vps-0072.flarevm.net 25
Trying 94.141.20.48...
telnet: connect to address 94.141.20.48: Connection refused
telnet: Unable to connect to remote host

ecco qui la mia configurazione postfix mi sembra tutto ok, dacci uno sguardo anche tu se puoi.

Quote
# See /usr/share/postfix/main.cf.dist for a commented, more complete version


# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.
#myorigin = /etc/mailname

smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no

# appending .domain is the MUA's job.
append_dot_mydomain = no

# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h

readme_directory = /usr/share/doc/postfix

# TLS parameters
smtpd_tls_cert_file = /etc/postfix/smtpd.cert
smtpd_tls_key_file = /etc/postfix/smtpd.key
smtpd_use_tls = yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache

# See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
# information on enabling SSL in the smtp client.

myhostname = vps-0072.flarevm.net
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = vps-0072.flarevm.net, localhost, localhost.localdomain
relayhost =
mynetworks = 127.0.0.0/8 [::1]/128
mynetworks_style = host
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
html_directory = /usr/share/doc/postfix/html
virtual_alias_domains =
virtual_alias_maps = proxy:mysql:/etc/postfix/mysql-virtual_forwardings.cf, mysql:/etc/postfix/mysql-virtual_email2email.cf
virtual_mailbox_domains = proxy:mysql:/etc/postfix/mysql-virtual_domains.cf
virtual_mailbox_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailboxes.cf
virtual_mailbox_base = /var/vmail
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
smtpd_sasl_auth_enable = yes
broken_sasl_auth_clients = yes
smtpd_sasl_authenticated_header = yes
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, check_recipient_access mysql:/etc/postfix/mysql-virtual_recipient.cf, reject_un$
smtpd_tls_security_level = may
transport_maps = proxy:mysql:/etc/postfix/mysql-virtual_transports.cf
relay_domains = mysql:/etc/postfix/mysql-virtual_relaydomains.cf
virtual_create_maildirsize = yes
virtual_maildir_extended = yes
virtual_mailbox_limit_maps = proxy:mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf
virtual_mailbox_limit_override = yes
virtual_maildir_limit_message = "The user you are trying to reach is over quota."
virtual_overquota_bounce = yes
proxy_read_maps = $local_recipient_maps $mydestination $virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps $virtual_mailbox_domains $relay_reci$
smtpd_sender_restrictions = check_sender_access mysql:/etc/postfix/mysql-virtual_sender.cf
smtpd_client_restrictions = check_client_access mysql:/etc/postfix/mysql-virtual_client.cf
maildrop_destination_concurrency_limit = 1
maildrop_destination_recipient_limit = 1
virtual_transport = maildrop
header_checks = regexp:/etc/postfix/header_checks
mime_header_checks = regexp:/etc/postfix/mime_header_checks
nested_header_checks = regexp:/etc/postfix/nested_header_checks
body_checks = regexp:/etc/postfix/body_checks
#content_filter = amavis:[127.0.0.1]:10024
#receive_override_options = no_address_mappings
relay_recipient_maps = mysql:/etc/postfix/mysql-virtual_relayrecipientmaps.cf
content_filter = amavis:[127.0.0.1]:10024
receive_override_options = no_address_mappings
message_size_limit = 20480000

Grazie.
10
Discussioni Generali / Re: Non ricevo email, ma le invio solo
« Last post by Whitenoise on January 03, 2012, 05:28:17 pm »
hai impostato il record MX per il dominio?
Pages: [1] 2 3 ... 10