Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

View mail logs on postfixadmin #764

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

bnchdan
Copy link
Contributor

@bnchdan bnchdan commented Sep 21, 2023

View mail logs on postfixadmin using https://github.com/bnchdan/MailLog2MySQL
AUTH:
image
IMAP/POP3
image
SMTP:
image

<td style="width:20%">` +logs["data"][i]["domain"] +`</td>
<td style="width:20%">` +logs["data"][i]["email"] +`</td>
<td style="width:20%">` +logs["data"][i]["msgid"] +`</td>
<td style="width:20%">` +logs["data"][i]["log"] +`</td>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this is going to be vulnerable to XSS ?

@neuffer
Copy link
Contributor

neuffer commented Sep 22, 2023

Unfortunately this is MySQL only.
The author of the tool you are using is not interested in PostgreSQL.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants