<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="es">
		<id>https://wiki.gacq.com/index.php?action=history&amp;feed=atom&amp;title=Cyrus_-_Exim4_configuration</id>
		<title>Cyrus - Exim4 configuration - Historial de revisiones</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.gacq.com/index.php?action=history&amp;feed=atom&amp;title=Cyrus_-_Exim4_configuration"/>
		<link rel="alternate" type="text/html" href="https://wiki.gacq.com/index.php?title=Cyrus_-_Exim4_configuration&amp;action=history"/>
		<updated>2026-04-04T17:03:36Z</updated>
		<subtitle>Historial de revisiones para esta página en el wiki</subtitle>
		<generator>MediaWiki 1.29.2</generator>

	<entry>
		<id>https://wiki.gacq.com/index.php?title=Cyrus_-_Exim4_configuration&amp;diff=1452&amp;oldid=prev</id>
		<title>192.168.0.105 en 18:11 27 jul 2006</title>
		<link rel="alternate" type="text/html" href="https://wiki.gacq.com/index.php?title=Cyrus_-_Exim4_configuration&amp;diff=1452&amp;oldid=prev"/>
				<updated>2006-07-27T18:11:59Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Página nueva&lt;/b&gt;&lt;/p&gt;&lt;div&gt;1. Use Exim version 4.  Exim version 3 just doesn't cut it in the lmtp area, which is very important for performance when dealing with Cyrus IMAPd.&lt;br /&gt;
&lt;br /&gt;
2. Acá yo creo un archivo que se llama conf.d/transports/31_exim4-config_cyrus21-imapd y pongo lo dice acá.&lt;br /&gt;
 &lt;br /&gt;
   Use the LMTP transport to deliver using a unix socket (fastest), or the SMTP transport in LMTP mode to deliver over a TCP/IP socket.&lt;br /&gt;
&lt;br /&gt;
   For local delivery over a unix socket, add a file into conf.d/transports with the following:&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;cyrus_delivery:&lt;br /&gt;
      driver = lmtp&lt;br /&gt;
      socket = /var/run/cyrus/socket/lmtp&lt;br /&gt;
      batch_max = 20&lt;br /&gt;
      user = mail&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   (set batch_max to whatever is best for your setup, and make sure you allow enough Cyrus lmtp processes to serve that many lmtp connections)&lt;br /&gt;
&lt;br /&gt;
   If that doesn't work, I suggest you create a group for lmtp delivery, add whichever user exim is running as to it, and use dpkg-statoverride to make /var/run/cyrus/socket/lmtp writeable by that group.&lt;br /&gt;
&lt;br /&gt;
   To then deliver to Cyrus, you will need to comment check_local_user in conf.d/router/900_exim4-config_local_user, and change the LOCAL_DELIVERY macro in conf.d/main/01_exim4-config_listmacrosdefs to LOCAL_DELIVERY=cyrus_delivery.&lt;br /&gt;
&lt;br /&gt;
   If you still want to deliver some messages to a mail spool then create conf.d/router/899_exim4-config_copy_to_mbox and put this in it, changing the local_parts as necessary: (esto nunca lo hice)&lt;br /&gt;
&lt;br /&gt;
   &amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;copy_to_mbox:&lt;br /&gt;
      debug_print = &amp;quot;R: copy_to_mbox for $local_part@$domain&amp;quot;&lt;br /&gt;
      driver = accept&lt;br /&gt;
      unseen&lt;br /&gt;
      local_parts = postmaster&lt;br /&gt;
      transport = mail_spool&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
   This will deliver postmaster mail to both cyrus and /var/mail/postmaster.  You can comment the unseen option to have it only deliver once to the mail_spool.  If you don't set check_local_user or the user option the spool files will be owned by mail.&lt;br /&gt;
&lt;br /&gt;
3. Kill any NULs (ASCII 0x00) inside the message, if you don't want Cyrus to bounce such malformed crap.  Calling &amp;quot;tr -d '\000'&amp;quot; as a filter might do the trick.&lt;br /&gt;
&lt;br /&gt;
4. Sieve often needs to set -f option on /usr/sbin/sendmail when doing redirects.  Exim allows only trusted_users to do this.  It is recommended that you make sure &amp;quot;cyrus&amp;quot; is in the list of trusted_users in conf.d/main/02_exim4-config_options: &lt;br /&gt;
&amp;lt;pre&amp;gt;&amp;lt;nowiki&amp;gt;trusted_users = uucp:cyrus&amp;lt;/nowiki&amp;gt;&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>192.168.0.105</name></author>	</entry>

	</feed>