Page 1 of 1

Notification SMTP Password

PostPosted: Mon Sep 15, 2014 9:44 pm
by iamola
My password includes "#" but that isnt allowed for the SMTP password. Why?
This might be a bug.

Re: Notification SMTP Password

PostPosted: Tue Sep 16, 2014 7:36 am
by Jocko
Hi iamola,


Indeed, the character '#' is not allowed in the notification menu and if smtp servers allow it, it is a bug.

We use the same password check than this one for FTP, dropbear and apache where '#' is not allowed for one of them (but I don't remember which one :whistle )

Currently, the authorized characters for password are: a-z A-Z 0-9 ! % ~ _ / ^ [ ] @ $ . + - and ' ' (space)

Temporary, you can try this :
- put a default password in the related field
- save your changes
- with Putty, edit the file /rw_fs/etc/mailfvdw-sl.conf: change the 2d line with your right password.

Now, need to find a list of authorized chars for smtp server :whistle

Re: Notification SMTP Password

PostPosted: Wed Sep 17, 2014 9:39 am
by Jocko
Hi iamola,

I updated the mailer feature for version 15.3.

As each smtp server sets its authorized characters list, I changed how the feature checks the password in Notification menu :
- Now any characters is allowed
- Escape all special character for linux
So with this change you should be able to use '#'.

I also fixed some issues with gmail accounts : sometimes the email is not sent if the gmail server doesn't answer quickly.

In your pm, I sent you a patch file to test it.
You must use it with the upload patch menu :
- create a share fvdw if you don't do yet
- save the patch in this share
- goto the upload patch menu : select the file and use as control key 'unzip'

Thank to post here your feedback.

Re: Notification SMTP Password

PostPosted: Thu Sep 25, 2014 12:32 pm
by iamola
Great, just saw this. Going to test it out tonight thanks!

Re: Notification SMTP Password

PostPosted: Tue Oct 31, 2017 6:11 am
by iamola
This was not fixed for everyone. Patch not added to 17.0

Re: Notification SMTP Password

PostPosted: Tue Oct 31, 2017 11:42 pm
by Jocko
Hi Iamola,

Need to deepen how we lost the patch change when we release version 17.0 :scratch

Re: Notification SMTP Password

PostPosted: Sat Nov 25, 2017 10:11 am
by Jocko
Hi iamola,

Indeed since version 16.1, the firmware escapes non longer the password and then you can not use some special characters...

a patch is coming soon

Re: Notification SMTP Password

PostPosted: Sat Nov 25, 2017 4:07 pm
by Jocko
It is done.

I don't know why but we did not re-use some files on version 16.1 and 17.0 :scratch

Patch is available here : https://plugout.net/viewtopic.php?f=7&t ... 944#p25944

Note: with this version you can use all charater