Hello You are right, this config is missing.
The below FAQ is for running 2 different SOGo servers on the same maschine, one for ActiveSync, the other for the web interface and calDAV+cardDAV. That is not what you want. For nginx config see http://wiki.sogo.nu/nginxSettings At the bottom is what you need. Kind regards, Christian Mack Am 27.02.2017 um 16:56 schrieb "Ivan Gonzalez" ([email protected]): > Doesnt look like activesync is config on nginx, unless you see it and i dont > > i take it that i follow the steps here for Debian 8? > https://sogo.nu/nc/support/faq/article/dedicated-separate-sogo-instance-for-activesync.html > > > > Ivan Gonzalez Jr. x101 > NocRoom | ceo | e: [email protected] w: NocRoom.com [http://nocroom.com/] > West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw > [http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in > [http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ] > > Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email > Servers – Cloud PBX Hosted Systems - Bitcoin ok > > All emails from NocRoom.com are encrypted > > IMPORTANT: This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. If the reader is not the intended recipient, please notify us > immediately by return e-mail and delete the original message from your e-mail > system. Any dissemination, distribution or copying of the communication is > strictly prohibited. This correspondence is being transmitted for > informational purposes only and the views, opinions and any electronic > signatures of the sender are not intended to bind NocRoom LLC. > On 2/27/2017 7:53:58 AM, Ivan Gonzalez <[email protected]> wrote: > in nginx > > root@mx:/etc/nginx/conf.d# cat 00-default.conf > # HTTP > server { > # Listen on ipv4 > listen 80; > # Listen on ipv6. > # Note: this setting listens on both ipv4 and ipv6 with Nginx release > # shipped in some Linux/BSD distributions. > #listen [::]:80; > server_name _; > > root /var/www; > index index.php index.html; > > location / { > root /var/www; > } > > include /etc/nginx/templates/php-catchall.tmpl; > include /etc/nginx/templates/redirect_to_https.tmpl; > include /etc/nginx/templates/misc.tmpl; > } > > # HTTPS > server { > listen 443; > server_name mx.xxx.com; > > ssl on; > ssl_certificate /etc/ssl/certs/server.chained.crt; > #SSLCertificateChainFile /etc/ssl/certs/server.ca-bundle; > ssl_certificate_key /etc/ssl/private/server.key; > ssl_protocols TLSv1 TLSv1.1 TLSv1.2; > > # Fix 'The Logjam Attack'. > ssl_ciphers > ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES256-GCM-SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:DHE-RSA-AES128-GCM-SHA256:DHE-DSS-AES128-GCM-SHA256:kEDH+AESGCM:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA:DHE-RSA-AES128-SHA256:DHE-RSA-AES128-SHA:DHE-DSS-AES128-SHA256:DHE-RSA-AES256-SHA256:DHE-DSS-AES256-SHA:DHE-RSA-AES256-SHA:ECDHE-RSA-DES-CBC3-SHA:ECDHE-ECDSA-DES-CBC3-SHA:AES128-GCM-SHA256:AES256-GCM-SHA384:AES128-SHA256:AES256-SHA256:AES128-SHA:AES256-SHA:AES:CAMELLIA:DES-CBC3-SHA:!aNULL:!eNULL:!EXPORT:!DES:!RC4:!MD5:!PSK:!aECDH:!EDH-DSS-DES-CBC3-SHA:!EDH-RSA-DES-CBC3-SHA:!KRB5-DES-CBC3-SHA; > ssl_prefer_server_ciphers on; > ssl_dhparam /etc/ssl/dh2048_param.pem; > > index index.php index.html; > > location / { > root /var/www; > } > > # HTTP Strict Transport Security (HSTS) > #include /etc/nginx/templates/hsts.tmpl; > > # Web applications. > include /etc/nginx/templates/roundcube.tmpl; > include /etc/nginx/templates/iredadmin.tmpl; > include /etc/nginx/templates/sogo.tmpl; > > # PHP applications. WARNING: php-catchall.tmpl should be loaded after > # other php web applications. > include /etc/nginx/templates/php-catchall.tmpl; > > include /etc/nginx/templates/misc.tmpl; > proxy_connect_timeout 600; > proxy_send_timeout 600; > proxy_read_timeout 600; > send_timeout 600; > fastcgi_buffers 8 16k; > fastcgi_buffer_size 32k; > } > > Ivan Gonzalez Jr. x101 > NocRoom | ceo | e: [email protected] w: NocRoom.com [http://nocroom.com/] > West Coast/Las Vegas 702-789-0409 | East Coast/Miami 786-802-7666 [ social tw > [http://twitter.com/nocroom] | fb [http://fb.com/miaminetwork] | in > [http://linkedin.com/company/nocroom] | g+ [https://url.nocroom.com/ODF8S] ] > > Turnkey Solution | Virtualization Kings – Dedicated Servers – Cloud Email > Servers – Cloud PBX Hosted Systems - Bitcoin ok > > All emails from NocRoom.com are encrypted > > IMPORTANT: This email and any files transmitted with it are confidential and > intended solely for the use of the individual or entity to whom they are > addressed. If the reader is not the intended recipient, please notify us > immediately by return e-mail and delete the original message from your e-mail > system. Any dissemination, distribution or copying of the communication is > strictly prohibited. This correspondence is being transmitted for > informational purposes only and the views, opinions and any electronic > signatures of the sender are not intended to bind NocRoom LLC. > On 2/27/2017 1:36:21 AM, Christian Mack <[email protected]> wrote: > > Am 24.02.2017 um 21:30 schrieb "Ivan Gonzalez" ([email protected]): >> thank you for the help, i do have acticesync installed >> >> root@mx:/usr/lib/GNUstep/SOGo# apt-get install sogo-activesync >> Reading package lists... Done >> Building dependency tree >> Reading state information... Done >> sogo-activesync is already the newest version. >> 0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. >> root@mx:/usr/lib/GNUstep/SOGo# >> >> the only setting i see in sogo.conf is >> SOGoMaximumSyncWindowSize = 100; >> >> >> how should i proceed >> > > Now check your HTTP proxy configuration (= Apache or nginx). > Did you add the proxy configuration for /Microsoft-Server-ActiveSync ? > > > Kind regards, > Christian Mack > >> On 2/24/2017 1:06:41 AM, Christian Mack wrote: >> Hello >> >> >> Am 22.02.2017 um 21:34 schrieb "Ivan Gonzalez" ([email protected]): >>> Cal and contacts does not sync when using activesync settings, is this an >>> bug or do i need to enable an setting ? >>> >> >> Did you install the sogo-activesync package? >> What are your settings in sogo.conf? >> Did you enable synchronizsation on the calendars you want to sync? >> >> Outlook only synchronizes the personal addressbook per ActiveSync. >> You can circumvent this by using sogo-tool manage-eas on the server for >> that account (only for small usage). >> >> > -- Christian Mack Universität Konstanz Kommunikations-, Informations-, Medienzentrum (KIM) Abteilung Basisdienste 78457 Konstanz +49 7531 88-4416
smime.p7s
Description: S/MIME Cryptographic Signature
