comparison doc/installation.txt @ 7503:7b6278da3faa

Update roundup-mailgw install with other methods; formatting reference admin_guide.html for alternate imap/pop methods (imap_oauth or apop etc.) Change example written intline into an exampe as line wrapping distorts whitespace (space removed if line is wrapped) and needs to be presented in a pre example section.
author John Rouillard <rouilj@ieee.org>
date Wed, 21 Jun 2023 14:34:37 -0400
parents d401d6f51604
children 060fd6366655
comparison
equal deleted inserted replaced
7502:5bac0a0afb7f 7503:7b6278da3faa
1530 0,10,20,30,40,50 * * * * /usr/bin/roundup-mailgw /opt/roundup/trackers/support pop <pop_spec> 1530 0,10,20,30,40,50 * * * * /usr/bin/roundup-mailgw /opt/roundup/trackers/support pop <pop_spec>
1531 1531
1532 where pop_spec is "``username:password@server``" that specifies the roundup 1532 where pop_spec is "``username:password@server``" that specifies the roundup
1533 submission user's POP account name, password and server. 1533 submission user's POP account name, password and server.
1534 1534
1535 apop (authenticated) and pops (pop over ssl) methods are also
1536 supported. See `the section on mailgw in the admin guide
1537 <admin_guide.html#mail-gateway-script-command-line>`_.
1538
1535 On windows, you would set up the command `using the windows scheduler`_. 1539 On windows, you would set up the command `using the windows scheduler`_.
1536 1540
1537 As a regular job using an IMAP source 1541 As a regular job using an IMAP source
1538 ------------------------------------- 1542 -------------------------------------
1539 1543
1543 1547
1544 0,10,20,30,40,50 * * * * /usr/bin/roundup-mailgw /opt/roundup/trackers/support imap <imap_spec> 1548 0,10,20,30,40,50 * * * * /usr/bin/roundup-mailgw /opt/roundup/trackers/support imap <imap_spec>
1545 1549
1546 where imap_spec is "``username:password@server``" that specifies the roundup 1550 where imap_spec is "``username:password@server``" that specifies the roundup
1547 submission user's IMAP account name, password and server. You may 1551 submission user's IMAP account name, password and server. You may
1548 optionally include a mailbox to use other than the default ``INBOX`` with 1552 optionally include a mailbox to use other than the default ``INBOX`` with::
1549 "``imap username:password@server mailbox``". 1553
1550 1554 imap username:password@server mailbox
1551 If you have a secure (ie. HTTPS) IMAP server then you may use ``imaps`` 1555
1552 in place of ``imap`` in the command to use a secure connection. 1556 If you have a secure (ie. HTTPS) IMAP server then you may use
1553 1557 ``imaps`` in place of ``imap`` in the command to use a securnae
1554 As with the POP job, on windows, you would set up the command 1558 connection. To use imap with CRAM or OAUTH, see `the section on
1559 mailgw in the admin guide
1560 <admin_guide.html#mail-gateway-script-command-line>`_ .
1561
1562 As with the POP job, on windows, you would set up the command
1555 `using the windows scheduler`_. 1563 `using the windows scheduler`_.
1556 1564
1557 1565
1558 UNIX Environment Steps 1566 UNIX Environment Steps
1559 ====================== 1567 ======================

Roundup Issue Tracker: http://roundup-tracker.org/