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
On 17.11.2007, at 4.23, Ronny wrote:> dovecot: Nov 17 02:40:19 Fatal: setrlimit(RLIMIT_DATA, 256): Invalid > argument > > setting auth_process_size to another value didn't fixed this issue.Set it to 0. Also set login_process_size=0 and mail_process_size=0. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20071117/d594fa0e/attachment-0002.bin>
Timo Sirainen wrote:> Set it to 0. Also set login_process_size=0 and mail_process_size=0.Well, now i do not have setrlimit errors anymore but the log says now: dovecot: Nov 17 18:50:57 Info: Dovecot v1.0.7 starting up dovecot: Nov 17 18:50:58 Error: Auth process died too early - shutting down dovecot: Nov 17 18:50:58 Error: child 956 (auth) returned error 53 i can not find a list of error codes, what does error 53 mean? Cheers Ronny $ /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 login_process_size: 0 mail_location: maildir:~/Maildir mail_process_size: 0 auth default: user: Administrator verbose: yes debug: yes process_size: 0 passdb: driver: passwd-file args: /etc/passwd.dovecot userdb: driver: passwd
Maybe Matching Threads
- Dovecot Won't start on SLITAZ Linux
- service(imap-login): Fatal: setrlimit(RLIMIT_DATA, 268435456): Invalid argument macOS
- Setting up a 'rootless' server - user and auth_user cannot be the same
- SOLVED: Re: Dovecot does not start on MacOS 12.01, and now 13.2.1 - RLIMIT_DATA
- [LLVMdev] LLVM Cygwin build RLIMIT_RSS configuration problem