Changeset 1575 for trunk/ReleaseTool.cfg
- Timestamp:
- Jun 19, 2011, 11:40:37 PM (14 years ago)
- File:
-
- 1 edited
-
trunk/ReleaseTool.cfg (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ReleaseTool.cfg
r1542 r1575 41 41 ; Key-name Sections Code Description 42 42 43 ; HOST FTP 1 The host name of the server 44 ; NNTP 2 45 ; SMTP 1 46 ; USERID FTP 2 The userid used to log in 47 ; NNTP 2 48 ; SMTP 2 49 ; PASSWORD FTP 2 The password used to log in. 50 ; NNTP 2 51 ; SMTP 2 52 ; FROM NNTP 2 "From" email address 53 ; SMTP 2 54 ; SIGNATURE NNTP 4 Zero or more lines of "signature" 55 ; SMTP 4 43 56 ; DESCRIPTIVE_HOSTNAME FTP 1 Text used by ReleaseTool to identify 44 57 ; an FTP site in messages to its users. 45 ; HOST FTP 1 The host name46 ; NNTP 247 ; USERID FTP 2 The userid used to log in48 ; NNTP 249 ; PASSWORD FTP 2 The password used to log in.50 ; NNTP 251 58 ; DIRECTORY FTP 4 If a change directory command is needed 52 59 ; before uploading a file, then this key-value … … 70 77 ; [Not-needed] : Userid not needed. (ReleaseTool will prompt for an absent userid.) 71 78 ; Password 72 ; [Hobbes-email] : ReleaseTool automatically replaces this the email address from the Hobbes text file.79 ; [Hobbes-email] : ReleaseTool automatically replaces this with the email address from the Hobbes text file. 73 80 ; [Not-needed] : Password not needed. (ReleaseTool will prompt for an absent password.) 74 81 ; File … … 78 85 ; Password note: Instead of recording passwords in this file, it may be best to omit them and have 79 86 ; ReleaseTool prompt you for them, as needed. 87 88 ; "From" notes: 89 ; - For newsgroups you may want to use a disguied email address to avoid spam. 90 ; - Accepted formats: 91 ; "Full name" <user@domain.net> 92 ; <user@domain.net> 93 ; user@domain.net 80 94 81 95 ; Within a section, data lines can be in any order except DIRECTORY lines, if any, must precede … … 100 114 File = [Release-zip] 101 115 102 [NNTP] ; eComstation news server/groups definition103 Host = news.ecomstation.nl104 Newsgroups = ecomstation.apps105 Userid = [Not-needed]106 Password = [Not-needed]116 ;[NNTP] ; eComstation news server/groups definition 117 ;Host = news.ecomstation.nl 118 ;Newsgroups = ecomstation.apps 119 ;Userid = [Not-needed] 120 ;Password = [Not-needed] 107 121 108 122 [NNTP] ; ReleaseTool user's news server/groups definition 109 Newsgroups = comp.os.os2.apps,comp.os.os2.utilities 110 Host = 111 Userid = 112 Password = 123 Newsgroups = comp.os.os2.apps,comp.os.os2.utilities 124 ;Newsgroups = alt.test 125 Host = 126 Userid = 127 Password = 128 From = zjsmallz@osworld.net 129 Signature = John Small 130 Signature = (Remove z's for address) 113 131 114 132 [SMTP] 115 Command = g:\pmmail\bin\pmmsend -a G:\PMMail\Accounts\ygk_us0.act -t "%%TO%%" -s "%%SUBJECT%%" -m %%MESSAGE_BODY_FILE%% 133 ;Command = g:\pmmail\bin\pmmsend -a G:\PMMail\Accounts\ygk_us0.act -t "%%TO%%" -s "%%SUBJECT%%" -m %%MESSAGE_BODY_FILE%% 134 ;Command = call d:\utils\internet\rexxmail\rexxmail /NewMessageSend "%%TO%% ?subject=%%SUBJECT%% &body=%%MESSAGE_BODY_FILE%%" /Address=%%FROM%% /SMTPServer=%%SERVER%% /SMTPUSER=%%USERID%% /SMTPPASSWORD=%%PASSWORD%% /TimeZone=%%UTCOFFSET%% 135 Host = smtp.toast.net 136 Userid = jsmall@toast.net 137 From = "John Small" <jsmall@os2world.net> 138 ;Signature = John Small 139 Signature = FM/2 Development Team 140 UTCOffset = -0500
Note:
See TracChangeset
for help on using the changeset viewer.
