Changeset 1588 for trunk/ReleaseTool.cfg
- Timestamp:
- Jun 28, 2011, 1:49:33 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ReleaseTool.cfg
r1575 r1588 20 20 ; Section lines mark the start of a new set of data. The section 21 21 ; name (within the brackets) defines which type of data follows. 22 ; Initially ReleaseTool supports only two section names: FTP and NNTP.22 ; ReleaseTool currently supports section names: FTP, NNTP and SMTP. 23 23 24 24 ; FTP sections are used to define data for uploading one or more files … … 27 27 ; NNTP sections are used to define data for uploading messages to one 28 28 ; or more newsgroups on a single newsgroup server. 29 30 ; SMTP sections are used to define data for sending email messages 31 ; through a single email server. SMTP sections can be set up to use 32 ; an external program, like PMMail/2 or REXXMAIL, by defining an 33 ; appropriate command. If no command is defined then email is sent 34 ; using Releasetool's internal REXX code for opeing a socket to an 35 ; SMTP server, loggin in and sending the message. 29 36 30 37 ; 4) Data lines. These lines provide the actual data to ReleaseTool. … … 66 73 ; in the same directory as ReleaseTool. 67 74 ; NEWSGROUPS NNTP 1 A comma-separated list of newsgroups for this host. 75 ; PORT SMTP 5 Port number. Default: port 25 68 76 69 77 ; Codes: … … 72 80 ; 3: Required, one or more per section 73 81 ; 4: Optional, one or more per section 82 ; 5: Optional, one per section 74 83 75 84 ; "Special" key-values: … … 87 96 88 97 ; "From" notes: 89 ; - For newsgroups you may want to use a disgui ed email address to avoid spam.98 ; - For newsgroups you may want to use a disguised email address to avoid spam. 90 99 ; - Accepted formats: 91 100 ; "Full name" <user@domain.net> … … 121 130 122 131 [NNTP] ; ReleaseTool user's news server/groups definition 123 Newsgroups = comp.os.os2.apps,comp.os.os2.utilities124 ;Newsgroups = alt.test132 ;Newsgroups = comp.os.os2.apps,comp.os.os2.utilities 133 Newsgroups = alt.test 125 134 Host = 126 135 Userid = … … 134 143 ;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 144 Host = smtp.toast.net 145 Port = 587 136 146 Userid = jsmall@toast.net 137 147 From = "John Small" <jsmall@os2world.net>
Note:
See TracChangeset
for help on using the changeset viewer.