Kolab2 Server Troubleshooting - Postfix

From Kolab wiki

Jump to: navigation, search


This section applies to problems with the mail transfer agent postfix.


Contents

Distribution independent hints

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

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)


Solution

The amavis service is probably down. Tro to restart it.


Distribution specific hints

Gentoo

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

Problem

You are unable to send and receive emails and see messages like fatal: open database xyz.db. No such file or directory.


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.


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.

Back

Back to the troubleshooting index

Personal tools