> For the complete documentation index, see [llms.txt](https://docs.glesys.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.glesys.com/products/other/email/how-tos/change-settings-for-an-email-account.md).

# Change settings for an email account

***

## Change settings for an e-mail account using the control panel

By clicking on an email account in the overview of the domain's email service, you can modify a range of settings for the account, such as virus and spam protection, auto-replies, and the amount of space allocated to the account.

<figure><img src="/files/4pMH5vRTSeL2vfFqcC3U" alt=""><figcaption></figcaption></figure>

### Antivirus and spam protection

With the checkbox **Enable antivirus**, you can choose to activate or deactivate antivirus protection for the email account. Leave the box checked to maintain antivirus protection.

With the checkbox **Immediately delete mail that has been classed as spam**, you can choose to have spam deleted directly. If the box is unchecked, emails classified as spam will still be delivered to the user's inbox, but will be marked as spam. If the box is checked, however, the email will be deleted immediately, without giving the user a chance to determine whether it is spam or not.

Under the **Anti-spam level**, you can select how aggressively the spam filter should operate. The **Off** level disables the spam filter entirely, while **Aggressive** will mark more emails as spam. With the **Aggressive** level, there is a higher risk of legitimate emails being marked as spam.

When you are finished, click the blue **Save changes** button located a bit further down the page, just below *Auto Reply*.

<figure><img src="/files/SOumSG5CInYJxc3kIEuC" alt=""><figcaption></figcaption></figure>

### Auto-reply

A little further down the page, you find the checkbox labeled **Enable auto-reply**. This can be used, for example, during vacations. The sender will automatically receive a response indicating that the person is on vacation. You also need to fill in a message in the text box that the sender will receive when they send an email to the account.

When done, click **Save Changes**.

<figure><img src="/files/m5Gla1FbLDF0CbRCzOHK" alt=""><figcaption></figcaption></figure>

### Adjust storage space for an email account

Under *Quota*, a bit further down the page, you can adjust the storage space for the email account. You use the slider to increase or decrease the space. Click **Update** to save the new storage space.

<figure><img src="/files/rGL9KIe2gQOYGEtXHspN" alt=""><figcaption></figcaption></figure>

## Change settings for an e-mail account using the API

Use the [email/editaccount](https://github.com/GleSYS/API-docs/wiki/API-Documentation#emaileditaccount) endpoint to change settings for an account using the [API](/platform/control-panel/api.md).


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.glesys.com/products/other/email/how-tos/change-settings-for-an-email-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
