On 20.06.18 11:44, Ruben Safir wrote:
The first part is for incoming email. If I get email to a specific
user, c...@newcorp.com , it should be accepted and the MTA should relay
it a user ceo or an alias mysuer. It should reject anything other than
newcorp.com or mrbrklyn.com on the incoming mai
I run Postfix 3.3.1 & Nginx 1.15.0
Both work great.
I'm beginning to experiment with putting Postfix (and eventually other) server
behind Nginx (v 1.15.0) setup as a mail (SMTP) proxy.
Without the proxy, Postfix logs show an inbound connection to my real IP
Jun 21 12:12:31 mailprox pos
These links should get you going in the right direction.
http://www.postfix.org/postconf.5.html#smtpd_upstream_proxy_protocol
Postfix Configuration Parameters
|
|
|
| | |
|
|
|
| |
Postfix Configuration Parameters
|
|
|
×
Module ngx_mail_proxy_module
|
|
| |
Module
On Thu, Jun 21, 2018 at 12:47:50PM -0700, cy...@123mail.org wrote:
> I'm beginning to experiment with putting Postfix (and eventually other)
> server behind Nginx (v 1.15.0) setup as a mail (SMTP) proxy.
Why?
> What I see in the Postfix log is
> Jun 21 12:10:12 mailprox postfix/postscreen[
Hello,
We have a voicemail system that emails the voice messages to the
users. It uses the Caller ID info in the Display Name area of the
From: field.
A problem occurs when the Caller ID contains a comma which causes the
recipients email server to see the post with multiple from addresses
and som
Sonic:
> Hello,
>
> We have a voicemail system that emails the voice messages to the
> users. It uses the Caller ID info in the Display Name area of the
> From: field.
>
> A problem occurs when the Caller ID contains a comma which causes the
> recipients email server to see the post with multiple
Hi list,
I have a few users which use a metered mobile connection and I need them to
have restriction in monthly volume used and in each msg size different
than my normal
recipients. eg Normal users can send or receive up to 10MB message but for
them I need
to have a much lower restriction. Is it
You need a policy-server: http://www.postfix.org/addon.html#policy
If you already use dovecot then you can use sieve to delete incoming messages
bigger than 10MB: https://wiki.dovecot.org/Pigeonhole/Sieve
> On 22 Jun 2018, at 07:21, Sec Adm wrote:
>
> Hi list,
>
> I have a few users which us