# Deploy Poste with Easypanel

URL: /templates/poste

Poste is a self-hosted mail server solution that provides a complete and secure email hosting platform. It offers built-in features such as spam filtering, DKIM signing, and webmail access to ensure a reliable email experience. This app is a Docker containerized version of Poste, making it easy to deploy and manage across various environments.

## Benefits

### Self-Hosted Mail Server

Poste is a self-hosted email server solution that ensures privacy and data ownership. Users have full control over their email accounts, domains, and mail data without relying on third-party services.

### Secure & Encrypted Communication

Poste includes built-in support for TLS encryption, DKIM signing, SPF, and DMARC to enhance email security and prevent phishing attacks.

### Multi-Platform Support

The app is compatible with multiple architectures, including x86-64 and arm64, ensuring broad deployment possibilities.

### Customizable & Extensible

Poste offers configuration options, allowing administrators to tailor the email server to their specific needs, including domain management, email filtering, and authentication settings.

## Features

### Webmail Interface

Poste provides a user-friendly webmail interface, allowing users to access and manage their emails directly from a browser.

### Spam & Malware Protection

The app includes built-in spam filtering and virus scanning to ensure incoming and outgoing emails are safe and free from malicious content.

### Domain & Account Management

Administrators can easily create and manage email accounts, set up custom domains, and configure forwarding rules within the Poste dashboard.

### Secure Email Protocols

Poste supports standard email protocols such as SMTP, IMAP, and POP3, ensuring compatibility with a wide range of email clients.

### Easy SSL Integration

Poste simplifies SSL certificate management with built-in Let's Encrypt support, making it easy to enable HTTPS for secure email access.

### Easy Deployment with Docker

Poste is containerized for quick and seamless deployment, simplifying the installation and management process.

## Configuration

- `appServiceName` (App Service Name, required): poste

- `appServiceImage` (App Service Image, required): analogic/poste.io:2.5.11

- `customHttpPort` (Custom HTTP Port, required): 8080

- `customHttpsPort` (Custom HTTPS Port, required): 8443

- `virtualHost` (Virtual Host, required): mail.example.com

- `smtpRelay` (SMTP Relay, required): 25

- `pop3Port` (POP3 Port, required): 110

- `imapPort` (IMAP Port, required): 143

- `smtpPort` (SMTP Port, required): 465

- `smtpsPort` (SMTPS Port, required): 587

- `secureImapPort` (Secure IMAP Port, required): 993

- `securePop3Port` (Secure POP3 Port, required): 995

- `emailFilterPort` (Email Filter Port, required): 4190

## Services

- poste: app (analogic/poste.io:2.5.11)

## Resources

- [Documentation](https://poste.io/docs)

- [Github](https://github.com/analogic/poste.io)

- [Template source](https://github.com/easypanel-io/templates/tree/main/templates/poste)