thomas: doc/raw-howtos email-split-setup.txt,1.2,1.3

cvs at intevation.de cvs at intevation.de
Fri Sep 9 18:41:05 CEST 2005


Author: thomas

Update of /kolabrepository/doc/raw-howtos
In directory doto:/tmp/cvs-serv27247

Modified Files:
	email-split-setup.txt 
Log Message:
Replaced real.example.com with example.com


Index: email-split-setup.txt
===================================================================
RCS file: /kolabrepository/doc/raw-howtos/email-split-setup.txt,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- email-split-setup.txt	9 Sep 2005 16:40:09 -0000	1.2
+++ email-split-setup.txt	9 Sep 2005 16:41:03 -0000	1.3
@@ -19,11 +19,11 @@
                         Kolab Server
 
 What to do when you have an mail transport agent (MTA)
-which feels responsible for real.example.com
+which feels responsible for example.com
 and want to have _some_ users on the Kolab Server?
 
 Make the MTA (e.g. exchange) rewrite the envelope addresses to
- at tokolab.real.example.com and forwarded it to the Kolab Server.
+ at tokolab.example.com and forwarded it to the Kolab Server.
 Optionally you can keep a copy on this MTA as a backup.
 
 The email arrives at the Kolab Server.
@@ -33,7 +33,7 @@
         virtual_maps = hash:/kolab/etc/postfix/virtual, ldap:ldapdistlist, ldap:ldapvirtual
 
    in /kolab/etc/postfix/virtual (use the template to make the change):
-        @tokolab.example.com @real.example.com
+        @tokolab.example.com @example.com
 
 To accept emails within example.com though they are not on the server,
 we need to switch off the check for unlisted recipients.
@@ -71,6 +71,6 @@
     ldapkolabmailboxfilter_version = 3
 
 and /kolab/etc/postfix/transport (use template):
-    real.example.com     smtp:[outgoingsmtpserver]
+    example.com     smtp:[outgoingsmtpserver]
 
 Note the interesting query_filter to exclude the external address book.





More information about the commits mailing list