In message <5700f376.7050...@lfweb.dk>
Lars Nielsen writes:
>
> Hi,
> This Thursday i had problems sending mails to outlook.com addresses. I
> found out that MS thought my mail-server was suspicious and had blocked
> me as sender. I could however mail to them and gotten my server allowed
> agai
/usr/local/bin/maildayHTML:
#! /bin/bash
# requires smtpd_log_access_permit_actions = static:all in /etc/postfix/main.cf
# will not list emails sent to multiple users (not an issue for me)
if [ "$#" -eq 0 ];then
echo “include pattern for user”
else
TITLE=`gdate --date='yesterday' +'%d %B %Y'`
On Sun, Apr 03, 2016 at 12:41:58PM +0200, Lars Nielsen wrote:
> Hi,
> This Thursday i had problems sending mails to outlook.com addresses.
> I found out that MS thought my mail-server was suspicious and had
> blocked me as sender. I could however mail to them and gotten my
> server allowed again.
>
Hamy:
> This is working fine and without any apparent issues. however,
> Postfix doesn't seem to consult the policy when you're using virtual
> alias addresses. I have defined virtual alias email addresses using
Postfix smtpd_mumble_restrictions applies to the address in the SMTP
command(*). There
From: Viktor Dukhovni
To: Postfix users
Date: 04/01/2016 07:44 PM
Subject:Re: Postfix forwarder/relay server with LDAP
Sent by:owner-postfix-us...@postfix.org
> On Apr 1, 2016, at 10:06 AM, tbucha...@vinu.edu wrote:
>
> My successful ldapsearch command is this: ldapse
Hi TobiasThank you for your suggestion. I've tried it. unfortunately it does
not seem to work. I believe this is because it happens during cleanup process
which is right before queuing the message (not after receiving the 'rcpt to:'
command). at least the virtual(5) manual seems to suggest so:
"
Ah yes, you're right.
I have yet to find any obvious way directly in Postfix to either force
the From: header to be rewritten to MAIL FROM envelope, or to check this
same header against the envelope or authenticated username.
I had some ideas of possibly using cleanup, trivial-rewrite, canoni
Hi,
It's been a while since I'm struggling with that one:
I need in order to send faxes to rewrite 01234...@my.fax.machine to
something like
my@fax.machine with a replaced subject: "[FAX:/S=01234565/O=someoption]
original subject"
based on other fax machine post from this list, I tryed to mo