debugging smtp sessions

P

Peña, Botp

Hi,

i'm doing full logging/debugging of smtp sessions using
"smtp#set_debug_output".

however, the net/smtp doc says: "WARNING: This method causes serious
security holes. Use this method for only debugging. "

How can i do full logging in _safe way.

btw, the set_debug_output output is great :)

thanks and kind regards -botp
 
M

Minero Aoki

Hi,

In mail "debugging smtp sessions"
Peña said:
i'm doing full logging/debugging of smtp sessions using
"smtp#set_debug_output".

however, the net/smtp doc says: "WARNING: This method causes serious
security holes. Use this method for only debugging. "

How can i do full logging in _safe way.

Plain SMTP does not authenticate user, using set_debug_output
is not danger. But if your code support SMTP authentication,
user/password sanitizing is required.

Best Regards,
Minero Aoki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,170
Messages
2,570,921
Members
47,464
Latest member
Bobbylenly

Latest Threads

Top