<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linux POP Utility in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819453#M2666</link>
    <description>Hi Johan,&lt;BR /&gt;&lt;BR /&gt;i use sendmail + cyrus-imapd and it works perfectly. you can use SASLDB authentification method: the username/passwd are stored in a different database (more secure than /etc/passwd).&lt;BR /&gt;&lt;BR /&gt;cyrus-imapd home page: &lt;A href="http://asg.web.cmu.edu/cyrus/imapd/" target="_blank"&gt;http://asg.web.cmu.edu/cyrus/imapd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;my sendmail config.mc file:&lt;BR /&gt;&lt;BR /&gt;include(../m4/cf.m4)dnl&lt;BR /&gt;OSTYPE(linux)dnl&lt;BR /&gt;define(`confTRUSTED_USER', `cyrus')dnl&lt;BR /&gt;DOMAIN(generic)dnl&lt;BR /&gt;undefine(`UUCP_RELAY')dnl&lt;BR /&gt;undefine(`BITNET_RELAY')dnl&lt;BR /&gt;FEATURE(always_add_domain)dnl&lt;BR /&gt;FEATURE(local_procmail)dnl&lt;BR /&gt;MASQUERADE_AS(yourdomain.com)dnl&lt;BR /&gt;MASQUERADE_DOMAIN(hostname.yourdomain.com)dnl&lt;BR /&gt;GENERICS_DOMAIN(hostname.yourdomain.com)dnl&lt;BR /&gt;FEATURE(genericstable)dnl&lt;BR /&gt;FEATURE(masquerade_envelope)dnl&lt;BR /&gt;define(`SMART_HOST', `smtp:[mail.yourdomain.com]')dnl&lt;BR /&gt;define(`confSMTP_MAILER', `smtp8')dnl&lt;BR /&gt;define(`confDEF_CHAR_SET', `ISO-8859-1')dnl&lt;BR /&gt;define(`confCOPY_ERRORS_TO', `Postmaster')dnl&lt;BR /&gt;define(`SMTP_MAILER_FLAGS', `e9')dnl&lt;BR /&gt;define(`CYRUS_MAILER_FLAGS', `SA5@')dnl&lt;BR /&gt;define(`CYRUS_BB_MAILER_FLAGS', `S')dnl&lt;BR /&gt;define(`confLOCAL_MAILER',`cyrus')dnl&lt;BR /&gt;MAILER(local)dnl&lt;BR /&gt;MAILER(cyrus)dnl&lt;BR /&gt;MAILER(smtp)dnl&lt;BR /&gt;&lt;BR /&gt;LOCAL_RULE_0&lt;BR /&gt;R$=N                    $: $#local $: $1&lt;BR /&gt;R$=N &amp;lt; @ $=w . &amp;gt;        $: $#local $: $1&lt;BR /&gt;Rbb + $+ &amp;lt; @ $=w . &amp;gt;    $#cyrusbb $: $1&lt;BR /&gt;&lt;BR /&gt;Put your local user in the file  /etc/mail/sendmail.cN.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Nicolas</description>
    <pubDate>Fri, 11 Oct 2002 14:16:16 GMT</pubDate>
    <dc:creator>Nicolas Portais</dc:creator>
    <dc:date>2002-10-11T14:16:16Z</dc:date>
    <item>
      <title>Linux POP Utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819449#M2662</link>
      <description>I have read through several of sendmail and pop related questions in the FAQ but was not able to find the answer to my question.  I'm trying to replace my Exchange server with a Linux box.  My exchange server is currently popping out and collecting e-mail from one account with multiple aliases and distributing it accordingly as part of the IMC.  Is there a utility that will pop out and collect mail from a POP server and place it in various inboxes on a linux box?  I suspect procmail may come into play.  Thanks in advance.</description>
      <pubDate>Fri, 04 Oct 2002 19:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819449#M2662</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2002-10-04T19:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Linux POP Utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819450#M2663</link>
      <description>it looks like fetchmail is the answer...</description>
      <pubDate>Fri, 04 Oct 2002 19:36:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819450#M2663</guid>
      <dc:creator>Johan Nielsen</dc:creator>
      <dc:date>2002-10-04T19:36:38Z</dc:date>
    </item>
    <item>
      <title>Re: Linux POP Utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819451#M2664</link>
      <description>Hi Johan,&lt;BR /&gt;&lt;BR /&gt;Fetchmail may work for this, but be sure to read this part of the man page:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.tuxedo.org/~esr/fetchmail/fetchmail-man.html#25" target="_blank"&gt;http://www.tuxedo.org/~esr/fetchmail/fetchmail-man.html#25&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Tony</description>
      <pubDate>Fri, 04 Oct 2002 19:54:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819451#M2664</guid>
      <dc:creator>Tony Contratto</dc:creator>
      <dc:date>2002-10-04T19:54:33Z</dc:date>
    </item>
    <item>
      <title>Re: Linux POP Utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819452#M2665</link>
      <description>I endorse the fetchmail recommendations above for fetching mail from an external POP account. I've just been through the whole mail process and can recommend &lt;A href="http://www.qmail.org" target="_blank"&gt;www.qmail.org&lt;/A&gt; (and associated packages) for the local POP/SMTP/IMAP functions. You'll need this if you have ex-Exchange users who aren't local users on your Linux box.</description>
      <pubDate>Mon, 07 Oct 2002 08:16:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819452#M2665</guid>
      <dc:creator>Tim Clarke</dc:creator>
      <dc:date>2002-10-07T08:16:50Z</dc:date>
    </item>
    <item>
      <title>Re: Linux POP Utility</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819453#M2666</link>
      <description>Hi Johan,&lt;BR /&gt;&lt;BR /&gt;i use sendmail + cyrus-imapd and it works perfectly. you can use SASLDB authentification method: the username/passwd are stored in a different database (more secure than /etc/passwd).&lt;BR /&gt;&lt;BR /&gt;cyrus-imapd home page: &lt;A href="http://asg.web.cmu.edu/cyrus/imapd/" target="_blank"&gt;http://asg.web.cmu.edu/cyrus/imapd/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;my sendmail config.mc file:&lt;BR /&gt;&lt;BR /&gt;include(../m4/cf.m4)dnl&lt;BR /&gt;OSTYPE(linux)dnl&lt;BR /&gt;define(`confTRUSTED_USER', `cyrus')dnl&lt;BR /&gt;DOMAIN(generic)dnl&lt;BR /&gt;undefine(`UUCP_RELAY')dnl&lt;BR /&gt;undefine(`BITNET_RELAY')dnl&lt;BR /&gt;FEATURE(always_add_domain)dnl&lt;BR /&gt;FEATURE(local_procmail)dnl&lt;BR /&gt;MASQUERADE_AS(yourdomain.com)dnl&lt;BR /&gt;MASQUERADE_DOMAIN(hostname.yourdomain.com)dnl&lt;BR /&gt;GENERICS_DOMAIN(hostname.yourdomain.com)dnl&lt;BR /&gt;FEATURE(genericstable)dnl&lt;BR /&gt;FEATURE(masquerade_envelope)dnl&lt;BR /&gt;define(`SMART_HOST', `smtp:[mail.yourdomain.com]')dnl&lt;BR /&gt;define(`confSMTP_MAILER', `smtp8')dnl&lt;BR /&gt;define(`confDEF_CHAR_SET', `ISO-8859-1')dnl&lt;BR /&gt;define(`confCOPY_ERRORS_TO', `Postmaster')dnl&lt;BR /&gt;define(`SMTP_MAILER_FLAGS', `e9')dnl&lt;BR /&gt;define(`CYRUS_MAILER_FLAGS', `SA5@')dnl&lt;BR /&gt;define(`CYRUS_BB_MAILER_FLAGS', `S')dnl&lt;BR /&gt;define(`confLOCAL_MAILER',`cyrus')dnl&lt;BR /&gt;MAILER(local)dnl&lt;BR /&gt;MAILER(cyrus)dnl&lt;BR /&gt;MAILER(smtp)dnl&lt;BR /&gt;&lt;BR /&gt;LOCAL_RULE_0&lt;BR /&gt;R$=N                    $: $#local $: $1&lt;BR /&gt;R$=N &amp;lt; @ $=w . &amp;gt;        $: $#local $: $1&lt;BR /&gt;Rbb + $+ &amp;lt; @ $=w . &amp;gt;    $#cyrusbb $: $1&lt;BR /&gt;&lt;BR /&gt;Put your local user in the file  /etc/mail/sendmail.cN.&lt;BR /&gt;&lt;BR /&gt;--&lt;BR /&gt;Nicolas</description>
      <pubDate>Fri, 11 Oct 2002 14:16:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-pop-utility/m-p/2819453#M2666</guid>
      <dc:creator>Nicolas Portais</dc:creator>
      <dc:date>2002-10-11T14:16:16Z</dc:date>
    </item>
  </channel>
</rss>

