Re: Dovecot - Do I need this?

2018-08-25 Thread Matt Schwartz
All you have to do is just have the final delivery happen to an mbox
location. For example:
action "action01" mbox alias 
action "action02" relay
match from any for domain "example.org" action "action01"
match from local for any action "action02"

>From there you should be able to use a mail reader like alpine or mutt.
On Sat, Aug 25, 2018 at 7:28 PM Antonino Sidoti wrote:
>
> Hi,
>
> I am currently building a mail server using OpenSMTPD on OpenBSD 6.3
>
> I see a lot of examples on the web about configurations and nearly all of 
> them are using a combination of OpenSMTPD, Dovecot, Spamassassin and so on. I 
> understand the reason behind the selection of software and the intended 
> purpose of each software.
>
> My question is, Can I use OpenSMTPD with Spamd (OpenBSD - Spamd, Greylisting, 
> Graytrapping) and not have anything to do with Dovecot or any other MDA. I 
> also know the configuration is having a syntax change (pool.org) and I see 
> that they have no reference to Dovecot or other third party software. In 
> particular, pools.org has reference to Maildir in their configuration 
> examples and that is what I am trying to achieve too in OpenSMTPD.
>
> Nino
> --
> You received this mail because you are subscribed to misc@opensmtpd.org
> To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org
>

--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



Re: Dovecot - Do I need this?

2018-08-25 Thread Thomas Bohl
> I am not sure what you mean by “read emails locally”. Can I use Roundcube to 
> read my emails or mutt? Do I need Dovecot for this?

The emails are gonna be read on the machine that runs OpenSMTP.
Whatever program you're planing on using has to be able to access the
Maildir/mbox directly on the file system level. Mutt is able to do this.
I'm not sure whether roundcube is capable of it. A quick look at the
website says it's a IMAP-client. So you would need dovecot as a IMAP-server.

IIRC SquirrelMail can work with direct Maildir access.

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



Re: Dovecot - Do I need this?

2018-08-25 Thread Matt Schwartz
You don't have to use Dovecot. Dovecot is just very popular because it is
stable, secure, and scales very well!

On Sat, Aug 25, 2018, 7:28 PM Antonino Sidoti wrote:

> Hi,
>
> I am currently building a mail server using OpenSMTPD on OpenBSD 6.3
>
> I see a lot of examples on the web about configurations and nearly all of
> them are using a combination of OpenSMTPD, Dovecot, Spamassassin and so on.
> I understand the reason behind the selection of software and the intended
> purpose of each software.
>
> My question is, Can I use OpenSMTPD with Spamd (OpenBSD - Spamd,
> Greylisting, Graytrapping) and not have anything to do with Dovecot or any
> other MDA. I also know the configuration is having a syntax change (
> pool.org) and I see that they have no reference to Dovecot or other third
> party software. In particular, pools.org has reference to Maildir in
> their configuration examples and that is what I am trying to achieve too in
> OpenSMTPD.
>
> Nino
> --
> You received this mail because you are subscribed to misc@opensmtpd.org
> To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org
>
>


Re: Dovecot - Do I need this?

2018-08-25 Thread Thomas Bohl
Hi,

> My question is, Can I use OpenSMTPD with Spamd (OpenBSD - Spamd, Greylisting, 
> Graytrapping) and not have anything to do with Dovecot or any other MDA.

Yes, dovecot is optional. You can read the emails locally.

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



Dovecot - Do I need this?

2018-08-25 Thread Antonino Sidoti
Hi,

I am currently building a mail server using OpenSMTPD on OpenBSD 6.3

I see a lot of examples on the web about configurations and nearly all of them 
are using a combination of OpenSMTPD, Dovecot, Spamassassin and so on. I 
understand the reason behind the selection of software and the intended purpose 
of each software.

My question is, Can I use OpenSMTPD with Spamd (OpenBSD - Spamd, Greylisting, 
Graytrapping) and not have anything to do with Dovecot or any other MDA. I also 
know the configuration is having a syntax change (pool.org) and I see that they 
have no reference to Dovecot or other third party software. In particular, 
pools.org has reference to Maildir in their configuration examples and that is 
what I am trying to achieve too in OpenSMTPD.

Nino
--
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org