Hello,<br><br> I just download dovecot 1.0b8 and compiled and installed from<br>sources. After setting some default configurations, here's what I get:<br><br>[root@ba root]# dovecot<br>[root@ba root]# Fatal: sigaction(SIGRTMIN) failed: Invalid argument
<br><br>Here`s my configuration:<br><br># Base directory where to store runtime data.<br>base_dir = /var/run/dovecot/<br><br># Protocols we want to be serving:<br># imap imaps pop3 pop3s<br>protocols = imap<br><br>protocol imap {
<br> listen = *:10143<br># ssl_listen = *:10943<br># ..<br> }<br># Disable SSL/TLS support.<br>ssl_disable = yes<br><br># Use this logfile instead of syslog(). /dev/stderr can be used if you want to<br># use stderr for logging (ONLY /dev/stderr - otherwise it is closed).
<br>log_path = /dev/stderr<br><br># For informational messages, use this logfile instead of the default<br>info_log_path = /var/log/dovecot-info.log<br><br># everything in this directory is deleted when Dovecot is started.
<br>login_dir = /var/run/dovecot/login<br><br># default_mail_env = maildir:/var/mail/%1u/%u/Maildir<br> default_mail_env = mbox:/home/webmail/:INBOX=/var/spool/mail/%u<br><br>auth default {<br># Space separated list of wanted authentication mechanisms:
<br># plain login digest-md5 cram-md5 ntlm rpa apop anonymous gssapi<br>mechanisms = plain<br># /etc/passwd or similar, using getpwnam()<br># In many systems nowadays this uses Name Service Switch, which is<br># configured in /etc/nsswitch.conf.
<br>userdb passwd {<br>}<br>user = root<br>}<br><br> This is really weird. I`ve installed it on another server, which<br>has the same configuration and it shows the same error messsage.<br><br> BTW, both servers are DELL PowerEdge 2600, running Conectiva 9
<br>(outdated... but I`m in a production environment and changing is not<br>trivial).<br><br> thanks in advance for any help.<br><br><br><br><br><br><br>On 5/22/06, David King <<a href="mailto:dking@ketralnis.com">dking@ketralnis.com
</a>> wrote:<br>> > I`ve tried to run dovecot many times in my system (Conectiva Linux<br>> > 9) and was unable to do so. For some reason it gives this message and<br>> > quits - never runs.<br>>
<br>> What message is that, exactly, that it is giving you before quitting?<br>><br><br><br>--<br>.''`. -- Breno Jacinto<br>: :´` : -- breno /at/ freeunix dot com dot br<br>: ' ' : -- 88AE 3F43 7110 57F6 A206<br>
`. `'` -- D116 02CA 02F4 803D 4294<br>`-- -- Debian GNU/Linux - The Universal OS<br><br clear="all"><br>-- <br> .''`. -- Breno Jacinto <br>: :´` : -- breno /at/ freeunix dot com dot br<br>: ' ' : -- 88AE 3F43 7110 57F6 A206
<br>`. `'` -- D116 02CA 02F4 803D 4294 <br> `-- -- Debian GNU/Linux - The Universal OS<br><br>