Difference between revisions of "Talk:HowTos/MTA Integration"

From Scalix Wiki
Jump to: navigation, search
(4.1 Postfix, Sendmail and Suse)
Line 10: Line 10:
  
 
==4.1 Postfix, Sendmail and Suse==
 
==4.1 Postfix, Sendmail and Suse==
With Suse 10.0, there is no sendmai-cf RPM. The solution to getting the scalix preferences installed with omsendin would be to add a sendmail and sendmail.cf package other than those from suse.
+
With Suse 10.0, there is no sendmail-cf RPM. One solution to getting the scalix preferences installed with omsendin would be to add a sendmail and sendmail.cf package other than those from suse.
If postfix is used, the postconf -ev command does not work. In general, it would be easier to add the following two lines to /etc/postfix/main.cf (you need both lines, one line more than described in the howto):
+
If postfix is used, the postconf -ev command does not work. In general, it would be easier to add the following two lines to /etc/postfix/main.cf (you need both lines):
 
local_recipient_maps=
 
local_recipient_maps=
 
inet_interfaces=loopback-only
 
inet_interfaces=loopback-only
 +
Then do postfix restart.

Revision as of 20:29, 18 December 2006

1 Basic MTA configuration

"By default, the MTA will not be visible to the outside world; this means it must be configured not to listen on the system's external IP address."
Say wha? Those two statements seem to contradict each other.

2.1.1 /etc/mail/auth/client-info

I think, you only need 'I:.." and "P:.." with AuthInfo but didn't test it.

3.1 /etc/mail/local-host-names

I don't know if this File axiomatic exists on all Distributions. Can you approve this?

4.1 Postfix, Sendmail and Suse

With Suse 10.0, there is no sendmail-cf RPM. One solution to getting the scalix preferences installed with omsendin would be to add a sendmail and sendmail.cf package other than those from suse. If postfix is used, the postconf -ev command does not work. In general, it would be easier to add the following two lines to /etc/postfix/main.cf (you need both lines): local_recipient_maps= inet_interfaces=loopback-only Then do postfix restart.