Page 1 of 1

Cant receive mails

Posted: Fri Aug 24, 2007 9:05 am
by visor_ua
Installed Scalix on Red Hat Enterprise Linux ES release 4.
Mails sending ok. But cant receive mails. Even if mail user sending to own mail address.
/etc/mail/local-host-names has record mydomain.com.
Ports are opened.
Looks like mails going to old mailboxes. If running old imap/pop services can download those mails .

Posted: Fri Aug 24, 2007 10:46 am
by kanderson
What does

omstat -s
and
omstat -a

return. Also, can you provide the contents of /etc/hosts.conf and the output from hostname -f.

Thanks
Kev.

Posted: Fri Aug 24, 2007 11:57 am
by visor_ua
Have next info

Code: Select all

#omstat -s
Service Router                Started        08:19:39       0
Local Delivery                Started        08:19:39       0
Internet Mail Gateway         Started        08:19:39       0
Local Client Interface        Enabled        08:19:39       0
Remote Client Interface       Enabled        08:19:39       1
Test Server                   Started        08:19:39       0
Request Server                Started        08:19:39       0
Print Server                  Started        08:19:39       0
Bulletin Board Server         Started        08:19:39       0
Background Search Service     Started        08:19:39       0
CDA Server                    Started        08:19:39       0
POP3 interface                Started        08:19:39       0
Omscan Server                 Started        08:19:39       0
Archiver                      Started        08:19:40       0


----
]# omstat -a
PC Monitor                    Started        NON-STOP       0
Directory Relay Server        Started        08:19:38
Notification Server           Started        08:19:38       0
Shared memory daemon          Started        NON-STOP
Notification Monitor          Started        NON-STOP
Session Monitor               Started        NON-STOP
Indexer                       Started        NON-STOP
Stats Daemon                  Started        NON-STOP
Container Access Monitor      Started        NON-STOP
Item Structure Server         Stopped
Database Monitor              Started        08:19:38
Licence Monitor Daemon        Started        NON-STOP
LDAP Daemon                   Started        08:19:38
Queue Manager                 Started        NON-STOP
Item Delete Daemon            Started        NON-STOP
IMAP Server Daemon            Started        08:19:38
SMTP Relay                    Partially Abor 08:19:38
Mime Browser Controller       Started        08:19:38
Event Server                  Started        08:19:38

-------------------------

# hostname -f
compudatasearch.com

Posted: Fri Aug 24, 2007 12:37 pm
by kanderson
Ok, SMTP being partially aborted will be the problem.

Lets see if we can start it first. Type

omoff -d0 smtpd && omon smtpd

Then post the output from /var/opt/scalix/??/s/logs/fatal so we can see what's the problem was...

Kev.

SOlved

Posted: Fri Aug 24, 2007 12:44 pm
by visor_ua
was started original qmail service.

Posted: Mon Aug 27, 2007 5:11 am
by Valerion
qmail is not supported right now. You will have to use sendmail (which the installer can handle) or use postfix with the instructions from the wiki.