<?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: regarding fethcing mails in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863906#M44913</link>
    <description>closing thread</description>
    <pubDate>Fri, 25 Feb 2005 06:12:21 GMT</pubDate>
    <dc:creator>kcpant</dc:creator>
    <dc:date>2005-02-25T06:12:21Z</dc:date>
    <item>
      <title>regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863898#M44905</link>
      <description>Hi all,&lt;BR /&gt;&lt;BR /&gt;Now, I 'm posting a new question in my favourite forum, you all please suggest whatever is best against it:&lt;BR /&gt;&lt;BR /&gt;Is using fetchmail for a 60-80 users is proper solution, or should I plan to try something else? to be fair, for MTA and mail scanning etc., I know so many options ( like sendmail , postfix, qmail ..and mailscanner,spamassain, clamav, mcafee etc etc..), but for fetching mails from my mail ISP, I only used to use fetchmail till now.but the projects handeled till date are of small (10-15) user base.&lt;BR /&gt;&lt;BR /&gt;Please put your valuable suggestions to guide me in this context ( steven..!)&lt;BR /&gt;&lt;BR /&gt;regards,</description>
      <pubDate>Tue, 05 Oct 2004 06:14:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863898#M44905</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2004-10-05T06:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863899#M44906</link>
      <description>sendmail/postfix will work pretty well.&lt;BR /&gt;&lt;BR /&gt;spamassassin will intergraet pretty well with that setup.&lt;BR /&gt;&lt;BR /&gt;That backend setup is standard with Linux and will work with almost any email client, including Microsoft's exchange client.&lt;BR /&gt;&lt;BR /&gt;Your current setup will scale pretty nicely.&lt;BR /&gt;&lt;BR /&gt;You can add in web based email with &lt;A href="http://www.squirrelmail.org" target="_blank"&gt;http://www.squirrelmail.org&lt;/A&gt; as well.&lt;BR /&gt;&lt;BR /&gt;So you can keep going with your current setup without difficulty.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 05 Oct 2004 11:17:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863899#M44906</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2004-10-05T11:17:58Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863900#M44907</link>
      <description>hi steven,&lt;BR /&gt;&lt;BR /&gt;thanks for supporting me...But I want to know one more thing, as fetchmail retrieves mails for users one by one as defined in the fetchmailrc script, if I have a 60-80 users base, the turn cycle for a user will come after a long time ( say, if average mails to a user are about 5, and average time to fetch them is about 1 minute, then the next turn for one user will come after 60 minutes, and that's obviously not accepteable!).So, how you would tackle this kind of situation?....or, is it better to run each users fetchmailrc separately than having a common fetchmailrc run by root?..&lt;BR /&gt;&lt;BR /&gt;thanks &amp;amp; regards...</description>
      <pubDate>Wed, 06 Oct 2004 01:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863900#M44907</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2004-10-06T01:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863901#M44908</link>
      <description>For this many users, I'd serious consider either being a primary MX target for a domain/subdomain, or having your ISP smtp-relay for you.&lt;BR /&gt;&lt;BR /&gt;The idea is to have your Linux box actually receive all the mail for your users instead of your ISP putting them in mail boxes for you to fetch.&lt;BR /&gt;&lt;BR /&gt;Depending on the situation, this might ormight not be of use to you however.  If you have no intention of configuring/running a more permenant mail server, then 'fetchmail' is probably your best bet.&lt;BR /&gt;&lt;BR /&gt;Personally however, I've never used it.  I've always primary MX'd my own domains.</description>
      <pubDate>Wed, 06 Oct 2004 01:28:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863901#M44908</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2004-10-06T01:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863902#M44909</link>
      <description>hi,&lt;BR /&gt;&lt;BR /&gt;about three years ago i had one dial-up connection to send and retrieve e-mail. i used sendmail and a little script within cron to tell sendmail every hour to connect my isp (they did smtp-relaying for my company) to check for new mail and deliver my mails to the world. i'm not sure about the command to tell sendmail to connect, but i think it was simply sendmail -q er so.&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Wed, 06 Oct 2004 06:04:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863902#M44909</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-10-06T06:04:02Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863903#M44910</link>
      <description>ps: i have to look for my sendmail.m4 conf file at home to tell you my hole configuration because i have configured sendmail to do nothing automatic so the clients could retrieve mail from my server via pop3 and deliver mails via smtp to my server. and every full hour my cron starts sendmail -q or something like that to start sendmail doing his work.&lt;BR /&gt;&lt;BR /&gt;johannes</description>
      <pubDate>Wed, 06 Oct 2004 06:09:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863903#M44910</guid>
      <dc:creator>Johannes Krackowizer_1</dc:creator>
      <dc:date>2004-10-06T06:09:39Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863904#M44911</link>
      <description>Hi kcpant,&lt;BR /&gt;what kind of connection have you?&lt;BR /&gt;&lt;BR /&gt;If you have no bandwidth problem you can think seriously about to put a fetchmail in each user account.&lt;BR /&gt;&lt;BR /&gt;The other possibility is to configure each mail client directly, you have less control but no delay in fetching mail.&lt;BR /&gt;&lt;BR /&gt;Frank.</description>
      <pubDate>Fri, 08 Oct 2004 01:21:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863904#M44911</guid>
      <dc:creator>Francisco J. Soler</dc:creator>
      <dc:date>2004-10-08T01:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863905#M44912</link>
      <description>i think if u create only &lt;BR /&gt;~/.fetchmailrc&lt;BR /&gt;&lt;BR /&gt;with all information, it will..you dont have to go to each use accoutn and copy/modify the details&lt;BR /&gt;&lt;BR /&gt;have a look at fetchmail faq&lt;BR /&gt;&lt;A href="http://www.linux-faqs.com/faq/fetchmail/" target="_blank"&gt;http://www.linux-faqs.com/faq/fetchmail/&lt;/A&gt;</description>
      <pubDate>Tue, 26 Oct 2004 19:06:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863905#M44912</guid>
      <dc:creator>Peeyush</dc:creator>
      <dc:date>2004-10-26T19:06:35Z</dc:date>
    </item>
    <item>
      <title>Re: regarding fethcing mails</title>
      <link>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863906#M44913</link>
      <description>closing thread</description>
      <pubDate>Fri, 25 Feb 2005 06:12:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/regarding-fethcing-mails/m-p/4863906#M44913</guid>
      <dc:creator>kcpant</dc:creator>
      <dc:date>2005-02-25T06:12:21Z</dc:date>
    </item>
  </channel>
</rss>

