The local server ignores some of the settings

Hi, blynkers! I use server-0.41.13 on Raspberry pi 4. I run it with the command
sudo java -jar /home/pi/Blynk/server-0.41.13-java8.jar -dataFolder /home/pi/Blynk -mailConfig /home/pi/Blynk/m*s -serverConfig /home/pi/Blynk/server.properties
I did this because I suspected my server was ignoring the configuration files. But this did not help: the password from the server did not change. And when sending emails, it uses port 25 although in the mail.properties file.
Because of this, errors occur, for example:
ERROR- Error making csv file for data export. Reason Couldn’t connect to host, port: smtp.gmail.com , 25; timeout 30000
Thank you all in advance!

Is the m*s a typo?

Wouldn’t you normally use -mailConfig /home/pi/Blynk/mail.properties ??

Pete.

It is an abbreviation available on UNIX-like systems at the command line. I tried to write it completely - it works the same as it did.