ellite / Wallos

Wallos: Open-Source Personal Subscription Tracker
GNU General Public License v3.0
2.73k stars 121 forks source link

smtp settings don't allow "no login" #167

Open K1WIZ opened 7 months ago

K1WIZ commented 7 months ago

I have a local mail relay on the LAN that does not require SMTP authentication for mail originating on local subnet. Wallos does not allow saving an SMTP host without a user or password. There should be an option for this.

ellite commented 7 months ago

Hi, I'll add that to my list.

K1WIZ commented 7 months ago

here's what I see on my postfix mail server:

eb 28 21:40:50 lanmail postfix/smtpd[53511]: connect from unknown[10.0.1.88] Feb 28 21:40:50 lanmail postfix/smtpd[53511]: SSL_accept error from unknown[10.0.1.88]: -1 Feb 28 21:40:50 lanmail postfix/smtpd[53511]: warning: TLS library problem: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:../ssl/record/rec_layer_s3.c:1543:SSL alert number 48: Feb 28 21:40:50 lanmail postfix/smtpd[53511]: lost connection after STARTTLS from unknown[10.0.1.88] Feb 28 21:40:50 lanmail postfix/smtpd[53511]: disconnect from unknown[10.0.1.88] ehlo=1 starttls=0/1 commands=1/2 Feb 28 21:40:50 lanmail postfix/smtpd[53511]: connect from unknown[10.0.1.88] Feb 28 21:40:50 lanmail postfix/smtpd[53511]: SSL_accept error from unknown[10.0.1.88]: -1 Feb 28 21:40:50 lanmail postfix/smtpd[53511]: warning: TLS library problem: error:14094418:SSL routines:ssl3_read_bytes:tlsv1 alert unknown ca:../ssl/record/rec_layer_s3.c:1543:SSL alert number 48: Feb 28 21:40:50 lanmail postfix/smtpd[53511]: lost connection after STARTTLS from unknown[10.0.1.88] Feb 28 21:40:50 lanmail postfix/smtpd[53511]: disconnect from unknown[10.0.1.88] ehlo=1 starttls=0/1 commands=1/2

K1WIZ commented 7 months ago

10.0.1.88 is the IP address of the app running in docker.

stepanov1975 commented 6 months ago

Woold like option of SMTP host without a user or password as well. Thanks for very nice app!

m-primo commented 5 months ago

Hello. Any update on this?

ellite commented 5 months ago

Hi. No updates yet.