Difference between revisions of "Qmail-notify"
Unnilennium (talk | contribs) (Created page with "{{Languages}} <!-- here we define the contrib name variable --> <!-- we get the page title, remove suffix for translated version; if needed you can define there with the value...") |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
<!-- we define the language --> | <!-- we define the language --> | ||
{{#vardefine:lang| {{lc: {{#titleparts: {{PAGENAME}} | | -1}} }} |en }} | {{#vardefine:lang| {{lc: {{#titleparts: {{PAGENAME}} | | -1}} }} |en }} | ||
− | {{Infobox contribs | + | {{WIP box|work in progress, even doc is in progress, use at your own risk}}{{Infobox contribs |
|name={{#var:contribname}} | |name={{#var:contribname}} | ||
|image={{#var:contribname}}.jpg | |image={{#var:contribname}}.jpg | ||
Line 21: | Line 21: | ||
initial work of Peter Schubert | initial work of Peter Schubert | ||
− | === Version === | + | ===Version=== |
<!-- keep this first element as is, you can add some if needed --> | <!-- keep this first element as is, you can add some if needed --> | ||
{{#smeversion: {{#var:smecontribname}} }} | {{#smeversion: {{#var:smecontribname}} }} | ||
− | === Description === | + | ===Description=== |
This package provides templates for a program to notify senders | This package provides templates for a program to notify senders | ||
− | about email that has been held in the qmail queue | + | about email that has been held in the qmail queue. |
+ | More details found [https://github.com/bruceg/qmail-notify here]. | ||
− | === Installation === | + | |
+ | |||
+ | ===Installation=== | ||
<tabs container><tab name="For SME 10"> | <tabs container><tab name="For SME 10"> | ||
yum --enablerepo=smecontribs install {{#var:smecontribname}} | yum --enablerepo=smecontribs install {{#var:smecontribname}} | ||
</tab></tabs> | </tab></tabs> | ||
− | === Configuration === | + | ===Configuration=== |
you can list the available configuration with the following command : | you can list the available configuration with the following command : | ||
config show {{#var:contribname}} | config show {{#var:contribname}} | ||
Line 45: | Line 48: | ||
!default | !default | ||
!values | !values | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
|- | |- | ||
− | | | + | |minutes |
− | | | + | |30 |
− | | | + | |numeric |
− | |||
|- | |- | ||
− | | | + | |hours |
− | | | + | |* |
− | + | |numeric | |
− | | | ||
|- | |- | ||
|status | |status | ||
− | | | + | |disabled |
|enabled,disabled | |enabled,disabled | ||
|} | |} | ||
− | + | ===Uninstall=== | |
− | |||
− | |||
− | === Uninstall === | ||
yum remove {{#var:smecontribname}} {{#var:contribname}} | yum remove {{#var:smecontribname}} {{#var:contribname}} | ||
− | === Bugs === | + | ===Bugs=== |
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}} | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}} | ||
and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}} | and select the {{#var:smecontribname}} component or use {{BugzillaFileBug|product=SME%20Contribs|component={{#var:smecontribname}}|title=this link}} | ||
Line 86: | Line 73: | ||
Only released version in smecontrib are listed here. | Only released version in smecontrib are listed here. | ||
− | {{ #smechangelog: {{#var:smecontribname}} }} | + | {{#smechangelog: {{#var:smecontribname}} }} |
<!-- list of category you want to see this page in --> | <!-- list of category you want to see this page in --> | ||
[[Category: Contrib]] | [[Category: Contrib]] | ||
− | |||
<!-- Please keep there the template revision number as is --> | <!-- Please keep there the template revision number as is --> | ||
− | |||
− |
Latest revision as of 17:37, 21 November 2024
qmail-notify logo | |
Maintainer | maintainer |
---|---|
Url | https://wiki.koozali.org |
Category | |
Tags | File, this, with, a, list, of, tags |
Maintainer
imported by John Crisp initial work of Peter Schubert
Version
Description
This package provides templates for a program to notify senders about email that has been held in the qmail queue.
More details found here.
Installation
yum --enablerepo=smecontribs install smeserver-qmail-notify
Configuration
you can list the available configuration with the following command :
config show qmail-notify
Some of the properties are not shown, but are defaulted in a template or a script. Here a more comprehensive list with default and expected values :
property | default | values |
---|---|---|
minutes | 30 | numeric |
hours | * | numeric |
status | disabled | enabled,disabled |
Uninstall
yum remove smeserver-qmail-notify qmail-notify
Bugs
Please raise bugs under the SME-Contribs section in bugzilla
and select the smeserver-qmail-notify component or use this link
Below is an overview of the current issues for this contrib:
Changelog
Only released version in smecontrib are listed here.
- Fix up createlinks to create update event [SME: 11542]
- Fix timing in cron template - Zsolt Vasarhelyi [SME: 11542]
- Fix typo in cron template - Zsolt Vasarhelyi [SME: 11542]
2021/04/09 John Crisp 2.0.0-1.sme
- First Import to SME Contribs [SME: 11542]
- Template crontab
- First release