Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How are SMTP passwords stored in ColdFusion Administrator

New Here ,
Jan 15, 2020 Jan 15, 2020

When configuring a username and password for an SMTP mail server, I'd like to know where/how the password is stored on the server.

 

I did find out where the password file is stored for the ColdFusion administrator password: C:\ColdFusion2016\cfusion\lib\password.properties

 

However this isn't the SMTP server's password that we would enter into the password field under ColdFusion Adminstrator's Server Settings > Mail. Is this stored in the same manner-encrypted-or is is stored in a file in plaintext non-encrypted?

 

Thanks,

Mikael

 

 

TOPICS
Security , Server administration
1.0K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Guide , Jan 16, 2020 Jan 16, 2020

Hi Mikael,

 

Have a look at file \ColdFusion2016\cfusion\lib\neo-mail.xml .

 

HTH, Carl.

Translate
Guide ,
Jan 16, 2020 Jan 16, 2020

Hi Mikael,

 

Have a look at file \ColdFusion2016\cfusion\lib\neo-mail.xml .

 

HTH, Carl.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 23, 2020 Jan 23, 2020
LATEST

Thanks Carl, that file does indeed contain the hashed password.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources