Hallo,
wie kann ich Hylafax konfigurieren, das er nur Mails an faxmaster schickt bei fehlerhaften Faxen?
Gruß
Peter
Hylafax Mail nur bei Fehler
- sysoptiger
- Beiträge: 349
- Registriert: 08.09.2004 09:08:38
- Wohnort: Griesheim
-
Kontaktdaten:
Re: Hylafax Mail nur bei Fehler
Im changelog:
Oder vielleicht Meldungen darüber vom rsyslog ignoriert werden?
-> Ein einfacher Filter, zBsp. als /etc/rsyslog.d/20_HYLAFAX.conf.
Beispiele: Meldungen der normalen php-Session-Bereinigung werden ausgefiltert.
Die Meldungen von samba werden gesammelt, die weitere Bearbeitung wird unterbunden.
Im README.debian:Upgrade to 6.0 from previous 4.4 releases
-----------------------------------------------------------------------------
...
...
The notification email machanism no longer sends "blocked" emails by
default, as the jobs re not being requeued, or done. To continue
receiving them, you'll need to configure it in FaxNotify.
5. Faxmaster
------------
Previous versions of hylafax-server used to create alias for faxmaster
pointing to root. Since sending email to root is insecure, modifying a file
belonging to another package is a policy violation and having in mind that
at least one popular MTA doesn't support /etc/aliases, that behaviour is
changed and hylafax-server now creates a separate account for the faxmaster.
By default, this user is disabled, i.e. nobody can login as faxmaster.
Please create an appropriate alias manually if you want to have
administrative messages sent to another user. Alternatively, you can set
that user's password and have the mail messages retrieved somehow.
Oder vielleicht Meldungen darüber vom rsyslog ignoriert werden?
-> Ein einfacher Filter, zBsp. als /etc/rsyslog.d/20_HYLAFAX.conf.
Beispiele:
Code: Alles auswählen
:msg,contains,"Job [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete started for user systab (pid " ~
:msg,contains,"Job [ -x /usr/lib/php5/maxlifetime ] && [ -d /var/lib/php5 ] && find /var/lib/php5/ -type f -cmin +$(/usr/lib/php5/maxlifetime) -delete completed" ~
Code: Alles auswählen
:programname,EREregex,"^smbd$|^nmbd$|^winbindd$" -/var/log/SAMBA-daemon-syslog
& ~
mfg rendegast
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")
-----------------------
Viel Eifer, viel Irrtum; weniger Eifer, weniger Irrtum; kein Eifer, kein Irrtum.
(Lin Yutang "Moment in Peking")