All Apps and Add-ons

How to configure TA_mailclient with a different username?

justynap_ldz
Path Finder

Hello,

We need to configure TA-mailclient, but having a separate account (username and password) to the mailbox.

Do you know by any chance what parameter should we add to our inputs.conf? 

Unfortunately, changing the format of mail to  [mail://<username>\<mailaddress>] or adding new parameter to the input stanza do not help. 

W tried:

[mail://thisisourmail.com]
attach_message_primary = False
host = host1
include_headers = True
index = mail
mailbox_cleanup = readonly
mailserver = mailserver.zz
maintain_rfc = False
username = mail_username
password = encrypted
protocol = IMAP
disabled = 0

and 

[mail://mail_username\thisisourmail.com]
attach_message_primary = False
host = host1
include_headers = True
index = mail
mailbox_cleanup = readonly
mailserver = mailserver.zz
maintain_rfc = False
password = encrypted
protocol = IMAP
disabled = 0

Best regards,

Justyna

 

Labels (1)
0 Karma

PaulPlum
New Member

try
[mail://username@thisisourmail.com]

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...