1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

let them have SMTP!

This commit is contained in:
psyc://psyced.org/~lynX 2009-09-13 20:00:36 +02:00
parent f4616332be
commit c5a5b76dbf
2 changed files with 6 additions and 10 deletions

View file

@ -1560,10 +1560,6 @@ ________________________________________________________________________
- place and v("place") aren't in sync (new changes for psyc clients) - place and v("place") aren't in sync (new changes for psyc clients)
- when forwarding _message_echo_private from a remote server to a local
client, newlines get replaced by mere spaces. where does that happen
and how can it be avoided?
+ if newbie: directly show register dialog + if newbie: directly show register dialog
(lynx should add _status_unregistered or so) (lynx should add _status_unregistered or so)

View file

@ -1021,14 +1021,14 @@ _IRC_encrypted = $IRCS_PORT
_HTTP = $HTTP_PORT _HTTP = $HTTP_PORT
_HTTP_encrypted = $HTTPS_PORT _HTTP_encrypted = $HTTPS_PORT
_applet = $APPLET_PORT _applet = $APPLET_PORT
_SMTP = $SMTP_PORT
_SMTP_encrypted = $SMTPS_PORT
; Experimental protocol services ; Experimental protocol services
;_SMTP = $SMTP_PORT _POP3 = $POP3_PORT
;_SMTP_encrypted = $SMTPS_PORT _POP3_encrypted = $POP3S_PORT
;_POP3 = $POP3_PORT _NNTP = $NNTP_PORT
;_POP3_encrypted = $POP3S_PORT _NNTP_encrypted = $NNTPS_PORT
;_NNTP = $NNTP_PORT
;_NNTP_encrypted = $NNTPS_PORT
[_optional] [_optional]
; Enable web-based configuration tool ; Enable web-based configuration tool