Hello,<br><br>&nbsp;&nbsp; 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>#&nbsp;&nbsp;imap imaps pop3 pop3s<br>protocols = imap<br><br>protocol imap {
<br>&nbsp;&nbsp;&nbsp;&nbsp;listen = *:10143<br>#&nbsp;&nbsp;&nbsp;&nbsp; ssl_listen = *:10943<br>#&nbsp;&nbsp;&nbsp;&nbsp; ..<br>&nbsp;&nbsp;}<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>#&nbsp;&nbsp; default_mail_env = maildir:/var/mail/%1u/%u/Maildir<br>&nbsp;&nbsp;default_mail_env = mbox:/home/webmail/:INBOX=/var/spool/mail/%u<br><br>auth default {<br># Space separated list of wanted authentication mechanisms:
<br>#&nbsp;&nbsp; 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>&nbsp;&nbsp; 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>&nbsp;&nbsp;&nbsp;&nbsp;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>&nbsp;&nbsp; thanks in advance for any help.<br><br><br><br><br><br><br>On 5/22/06, David King &lt;<a href="mailto:dking@ketralnis.com">dking@ketralnis.com
</a>&gt; wrote:<br>&gt; &gt;&nbsp;&nbsp;&nbsp;&nbsp;I`ve tried to run dovecot many times in my system (Conectiva Linux<br>&gt; &gt; 9) and was unable to do so. For some reason it gives this message and<br>&gt; &gt; quits - never runs.<br>&gt;
<br>&gt; What message is that, exactly, that it is giving you before quitting?<br>&gt;<br><br><br>--<br>.''`.&nbsp;&nbsp;-- Breno Jacinto<br>: :´` : -- breno /at/ freeunix dot com dot br<br>: ' ' :&nbsp;&nbsp;--&nbsp;&nbsp;88AE 3F43 7110 57F6 A206<br>
`. `'`&nbsp;&nbsp; -- D116 02CA 02F4 803D 4294<br>`--&nbsp;&nbsp; -- Debian GNU/Linux - The Universal OS<br><br clear="all"><br>-- <br>&nbsp;&nbsp;.''`.&nbsp;&nbsp;-- Breno Jacinto <br>: :´` : -- breno /at/ freeunix dot com dot br<br>: ' ' :&nbsp;&nbsp;--&nbsp;&nbsp;88AE 3F43 7110 57F6 A206&nbsp;&nbsp;
<br>`. `'`&nbsp;&nbsp; -- D116 02CA 02F4 803D 4294&nbsp;&nbsp;<br>&nbsp;&nbsp;`--&nbsp;&nbsp; -- Debian GNU/Linux - The Universal OS<br><br>