Sendmail / Postfix / Qmail -- send email to application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • goBigtime
    Confirmed User
    • Nov 2002
    • 7761

    #1

    Sendmail / Postfix / Qmail -- send email to application

    PRobably not the best place to ask this....


    Say I want to be able to route email through a perl program rather than deliver it...

    With qmail it's easy. You just use the .qmail-dotfiles and pipe the delivery out to your program.

    Is there a similar way to do this in sendmail / postfix?
  • Arty
    Confirmed User
    • Nov 2002
    • 880

    #2
    Add the following line to aliases file:

    script: "|/your/script.pl"

    That should do it.

    Comment

    • raymor
      Confirmed User
      • Oct 2002
      • 3745

      #3
      For complete details:
      http://www.postfix.org/local.8.html
      For historical display only. This information is not current:
      support@bettercgi.com ICQ 7208627
      Strongbox - The next generation in site security
      Throttlebox - The next generation in bandwidth control
      Clonebox - Backup and disaster recovery on steroids

      Comment

      • -=HOAX=-
        Confirmed User
        • Dec 2001
        • 4365

        #4
        Hmmmmmm....now there's an idea.
        Insert Value Here.

        Comment

        Working...