localserve: no longer suggest http basic auth for the web interfaces

This commit is contained in:
Mechiel Lukkien 2024-01-05 12:07:43 +01:00
parent ac8256feb6
commit 9796c4539d
No known key found for this signature in database

View file

@ -160,17 +160,17 @@ during those commands instead of during "data".
golog.Print("") golog.Print("")
golog.Printf(`if the localpart begins with "mailfrom" or "rcptto", the error is returned during those commands instead of during "data"`) golog.Printf(`if the localpart begins with "mailfrom" or "rcptto", the error is returned during those commands instead of during "data"`)
golog.Print("") golog.Print("")
golog.Print(" smtp://localhost:1025 - receive email") golog.Print(" smtp://localhost:1025 - receive email")
golog.Print("smtps://mox%40localhost:moxmoxmox@localhost:1465 - send email") golog.Print("smtps://mox%40localhost:moxmoxmox@localhost:1465 - send email")
golog.Print(" smtp://mox%40localhost:moxmoxmox@localhost:1587 - send email (without tls)") golog.Print(" smtp://mox%40localhost:moxmoxmox@localhost:1587 - send email (without tls)")
golog.Print("imaps://mox%40localhost:moxmoxmox@localhost:1993 - read email") golog.Print("imaps://mox%40localhost:moxmoxmox@localhost:1993 - read email")
golog.Print(" imap://mox%40localhost:moxmoxmox@localhost:1143 - read email (without tls)") golog.Print(" imap://mox%40localhost:moxmoxmox@localhost:1143 - read email (without tls)")
golog.Print("https://mox%40localhost:moxmoxmox@localhost:1443/account/ - account https") golog.Print("https://localhost:1443/account/ - account https (email mox@localhost, password moxmoxmox)")
golog.Print(" http://mox%40localhost:moxmoxmox@localhost:1080/account/ - account http (without tls)") golog.Print(" http://localhost:1080/account/ - account http (without tls)")
golog.Print("https://mox%40localhost:moxmoxmox@localhost:1443/webmail/ - webmail https") golog.Print("https://localhost:1443/webmail/ - webmail https (email mox@localhost, password moxmoxmox)")
golog.Print(" http://mox%40localhost:moxmoxmox@localhost:1080/webmail/ - webmail http (without tls)") golog.Print(" http://localhost:1080/webmail/ - webmail http (without tls)")
golog.Print("https://admin:moxadmin@localhost:1443/admin/ - admin https") golog.Print("https://localhost:1443/admin/ - admin https (password moxadmin)")
golog.Print(" http://admin:moxadmin@localhost:1080/admin/ - admin http (without tls)") golog.Print(" http://localhost:1080/admin/ - admin http (without tls)")
golog.Print("") golog.Print("")
if existingConfig { if existingConfig {
golog.Printf("serving from existing config dir %s/", dir) golog.Printf("serving from existing config dir %s/", dir)