Kolab2 Server Troubleshooting - Postfix
From Kolab wiki
This section applies to problems with the mail transfer agent postfix.
Contents |
[edit]
Distribution independent hints
[edit]
I do see the message connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024) and I cannot send emails
| Operating system | Distribution | Kolab version | |||
|---|---|---|---|---|---|
| Applies to: | probably applies to all *NIX systems | Applies to: | probably all distributions | Applies to: | Kolab 2.0 and higher |
| Found on: | Linux | Found on: | unknown | Found on: | Kolab 2.1_RC1 |
[edit]
Problem
This message occurs in the postfix log files:
May 02 10:14:42 example.com <info> postfix/smtp[31492]: connect to 127.0.0.1[127.0.0.1]: Connection refused (port 10024)
[edit]
Solution
The amavis service is probably down. Tro to restart it.
[edit]
Distribution specific hints
[edit]
Gentoo
[edit]
I cannot send/receive mail
| Operating system | Distribution | Kolab version | |||
|---|---|---|---|---|---|
| Applies to: | Native Kolab2/Gentoo installation | Applies to: | Native Kolab2/Gentoo installation | Applies to: | All Kolab2/Gentoo versions |
| Found on: | Gentoo Linux | Found on: | Gentoo | Found on: | All Kolab2/Gentoo versions |
[edit]
Problem
You are unable to send and receive emails and see messages like fatal: open database xyz.db. No such file or directory.
[edit]
Solution
After installing postfix you will need to initialize some of its basic databases. Make sure you ran the following commands:
/usr/bin/newaliases postmap /etc/postfix/access postmap /etc/postfix/canonical postmap /etc/postfix/relocated
This should remove the warnings, postfix should start and you should be able to send an receive mail.
[edit]
My problem persists
None of the above hints did help you to solve your problem?
Please check your options for getting support and reporting errors.
[edit]
Back
Back to the troubleshooting index
