Displaying 2 results from an estimated 2 matches for "cyg_server".
Did you mean:
ca_server
2010 May 15
1
Setting up a 'rootless' server - user and auth_user cannot be the same
...ugh, the directions say to set "user"
and "auth_user" to be the same in this setup. However when you do
this, Dovecot compains and will refuse to start up. Did I miss
something?
$ ./dovecot --version
1.2.11
$ ./dovecot -n
# 1.2.11: /usr/local/etc/dovecot.conf
Error: login_user cyg_server (uid 1005) must not be same as auth_user
Fatal: Invalid configuration in /usr/local/etc/dovecot.conf
Config trying to use:
protocols = imap
disable_plaintext_auth = no
ssl = no
login_chroot = no
login_user = cyg_server
login_process_size = 0
login_max_processes_count = 5
mail_location = maildir:~/...
2013 Jul 02
1
[patch/cygwin]: Fix documentation
...<passwd> Use "pwd" as password for user 'sshd_server'.
-
-Additionally ssh-host-config now asks if it should install sshd as a
-service when running under NT/W2K. This requires cygrunsrv installed.
+ --user -u <account> privileged user for service, default 'cyg_server'.
+ --pwd -w <passwd> Use "pwd" as password for privileged user.
+ --privileged On Windows XP, require privileged user
+ instead of LocalSystem for sshd service.
+
+Installing sshd as daemon via ssh-host-config is recommended.
+
+Al...