email alias to a program?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • baumer1122
    Junior Member
    • Apr 2004
    • 19

    #1

    email alias to a program?

    I am setting up Dada mail and want to use the group mail function. Can we do that? If so how?
    from the dada mail site: http://mojo.skazat.com/support/docum...a_send.pl.html
    Before you go right into all of this, it might be a good idea to ask your system administrator if this is actually possible. You need to ask them if you are able to set up email addresses that alias to a file. You may not be able to. If you're server is using Sendmail, which is a very popular Mail User Agent, be aware that Sendmail can be configured to disallow mail aliasing to a program.
    Last edited by baumer1122; 04-01-2005, 11:10 AM.
  • Elite
    Senior Member
    • Apr 2004
    • 168

    #2
    i take it we're talking piping the email?

    I haven't tried this but this should work:

    Set up an email forwarder to:

    |/path/to/script/

    (e.g |/home/USERNAME/publc_html/) - of course changing USERNAME to your account user name

    See: http://www.cpanelfaq.com/003001/7.html

    HTH

    Nick

    Comment

    • -Oz-
      Senior Member
      • Mar 2004
      • 545

      #3
      This may help:
      I'm trying to kick off a php script when an email is sent to one of my email addresses. I read in an earlier script that I can set up an email alias and pipe it to a php script. I need to know what path I should use in my forward to my php script. If I put my php script in the public_html folder, should I forward an email to
      Dan Blomberg

      Comment

      • sdjl
        Senior Member
        • Mar 2004
        • 502

        #4
        Just a note on the above URL, i'm still unable to get this working on cPanel 21, so it's either something with what i'm doing or it's entirely dependant on the server setup.

        David
        -----
        Do you fear the obsolescence of the metanarrative apparatus of legitimation?

        Comment

        • james
          Senior Member
          • Mar 2004
          • 183

          #5
          I may be wrong, but from memory you need to enclose the |/.../../ in quotes (").

          James

          Comment

          Working...