Ad Widget

Collapse

Alarm when mail arrives

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dongosaure
    Junior Member
    • Jan 2010
    • 8

    #1

    Alarm when mail arrives

    Good morning,

    Could someone tell me if there's a possibility to fire an alarm when a specific mail arrive ?

    That would be very useful for us.

    Kind regards.

    Patrick.
  • Dongosaure
    Junior Member
    • Jan 2010
    • 8

    #2
    up please :-)

    Thank you very much

    Comment

    • jerrylenk
      Member
      Zabbix Certified Specialist
      • May 2010
      • 62

      #3
      If you know the user, who is going to receive the specific mail
      AND the mail server, as postfix, has the users' inboxes in one big file such as:

      /var/spool/mail/<username>

      you could create an item with key vfs.file.regmatch[file,regexp] looking for that specific thing you expect in the mail.

      Or else, if you just expect any mail, check for growing file size on that inbox file.

      Hope that helps,
      Jerry

      Comment

      Working...