Need a little cgi (sendmail) help...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • InsaneMidget
    Confirmed User
    • May 2002
    • 3767

    #1

    Need a little cgi (sendmail) help...

    Is there a little script I can download somewhere that will tell me the path to sendmail? My server uses ensim software and can't get used to it. I need to know the path to send mail, please help, thanks!


    btw, I don't believe it's the normal path....
    Last edited by InsaneMidget; 07-06-2002, 09:50 PM.
  • Sly_RJ
    Live Hard - Die Hard
    • Feb 2002
    • 17042

    #2
    I'm sure there's a command for the telnet prompt, but it escapes me right now. Check the support pages for your host, it should say there.

    Standard is something like:
    /bin/usr/local/sendmail

    Fuck it's been so long since I've used it, don't remember.
    PHAT SERVERS - Quality dedicated hosting at a quality price!
    sly AT phatservers DOT com - 147479144

    Comment

    • InsaneMidget
      Confirmed User
      • May 2002
      • 3767

      #3
      Originally posted by Sly_RJ
      I'm sure there's a command for the telnet prompt, but it escapes me right now. Check the support pages for your host, it should say there.

      Standard is something like:
      /bin/usr/local/sendmail

      Fuck it's been so long since I've used it, don't remember.
      Thanks man, I tried that path again and nothing. Also, the help files are shit from host, they only talk about it being there, not where it is or any techical details about it. Thanks though.

      Anyone got a solution? Thanks

      Comment

      • Dreamman010
        Confirmed User
        • Jan 2002
        • 1081

        #4
        On Ensim/RH server it should be in /usr/lib/sendmail

        I really suggest you to read more about the "locate" command by typing "man locate" from your command prompt. A very useful utility for finding files on your system.
        <a href="http://www2.famoushost.com/home.php" target="_blank"><b><FONT COLOR="FFFF00">www.FamousHost.com</font></b></a><br>Free Hosting With No Headers, Real FTP, <u>Get listed on the biggest TGP's with us!</u>

        Comment

        • ztik
          Confirmed User
          • Aug 2001
          • 5196

          #5
          this will do the trick www.ztikmedia.com/perldiver.zip
          .

          Comment

          • toddler
            Confirmed User
            • Jun 2002
            • 1911

            #6
            christ people


            which sendmail will tell you if its in your path

            whereis sendmail will poke around a bit more, sometimes a link to locate or slocate

            to answer the question, need to know
            the OS, but assume /usr/lib/sendmail

            t
            http://www.flickr.com/photos/zoddler/

            Comment

            • toddler
              Confirmed User
              • Jun 2002
              • 1911

              #7
              grr, thats solaris...

              admin admin]$ which sendmail
              /usr/bin/which: no sendmail in (/usr/local/bin:/bin:/usr/bin:/usr/local/bin)
              [admin admin]$ whereis !$
              whereis sendmail
              sendmail: /usr/sbin/sendmail /usr/man/man8/sendmail.8
              [admin admin]$

              [admin admin]$ uname -a
              Linux 2.2.14C11 #2 Wed Jun 28 00:55:51 PDT 2000 i586 unknown

              [toddler@darphbobo ~]$ which sendmail
              /usr/sbin/sendmail

              i don't have a freebsd box handy to check, but you get the point;)

              t
              http://www.flickr.com/photos/zoddler/

              Comment

              • RK
                Confirmed User
                • Aug 2001
                • 868

                #8
                I'm going to guess that you have a rackshack server (ensim and no support).
                Sendmail is at:
                /usr/sbin/sendmail and /usr/lib/sendmail
                Does anyone look down here?

                Comment

                Working...