<?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 script for mail IDs in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767860#M260699</link>
    <description>dear all,&lt;BR /&gt;&lt;BR /&gt;We have around 1500 mail user with more 100 MB size. Right now we want around 1000 users which have 50 MB to reduce to 25 MB. what would be the  script which can do for all the 1000 users&lt;BR /&gt;&lt;BR /&gt;thanks in adv.&lt;BR /&gt;regards&lt;BR /&gt;wish</description>
    <pubDate>Fri, 07 Apr 2006 05:58:38 GMT</pubDate>
    <dc:creator>wish_1</dc:creator>
    <dc:date>2006-04-07T05:58:38Z</dc:date>
    <item>
      <title>script for mail IDs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767860#M260699</link>
      <description>dear all,&lt;BR /&gt;&lt;BR /&gt;We have around 1500 mail user with more 100 MB size. Right now we want around 1000 users which have 50 MB to reduce to 25 MB. what would be the  script which can do for all the 1000 users&lt;BR /&gt;&lt;BR /&gt;thanks in adv.&lt;BR /&gt;regards&lt;BR /&gt;wish</description>
      <pubDate>Fri, 07 Apr 2006 05:58:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767860#M260699</guid>
      <dc:creator>wish_1</dc:creator>
      <dc:date>2006-04-07T05:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: script for mail IDs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767861#M260700</link>
      <description>Wish,&lt;BR /&gt;could you please clarify:&lt;BR /&gt;1. What is 100Mb size?&lt;BR /&gt;2. What do you want to reduce from 50 to 25 for these 100 users?&lt;BR /&gt;&lt;BR /&gt;Are you talking about individuals mail boxes in /var/mail?</description>
      <pubDate>Fri, 07 Apr 2006 06:18:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767861#M260700</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-07T06:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: script for mail IDs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767862#M260701</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;# find /var/mail -xdev -type f -size +25000000c&lt;BR /&gt;&lt;BR /&gt;This will find (and list) all mail boxes whose size exceeds 25MB (well, properly, we should use 25*1024*1024).&lt;BR /&gt;&lt;BR /&gt;See the manpages for 'find' for a detailed explanation.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Fri, 07 Apr 2006 06:33:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767862#M260701</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2006-04-07T06:33:59Z</dc:date>
    </item>
    <item>
      <title>Re: script for mail IDs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767863#M260702</link>
      <description>dear all,&lt;BR /&gt;&lt;BR /&gt;the mailbox size is 100MB, i want to reduce these to 25 MB, i want to know how to run the script and what would be the script&lt;BR /&gt;&lt;BR /&gt;i have already found these (find /var/mail -xdev -type f -size +25000000c)&lt;BR /&gt;&lt;BR /&gt;thanks you for reply&lt;BR /&gt;regards</description>
      <pubDate>Fri, 07 Apr 2006 06:57:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767863#M260702</guid>
      <dc:creator>wish_1</dc:creator>
      <dc:date>2006-04-07T06:57:55Z</dc:date>
    </item>
    <item>
      <title>Re: script for mail IDs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767864#M260703</link>
      <description>wish,&lt;BR /&gt;I don't think there is a clean solution.&lt;BR /&gt;You could just split each users mail file into 25Mb sizes (split -b) and remove all but the last split file. But this may mean the user can not use the mail file, as it would be in wrong format.&lt;BR /&gt;If you for example lose the From line the mail is not shown.&lt;BR /&gt;&lt;BR /&gt;Best way may be to ask the users to read their mail!</description>
      <pubDate>Fri, 07 Apr 2006 07:27:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767864#M260703</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-07T07:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: script for mail IDs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767865#M260704</link>
      <description>Wish,&lt;BR /&gt;sorry to follow-up mail, but I became interested in this problem.&lt;BR /&gt;&lt;BR /&gt;Doing a search did bring up a possible solution, not based on filesize but date !&lt;BR /&gt;&lt;A href="http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=958047" target="_blank"&gt;http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=958047&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;No doubt somebody is going to come up with a context sensitive cut perl program.</description>
      <pubDate>Fri, 07 Apr 2006 07:42:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767865#M260704</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-07T07:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: script for mail IDs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767866#M260705</link>
      <description>Wish,&lt;BR /&gt;any update on this? Have you tried out any of the solutions?</description>
      <pubDate>Tue, 11 Apr 2006 04:23:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767866#M260705</guid>
      <dc:creator>Peter Godron</dc:creator>
      <dc:date>2006-04-11T04:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: script for mail IDs</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767867#M260706</link>
      <description>Dear  Peter Godron&lt;BR /&gt;&lt;BR /&gt;We have to do it mannual only&lt;BR /&gt;&lt;BR /&gt;Thanks and Regards&lt;BR /&gt;Wish</description>
      <pubDate>Thu, 03 Aug 2006 02:24:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/script-for-mail-ids/m-p/3767867#M260706</guid>
      <dc:creator>wish_1</dc:creator>
      <dc:date>2006-08-03T02:24:50Z</dc:date>
    </item>
  </channel>
</rss>

