Hey guys,

does somebody get dovecot work under cygwin?

The compilation finish without any problems.
But after trying to run dovecot i got this in my log:

dovecot: Nov 17 02:40:18 Info: Dovecot v1.0.7 starting up
dovecot: Nov 17 02:40:19 Fatal: setrlimit(RLIMIT_DATA, 256): Invalid
argument
dovecot: Nov 17 02:40:19 Error: Auth process died too early - shutting down
dovecot: Nov 17 02:40:19 Error: child 1452 (auth) returned error 89

setting auth_process_size to another value didn't fixed this issue.

Thanks for any help
Greets


$ /sbin/dovecot -n
# 1.0.7: /etc/dovecot.conf
base_dir: /var/run/dovecot/
log_path: /var/log/dovecot.log
ssl_disable: yes
disable_plaintext_auth: no
login_dir: /var/run/dovecot//login
login_executable: /libexec/dovecot/imap-login
login_user: Administrator
mail_location: maildir:~/Maildir
auth default:
  user: Administrator
  passdb:
    driver: passwd-file
    args: /etc/passwd.dovecot
  userdb:
    driver: passwd

Reply via email to