Moderators: ScalixSupport, admin
Code: Select all
ERROR IMAP Server Da(IMAP Server Pr) Wed Jun 21 12:34:14 2006
[OM 24070] Debug message for Lab use :
imapCreateAdminSocket: Could not bind to socket /var/opt/scalix/temp/imap-admin.12345 Error was: Permission denied
User Name: Leigh M. Sharpe / mail, pacificwireless/CN=Leigh Sharpe
Pid of logging process: 12345
SERIOUS ERROR IMAP Server Da(IMAP Server Pr) Wed Jun 21 12:34:14 2006
[OM 24070] Debug message for Lab use :
imapCoreServer:Failed to create admin socket:
User Name: Leigh M. Sharpe / mail, pacificwireless/CN=Leigh Sharpe
Pid of logging process: 12345
I just had our docs person running around the office screaming and then going into cardiac arrest.
Code: Select all
[root@scalix ~]# cat /etc/sysconfig/selinux
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
# enforcinfg - SELinux security policy is enforced.
# permissive - SELinux prints warnings instead of enforcing.
# disabled - No SELinux policy is loaded.
SELINUX=disabled
# SELINUXTYPE= can take one of these two values:
# targeted - Only targeted network daemons are protected.
# strict - Full SELinux protection.
SELINUXTYPE=strict
Code: Select all
[root@scalix ~]# lsof -i tcp:143
COMMAND PID USER FD TYPE DEVICE SIZE NODE NAME
in.imap41 2333 root 4u IPv4 6770 TCP *:imap (LISTEN)
[root@scalix ~]#
Code: Select all
[root@scalix temp]# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Scalix IMAP server 10.0.1.3 ready on scalix.pacificwireless.com.au
.login myusername mypasswd
.login BAD unrecognised command
Code: Select all
[root@scalix ~]# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Scalix IMAP server 10.0.1.3 ready on scalix.pacificwireless.com.au
. login myusername mypasswd
. NO LOGIN failure, service unavailable
Connection closed by foreign host.
[root@scalix ~]#
Code: Select all
WARNING IMAP Server Da(IMAP Server Pr) 06.22.06 08:56:40
[SYS 13] Permission denied
File Name: /var/opt/scalix/sys/dir.index.lk
User Name: Leigh M. Sharpe / mail, pacificwireless/CN=Leigh Sharpe
-> imapLogin1
-> imapual_signon
-> imapual_connect
-> ual_OpenTraceFile
<- ual_OpenTraceFile
-> ual_OpenTraceFile
<- ual_OpenTraceFile
-> ual_SendMessage
<- ual_SendMessage
-> ual_RecvReply
-> ual_Init
-> InitDBSArea
<- InitDBSArea
-> ul_OpenUL
<- /build/10.0.1.3/src/lib/ombase/os/os_open.c:120[1,13]
<- /build/10.0.1.3/src/lib/ombase/os/os_open.c:120[1,13]
Code: Select all
[root@scalix ~]# telnet localhost 143
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
* OK Scalix IMAP server 10.0.1.3 ready on scalix.pacificwireless.com.au
. login "myusername" mypasswd
. NO LOGIN failure, service unavailable
Connection closed by foreign host.
[root@scalix ~]#
Users browsing this forum: No registered users and 4 guests