mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
let them have SMTP!
This commit is contained in:
parent
f4616332be
commit
c5a5b76dbf
@ -1560,10 +1560,6 @@ ________________________________________________________________________
|
||||
|
||||
- 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
|
||||
(lynx should add _status_unregistered or so)
|
||||
|
||||
|
12
install.sh
12
install.sh
@ -1021,14 +1021,14 @@ _IRC_encrypted = $IRCS_PORT
|
||||
_HTTP = $HTTP_PORT
|
||||
_HTTP_encrypted = $HTTPS_PORT
|
||||
_applet = $APPLET_PORT
|
||||
_SMTP = $SMTP_PORT
|
||||
_SMTP_encrypted = $SMTPS_PORT
|
||||
|
||||
; Experimental protocol services
|
||||
;_SMTP = $SMTP_PORT
|
||||
;_SMTP_encrypted = $SMTPS_PORT
|
||||
;_POP3 = $POP3_PORT
|
||||
;_POP3_encrypted = $POP3S_PORT
|
||||
;_NNTP = $NNTP_PORT
|
||||
;_NNTP_encrypted = $NNTPS_PORT
|
||||
_POP3 = $POP3_PORT
|
||||
_POP3_encrypted = $POP3S_PORT
|
||||
_NNTP = $NNTP_PORT
|
||||
_NNTP_encrypted = $NNTPS_PORT
|
||||
|
||||
[_optional]
|
||||
; Enable web-based configuration tool
|
||||
|
Loading…
Reference in New Issue
Block a user