<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Correo | Tutoriales Linux</title>
	<atom:link href="https://tutorialeslinux.com/category/correo/feed/" rel="self" type="application/rss+xml" />
	<link>https://tutorialeslinux.com</link>
	<description>Procedimientos, tutoriales y más del mundo del SysAdmin Linux</description>
	<lastBuildDate>Wed, 21 Aug 2019 14:41:46 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.2</generator>

<image>
	<url>https://tutorialeslinux.com/wp-content/uploads/2017/06/cropped-560683.png</url>
	<title>Correo | Tutoriales Linux</title>
	<link>https://tutorialeslinux.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Crear un rotado de logs con systemd y logrotate</title>
		<link>https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/</link>
					<comments>https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Wed, 21 Aug 2019 14:37:52 +0000</pubDate>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Correo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Otros]]></category>
		<category><![CDATA[rotado log rotate logrotate systemd systemctl service timer logs rotate start gzip compress rotacion]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=524</guid>

					<description><![CDATA[<p>En esta entrada voy a explicar como hacer un rotado de logs sencillo mediante logrotate y systemd, generaremos un servicio que se lanzará con systemctl en el cual estableceremos la configuración del rotado y su periodicidad. Lo primero, crearemos un fichero .config en /etc/systemd/system con el nombre de nuestro rotado:<a class="moretag" href="https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/"> Leer más&#8230;</a></p>
The post <a href="https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/">Crear un rotado de logs con systemd y logrotate</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/crear-un-rotado-de-logs-con-systemd-y-logrotate/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Logar cabeceras en Postfix como Relay</title>
		<link>https://tutorialeslinux.com/linux/logar-cabeceras-en-postfix-como-relay/</link>
					<comments>https://tutorialeslinux.com/linux/logar-cabeceras-en-postfix-como-relay/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 14 Jun 2019 11:39:15 +0000</pubDate>
				<category><![CDATA[Correo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[postfix mail correo headers cabeceras check subject from to where mailing relay relaying]]></category>
		<guid isPermaLink="false">https://tutorialeslinux.com/?p=512</guid>

					<description><![CDATA[<p>Recientemente he tenido un caso de un cliente que tenía dos servidores funcionando como Relay de correo con Postfix y quería obtener cabeceras en los logs de los correos que se enviaban desde el Relay. Activar este logado es muy sencillo y procedo a explicar como. Para ello, primeramente editamos<a class="moretag" href="https://tutorialeslinux.com/linux/logar-cabeceras-en-postfix-como-relay/"> Leer más&#8230;</a></p>
The post <a href="https://tutorialeslinux.com/linux/logar-cabeceras-en-postfix-como-relay/">Logar cabeceras en Postfix como Relay</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/logar-cabeceras-en-postfix-como-relay/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Bloquear adjuntos en correos con Postfix</title>
		<link>https://tutorialeslinux.com/linux/bloquear-adjuntos-en-correos-con-postfix/</link>
					<comments>https://tutorialeslinux.com/linux/bloquear-adjuntos-en-correos-con-postfix/#respond</comments>
		
		<dc:creator><![CDATA[Daniel]]></dc:creator>
		<pubDate>Fri, 07 Jul 2017 08:20:34 +0000</pubDate>
				<category><![CDATA[Correo]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Paneles]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[bloquear adjuntos postfix extensions docx exe bat correo]]></category>
		<guid isPermaLink="false">http://tutorialeslinux.com/?p=106</guid>

					<description><![CDATA[<p>En una ocasión un cliente estaba recibiendo excesivo SPAM en sus cuentas de correo, el filtro Anti-SPAM hacía todo el trabajo posible, pero no era suficiente pues aún así algún correo que otro se escapaba, y hoy en día, con los Ransomware al acecho, el peligro al abrir por error<a class="moretag" href="https://tutorialeslinux.com/linux/bloquear-adjuntos-en-correos-con-postfix/"> Leer más&#8230;</a></p>
The post <a href="https://tutorialeslinux.com/linux/bloquear-adjuntos-en-correos-con-postfix/">Bloquear adjuntos en correos con Postfix</a> first appeared on <a href="https://tutorialeslinux.com">Tutoriales Linux</a>.]]></description>
		
					<wfw:commentRss>https://tutorialeslinux.com/linux/bloquear-adjuntos-en-correos-con-postfix/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
