<?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: sendmail  / temp files in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909479#M106934</link>
    <description>Interesting - the comments in my sendmail.cf file say that the message will be truncated.  Rejection sounds better!  No point in truncating an attachment :)&lt;BR /&gt;&lt;BR /&gt;I'll test it anyway to see which it does.&lt;BR /&gt;</description>
    <pubDate>Mon, 24 Feb 2003 16:26:28 GMT</pubDate>
    <dc:creator>Fred Martin_1</dc:creator>
    <dc:date>2003-02-24T16:26:28Z</dc:date>
    <item>
      <title>sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909458#M106913</link>
      <description>In user's home directories, mail files sometimes appear, named after the user, owned by the user - group mail.  For example:&lt;BR /&gt;&lt;BR /&gt;fred.23123&lt;BR /&gt;fred.1123&lt;BR /&gt;&lt;BR /&gt;They look like copies of the user's /var/mail file.&lt;BR /&gt;&lt;BR /&gt;Can someone explain what these files are, and how they get to be left behind?&lt;BR /&gt;&lt;BR /&gt;Also if there is information about the files in the O'Reily Sendmail book, give me a chapter or page number....&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 16:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909458#M106913</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T16:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909459#M106914</link>
      <description>Ok this is becoming a crisis, these files are filling up /home as fast as I can move them out to a temp area.&lt;BR /&gt;&lt;BR /&gt;I can't keep home at less than 100%&lt;BR /&gt;&lt;BR /&gt;What is causing this?&lt;BR /&gt;&lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 18:14:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909459#M106914</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T18:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909460#M106915</link>
      <description>Hi Fred,&lt;BR /&gt;As far as I know there is not anything in sendmail its sef that would put the files in the home dir of the user. There is an option in the sendmail.cf that specifies where the files go but if the orginal files are still in /var/mail and they are only copies in /home/fred then I would think that it is some kind of script that is putting them there.&lt;BR /&gt;&lt;BR /&gt;check cron&lt;BR /&gt;crontab -l&lt;BR /&gt;&lt;BR /&gt;also do a &lt;BR /&gt;ps -ef|grep cp&lt;BR /&gt;ps-ef|grep fred&lt;BR /&gt;&lt;BR /&gt;do an ll on the files and see if the time they were created has anything to do with the extention. It could be a date/time stamp.&lt;BR /&gt;&lt;BR /&gt;Richard&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 18:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909460#M106915</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2003-02-20T18:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909461#M106916</link>
      <description>Fred,&lt;BR /&gt;&lt;BR /&gt;Are you running a "plug-in" like procmail?  If so, ensure that /*#define MAILSPOOLHOME "/.mail" /* is not uncommented in the authenticate.c file.  If it was compiled with this option enabled, it is spooling mail to /home/username as well as /var/mail.  This is called home directory mail spooling.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;RZ&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 18:26:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909461#M106916</guid>
      <dc:creator>Ross Zubritski</dc:creator>
      <dc:date>2003-02-20T18:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909462#M106917</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;Run&lt;BR /&gt;ps -ef | grep mail&lt;BR /&gt;See if someone or cron is running mail -f &amp;amp; specifying a non-default mail file.&lt;BR /&gt;&lt;BR /&gt;Also users can define an alternate $HOME/mbox for saved mail. Users might be auto-reading their mail &amp;amp; saving it to this "mbox" in their home dir.&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 20 Feb 2003 18:27:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909462#M106917</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-02-20T18:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909463#M106918</link>
      <description>Also check is user "fred" has a .forward file that does this. Just another possibility that I can think of.</description>
      <pubDate>Thu, 20 Feb 2003 18:37:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909463#M106918</guid>
      <dc:creator>S.K. Chan</dc:creator>
      <dc:date>2003-02-20T18:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909464#M106919</link>
      <description>What is the mail reader being used?</description>
      <pubDate>Thu, 20 Feb 2003 18:44:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909464#M106919</guid>
      <dc:creator>Mark Landin</dc:creator>
      <dc:date>2003-02-20T18:44:34Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909465#M106920</link>
      <description>OK there is a process:&lt;BR /&gt;&lt;BR /&gt;root 22532 22517  0 13:48:11 ? 0:00 sendmail: NAA22532 host-63-149-24-82.norco-usa.com [63.149.24.8&lt;BR /&gt;&lt;BR /&gt;Never seen anything like that before.&lt;BR /&gt;              &lt;BR /&gt;Fred&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 18:50:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909465#M106920</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T18:50:17Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909466#M106921</link>
      <description>I don't have any unix savvy users, all that log in go directly into a database package.  Pine is used by all unix users.  Eudora from PCs.&lt;BR /&gt;&lt;BR /&gt;I really think this is a sendmail breach of some sort; if you've seen my other sendmail threads in this area of the forum you'll know I've been having problems with huge amounts of spam, etc. the last few weeks.  I just yesterday started locking down some sendmail settings (denying expn and vrfy for example).&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 18:56:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909466#M106921</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T18:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909467#M106922</link>
      <description>Ok jumped the gun on that sendmail process, that was a normal incoming sendmail logon for delivery of mail.&lt;BR /&gt;&lt;BR /&gt;There is no sendmail process running continuously except for the one sendmail service that I start at boot time.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 18:58:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909467#M106922</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T18:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909468#M106923</link>
      <description>I'm pretty sure those home directory files are being created by sendmail.  The group ownership is 'mail'&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 19:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909468#M106923</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T19:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909469#M106924</link>
      <description>hi&lt;BR /&gt;What do you see in /var/adm/syslog/mail.log if you grep for the ip&lt;BR /&gt;63.149.24.82 or usa.com?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Richard</description>
      <pubDate>Thu, 20 Feb 2003 19:08:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909469#M106924</guid>
      <dc:creator>someone_4</dc:creator>
      <dc:date>2003-02-20T19:08:17Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909470#M106925</link>
      <description>Its good that you locked down sendmail functions.&lt;BR /&gt;&lt;BR /&gt;If a user got a dollar prompt, and typed elm, a .mail directory would be created and what looks like a subset of the mail file will be downloaded.&lt;BR /&gt;&lt;BR /&gt;Do your users have dollar prompt access or the ability to break out of some process?&lt;BR /&gt;&lt;BR /&gt;If they can telnet, they can create the conditions you report.  If there is no need for telnet access, why do they have it?&lt;BR /&gt;&lt;BR /&gt;You can replace it with secure shell for authorized users.&lt;BR /&gt;&lt;BR /&gt;Off the top of my head, I have the following enhancement suggestions.&lt;BR /&gt;&lt;BR /&gt;Secure shell(link here, cookbook attached).&lt;BR /&gt;&lt;A href="https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&amp;amp;date=" target="_blank"&gt;https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=T1471AA&amp;amp;date=&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;A security hardening tool, Bastille that will do some of what you are trying to do.&lt;BR /&gt;&lt;A href="https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6849AA&amp;amp;date=" target="_blank"&gt;https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6849AA&amp;amp;date=&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Security Patch Check&lt;BR /&gt;&lt;A href="https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6834AA&amp;amp;date=" target="_blank"&gt;https://payment.ecommerce.hp.com/cgi-bin/swdepot_parser.cgi/cgi/try.pl?productNumber=B6834AA&amp;amp;date=&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 20 Feb 2003 19:12:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909470#M106925</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-02-20T19:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909471#M106926</link>
      <description>No one has access to a unix shell except two admins.  Everyone that telnets in, gets launched into a database directly; no trap door available to the OS.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 19:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909471#M106926</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T19:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909472#M106927</link>
      <description>Things seemed to calm down on their own; disk space stopped growing in /home.&lt;BR /&gt;&lt;BR /&gt;I don't really have any evidence but I'm guessing that something filled up /var, which forced sendmail to deliver mail to /home/user instead of /var/mail/user.  Or something like that.&lt;BR /&gt;&lt;BR /&gt;Everything went away before I could figure it out unfortunately.&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 20:09:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909472#M106927</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T20:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909473#M106928</link>
      <description>Finally figured this thing out.&lt;BR /&gt;&lt;BR /&gt;It was a disk space issue after all!&lt;BR /&gt;&lt;BR /&gt;Someone emailed out a word document containing graphics and objects.  Size was 44 MB.&lt;BR /&gt;&lt;BR /&gt;They Cc'd it to several people -locally- as well.&lt;BR /&gt;&lt;BR /&gt;The receiving server rejected it due to size and -bounced-it-back- with the attachment.&lt;BR /&gt;&lt;BR /&gt;User -tried-again- to send it due to rejection, and Cc'd it -again-, it -bounced-back-again- .......&lt;BR /&gt;&lt;BR /&gt;Well when all was said and done, there where many many copies of this file on our server, /var/mail was full, then /home got full (I was right, sendmail was delivering to temp files in user's homes after /var got full).&lt;BR /&gt;&lt;BR /&gt;Just shoot me now.&lt;BR /&gt;fred&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Feb 2003 21:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909473#M106928</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-20T21:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909474#M106929</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;NO, in this case, it's shoot the USER!&lt;BR /&gt;I do believe it's time for a little end-user *education* - if you know what I mean?&lt;BR /&gt;&lt;BR /&gt;Explain to this user that the next time they bring the server to it's knees, you'll be glad to immediately let ALL other users know what happened &amp;amp; WHO did it.&lt;BR /&gt;&lt;BR /&gt;A little well applied peer pressure never hurts ;~)&lt;BR /&gt;&lt;BR /&gt;Rgds,&lt;BR /&gt;Jeff</description>
      <pubDate>Thu, 20 Feb 2003 22:23:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909474#M106929</guid>
      <dc:creator>Jeff Schussele</dc:creator>
      <dc:date>2003-02-20T22:23:07Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909475#M106930</link>
      <description>No reason to shoot anyone.  Set the "O MaxMessageSize=" line in sendmail.cf to some reasonable size.  Many sites limit it to 2-5Mb.&lt;BR /&gt;&lt;BR /&gt;If you don't set this for the server handling inbound mail from outside, you're a sitting duck for a DOS attack from outside regardless of who you shoot.</description>
      <pubDate>Fri, 21 Feb 2003 17:43:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909475#M106930</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2003-02-21T17:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909476#M106931</link>
      <description>From the description in the .cf file, the limit setting only affects inbound mail to the server 'from a remote system'.&lt;BR /&gt;&lt;BR /&gt;I'm assuming that means all remote systems, even though they're on my network - for example a PC that pops in to this HP-UX sendmail server.  If a PC user sends an email to another local user it will be sent to this server, and I assume would truncate an over-sized email.&lt;BR /&gt;&lt;BR /&gt;Does that sound right?&lt;BR /&gt;</description>
      <pubDate>Mon, 24 Feb 2003 15:49:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909476#M106931</guid>
      <dc:creator>Fred Martin_1</dc:creator>
      <dc:date>2003-02-24T15:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: sendmail  / temp files</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909477#M106932</link>
      <description>Hi Fred,&lt;BR /&gt;&lt;BR /&gt;It won't truncate, it will reject the message.&lt;BR /&gt;&lt;BR /&gt;Local users to other local users - it all depends if this server acts as a hub for your company.  If both users are on the same server, chances are the message won't touch your "mail server", but will be delivered locally.&lt;BR /&gt;&lt;BR /&gt;rgds, Robin</description>
      <pubDate>Mon, 24 Feb 2003 16:03:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/sendmail-temp-files/m-p/2909477#M106932</guid>
      <dc:creator>Robin Wakefield</dc:creator>
      <dc:date>2003-02-24T16:03:56Z</dc:date>
    </item>
  </channel>
</rss>

