How I can use sendmail.exe as a system_mail handler in Win32 version of Lynx 2.8.4/dev14? Can anyone give me a hint? Conditions in my situation 1) I use IIS5.0 SMTP service on Windows 2000, so I put 127.0.0.1 in host lines. 2) Before upgrading to 2.8.4, sendmail.exe just worked fine. 3) sendmail.exe was in the package of version 2.8.3. 4) I simply copied all the new files from 2.8.4 to the existing directory of lynx 2.8.3. After that, sendmail.exe just don't work any more. 5) I can post to newsgroups as could before. my Lynx.cfg file is configured as below: (lynx.cfg starts here) ### Lynx for Win32 , at Fri Nov 20 18:46:46 1998 STARTFILE:./help/lynx_help/main.html HELPFILE:./help/lynx_help/main.html DEFAULT_INDEX_FILE:./help/bookmark.htm REJECT_ALL_COOKIES:TRUE SET_COOKIES:FALSE # CHARACTER_SET:Japanese (Shift_JIS) ASSUME_CHARSET:shift_jis ASSUME_UNREC_CHARSET:shift_jis PREFERRED_LANGUAGE:ja-JP PREFERRED_CHARSET:ISO-2022-JP URL_DOMAIN_SUFFIXES:.ac.jp,.co.jp,.ne.jp,.or.jp,.gr.jp,.org.,go.jp,.com,.net,.org VERBOSE_IMAGES:TRUE # #NNTPSERVER:XXXX LIST_NEWS_DATES:TRUE NEWS_CHUNK_SIZE:20 NEWS_MAX_CHUNK:25 LYNX_SIG_FILE:lynx_sig.txt USE_MOUSE:TRUE COLLAPSE_BR_TAGS:FALSE TAGSOUP:TRUE #ACCEPT_ALL_COOKIES:TRUE DEFAULT_BOOKMARK_FILE:./bookmark.htm # http_proxy:http://xxx.xxx.xxx.xxx:8080/ # ftp_proxy:http://xxx.xxx.xxx.xxx:8080/ FORCE_SSL_COOKIES_SECURE:TRUE # PRINTER:Win32:c\:/progra~1/xyzzy/xyzzy.exe %s:TRUE QUIT_DEFAULT_YES:FALSE MINIMAL_COMMENTS:TRUE SUFFIX:.bmp:image/gif PERSONAL_MAILCAP:mailcap SYSTEM_MAIL:sendmail -f [EMAIL PROTECTED] -h 127.0.0.1 -r 127.0.0.1 -m SMTP -F %F # Reload with F2 KEYMAP:0x10A:RELOAD # Open URL with F3 KEYMAP:0x10B:GOTO KEYMAP:0x10C:UP_TWO KEYMAP:0x10D:DOWN_TWO KEYMAP:0x15f:PREV_LINK KEYMAP:0x0018:EDITTEXTAREA # LIST_FORMAT: %10s %p %-12.12d %a COLOR:1:blue:white COLOR:2:yellow:blue COLOR:3:green:white COLOR:4:brightblue:white COLOR:6:white:brightblue COLOR:7:yellow:gray # NO_TABLE_CENTER:TRUE #EXTERNAL:http:wget -W. -v --proxy=off %s:TRUE #EXTERNAL:ftp:wget -W. %s:TRUE #EXTERNAL:file:less %s:TRUE #EXTERNAL:mailto:start mailto\:%s:TRUE EXTERNAL:telnet:start c\:/progra~1/ttermpro/ttssh.exe %s:TRUE (lynx.cfg ends here.) Regards, -- Team JWNTUG RC5/DES Cracking Challenge http://www.jwntug.or.jp/RC5/index.html Kenji Yamamoto MCP+I, MCSE(TCP/IP, IEAK4, IIS 4.0) mailto:[EMAIL PROTECTED] ; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to [EMAIL PROTECTED]
