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
try
[mail://username@thisisourmail.com]