Hello, I'm using cyrus-imapd(currently 2.3.16) for many years and I'm quiet happy with it. Now I'm testing the new 2.4.9 version - SRPMS from Simon Matter. Based on historical reasons the lmtpd should run on port 26. ...but the lmtpd didn't start. Only when I use the standard port 24 it will work. My "/etc/cyrus.conf": That works: (lmtpd processes starts an listen on port 24) lmtp cmd="lmtpd -a" listen=24 prefork=5 maxchild=200 that not: (no lmtpd starts...) lmtp cmd="lmtpd -a" listen=26 prefork=5 maxchild=200 The same with pop3d (for testing...): That works: pop3 cmd="pop3d" listen=110 prefork=3 That works not: (no pop3d starts...) pop3 cmd="pop3d" listen=110 prefork=3 Any ideas? kr Klemens ---- Cyrus Home Page: http://www.cyrusimap.org/ List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/