V
V
VN2021-01-12 17:23:28
linux
VN, 2021-01-12 17:23:28

How to tell the mutt agent not to save sent messages?

There is mutt configured to work with outlook 365. Here is the config

set ssl_starttls=yes
set ssl_force_tls=yes
set ssl_use_sslv3=yes
set timeout=60
set smtp_authenticators="login"
set smtp_url="smtp://[email protected]@smtp.office365.com:587"

set realname="Some Name"
set from="[email protected]"
set smtp_pass="[email protected]$$W0rd"

The agent is configured to send messages with attachments. Somewhere around a hundred users receive a message with a 10 MB attachment. Tell me how to tell the agent not to save sent messages in the Sent directory.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Dmitriev, 2021-01-12
@SignFinder

/home/user/.muttrc
set copy=no
There is another option here - https://stackoverflow.com/questions/13571315/how-d...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question