On Tuesday, November 29, 2016 3:26 PM, Wietse Venema
wrote:
mailing lists:
> This is working as documented. As described under "TABLE LOOKUP
> ORDER", the transport_map lookup code generates the .example.bar
> query after the user@domain and domain queries produce no result.
Hello all,
The mysql_table does lookups in the form of key/value pairs, so if I want match
subdomains only for some domains, like the ones in the following mysql table:
> select * from transport;
+--++
| lhs | rhs|
+--++
| .
Hello all,
I am configurating envelope sender address authorization using ldap tables with
Active Directory which has two possible attributes to authenticate users, the
legacy and short name "samaccountname" and the long name "userprincipalname",
so that I am trying is permit authenticate with b
Helo all,
What I am trying to do is whitelist cidr ranges stored in a mysql database and
fallback to smtp auth for the previous unmatched ip addresses. This is the
pseudocode:
if (client_ip in whitelist_mysql_cidr_ranges){ accept
} else if (sender is smtp_authenticated ) { accept} else {
I have accidentally learned that a postfix server has accepted and
attempted to deliver an email with the envelope sender containing 8 bit
ascii codes (it looks like this T\▒\▒m...@domain.tld - that's a backslash and
then ascii extended code 177). the imap backend - an old cyrus lmtp service
- has
On 06/21/2014 06:00 PM, Wietse Venema wrote:
> Each recipient can be reported with the Milter RCPT event handler.
> This combined with the queue ID, allows the Milter to maintain a
> counter that can be queried at End-Of-Message time.
>
> The Milter can also be notified of "abort" events. T
Hello all
I'm trying to limit big mails to local lists using postfix+postfwd but I must
be missing something because it seems too complex to me.
Mail size is available in END-OF-MESSAGE (E-O-M) so I do size checks in this
phase of the protocol. With single recipient mails all works as expected
I was curious, is it possible to create custom error messages? For example
when I get a bounce back error:
- The following addresses had permanent fatal errors -
b...@test.com
(reason: 550 5.1.1 : Recipient address rejected: User
unknown in virtual mailbox table)
(expanded fr
>> imap2:~ root# telnet localhost 25
>> Trying ::1...
>> telnet: connect to address ::1: Connection refused
>> Trying 127.0.0.1...
>> Connected to localhost.
>> Escape character is '^]'.
>> 220 imap2.beth.k12.pa.us ESMTP Postfix
>> EHLO imap2.beth.k12.pa.us
>> 250-imap2.beth.k12.pa.us
>> 250-PIPELI
Adrian Dinu wrote:
Hello,
I have the following problem with my postfix configuration:
<< SNIP >>
Aug 18 10:56:20 server postfix/smtpd[17528]: warning: mysql query
failed: Unknown column 'email' in 'where clause'
<< SNIP >>
Kind Regards.
OK You need to go through all the SQL queries you crea
Hello,
My postfix manages mail for a number of domains, e.g. gtwm.co.uk. The
MX records are set so that mail is filtered through a third party spam
catcher.
However the server has one domain that is the 'main' hostname of the
server, listed in /etc/hosts:
62.73.174.227eul0001189.eu.v
11 matches
Mail list logo