smtp: change timeout to a dt

db4
Eduardo Cavazos 2008-02-22 23:15:17 -06:00
parent a5ee271bd0
commit cbd393ee13
1 changed files with 1 additions and 1 deletions
extra/smtp

View File

@ -10,7 +10,7 @@ IN: smtp
SYMBOL: smtp-domain
SYMBOL: smtp-host "localhost" smtp-host set-global
SYMBOL: smtp-port 25 smtp-port set-global
SYMBOL: read-timeout 60000 read-timeout set-global
SYMBOL: read-timeout 1 minutes read-timeout set-global
SYMBOL: esmtp t esmtp set-global
: log-smtp-connection ( host port -- ) 2drop ;