<feed xmlns='http://www.w3.org/2005/Atom'>
<title>packages/mail/emailrelay/files, branch master</title>
<subtitle>Mirror of packages feed</subtitle>
<id>https://git.openwrt.org/feed/packages/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/feed/packages/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/'/>
<updated>2025-05-21T09:08:36Z</updated>
<entry>
<title>emailrelay: fix reference link</title>
<updated>2025-05-21T09:08:36Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2022-07-31T15:09:41Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=c5604731cac5632ca2836848312015c2702929dd'/>
<id>urn:sha1:c5604731cac5632ca2836848312015c2702929dd</id>
<content type='text'>
Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>emailrelay: more options</title>
<updated>2025-05-21T09:08:36Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2023-08-30T18:56:27Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=0cba893a3d43c41e7e1b46f8544d4dec4829b333'/>
<id>urn:sha1:0cba893a3d43c41e7e1b46f8544d4dec4829b333</id>
<content type='text'>
--as-client mode.
dnsbl: to reject bad IPs.
spool_dir and delivery_dir: to set storage on USB disk.
filter: for SpamAssassin.
POP3 options.
Specify interface.
Use --forward-to-some by default.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>emailrelay: conf: TLS split cert and private key</title>
<updated>2025-05-21T09:08:36Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2023-08-30T17:00:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=7383eb093b5e038574c04514a624e4a46740a1bc'/>
<id>urn:sha1:7383eb093b5e038574c04514a624e4a46740a1bc</id>
<content type='text'>
Since v2.3.1 --server-tls-certificate and --client-tls-certificate may be comma separated list of privkey and fullchain so users don't need to merge the both files.
The privkey must be firts, the cert second.
Reflect this in config samples.

Alternatively instead of comma separated the emailrelay allows just pass two --server-tls-certificate options: one for a privkey and second time for a cert.

So the server_tls_certificate option may be a list. But instead to make it easier to configure from UCI let's add a separate option server-tls-key which is dedicated for a privkey.

Similarly, the client-tls-key is a private key part for the --client-tls-certificate

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>emailrelay: conf: TLS options</title>
<updated>2025-05-21T09:08:36Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2022-07-23T20:17:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=ccd014b247ae8ad789a8e3aaa59da1a98d270e88'/>
<id>urn:sha1:ccd014b247ae8ad789a8e3aaa59da1a98d270e88</id>
<content type='text'>
The server_tls/client_tls option also requires certs.

server_tls_required
server_tls_certificate
server_tls_verify
client_tls_required
client_tls_certificate
client_tls_verify

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>emailrelay: fix server_tls</title>
<updated>2025-05-21T09:08:36Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2022-05-15T09:17:39Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=996b2ec6723565ec1ba7837d24eb59559b61eb2f'/>
<id>urn:sha1:996b2ec6723565ec1ba7837d24eb59559b61eb2f</id>
<content type='text'>
The --server-tls is a boolean option and don't have an arg.

Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>emailrelay: early return if not enabled</title>
<updated>2025-05-21T09:08:36Z</updated>
<author>
<name>Sergey Ponomarev</name>
</author>
<published>2022-05-16T12:34:09Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=caa4f7f8faf1f2970f1b6e187dc7da6e78887bcf'/>
<id>urn:sha1:caa4f7f8faf1f2970f1b6e187dc7da6e78887bcf</id>
<content type='text'>
Signed-off-by: Sergey Ponomarev &lt;stokito@gmail.com&gt;
</content>
</entry>
<entry>
<title>emailrelay: add some runtime options</title>
<updated>2018-08-20T17:29:41Z</updated>
<author>
<name>Othmar Truniger</name>
</author>
<published>2018-08-20T17:18:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=432cc99d9a20b2472a2a5c65a53dc430ae169055'/>
<id>urn:sha1:432cc99d9a20b2472a2a5c65a53dc430ae169055</id>
<content type='text'>
Signed-off-by: Othmar Truniger &lt;github@truniger.ch&gt;
</content>
</entry>
<entry>
<title>mail/emailrelay: tune up initscript and config</title>
<updated>2017-11-17T11:07:08Z</updated>
<author>
<name>Paul Wassi</name>
</author>
<published>2017-11-16T10:38:11Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=084a9ee0c130d20b720559be03bc527f02a297f4'/>
<id>urn:sha1:084a9ee0c130d20b720559be03bc527f02a297f4</id>
<content type='text'>
Previously, configuration of emailrelay was done by fiddling around
with the commandline inside the initscript. Introduce a config file
in /etc/config for basic configuration and at the same time switch
to a procd-style initscript.

Signed-off-by: Paul Wassi &lt;p.wassi@gmx.at&gt;
</content>
</entry>
<entry>
<title>mail/emailrelay: cosmetic fixes</title>
<updated>2017-11-16T09:10:41Z</updated>
<author>
<name>Paul Wassi</name>
</author>
<published>2017-11-16T09:00:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=e83d0c0d8d117004addd8efc82f355abd512cea3'/>
<id>urn:sha1:e83d0c0d8d117004addd8efc82f355abd512cea3</id>
<content type='text'>
This is just a cosmetic thing, therefore no increase of PKG_RELEASE.
- Trailing spaces and tabs
- Add newline to end of file
- Add License info to Makefile
- Move maintainer definition to PKG_MAINTAINER

Signed-off-by: Paul Wassi &lt;p.wassi@gmx.at&gt;
</content>
</entry>
<entry>
<title>emailrelay: added configuration options</title>
<updated>2016-10-04T10:23:17Z</updated>
<author>
<name>Rupan</name>
</author>
<published>2016-09-18T13:32:24Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/feed/packages/commit/?id=57589398313a19cbe0999e72ce1fc57786f7c5c7'/>
<id>urn:sha1:57589398313a19cbe0999e72ce1fc57786f7c5c7</id>
<content type='text'>
- moved from net to mail category
- removed no-ssl package and added ssl support as configuration option (default enabled)
- added configuration option to support extended logging (default disabled)
- disabled build of test tools
- added LEDE compatibility (support for openssl without SSL3)

Signed-off-by: Federico Di Marco &lt;fededim@gmail.com&gt;
</content>
</entry>
</feed>
