Line 12: |
Line 12: |
| | | |
| You can increase this default delay from 1 second (to 3 seconds in the following example) at present only with a custom template: | | You can increase this default delay from 1 second (to 3 seconds in the following example) at present only with a custom template: |
| + | |
| + | === Prior SME9.2 ==== |
| mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/0 | | mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/0 |
| cd /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/0 | | cd /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/0 |
| echo "check_earlytalker wait 3" > 10check_earlytalker | | echo "check_earlytalker wait 3" > 10check_earlytalker |
| + | signal-event email-update |
| + | === For SME9.2 and higher === |
| + | mkdir -p /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/0 |
| + | cd /etc/e-smith/templates-custom/var/service/qpsmtpd/config/peers/0 |
| + | echo "earlytalker wait 3" > 10earlytalker |
| signal-event email-update | | signal-event email-update |
| | | |
− | The following command will let you monitor your connections to verify that check_earlytalker is working as expected: | + | The following command will let you monitor your connections to verify that (check_)earlytalker is working as expected: |
− | tail -f /var/log/qpsmtpd/current |tai64nlocal| egrep "Accepted connection|check_early" | + | tail -f /var/log/qpsmtpd/current |tai64nlocal| egrep "Accepted connection|earlytal" |
| | | |
| [[User:Mmccarn|Mmccarn]] 17:59, 9 October 2008 (UTC) | | [[User:Mmccarn|Mmccarn]] 17:59, 9 October 2008 (UTC) |
| [[Category: Howto]] | | [[Category: Howto]] |
| [[Category: Mail]] | | [[Category: Mail]] |