meyer-jor...@t-online.de put forth on 2/8/2011 11:59 PM:
>> I'm afraid Wolfgang's method is the only one, then - you'd have to
>> correlate all recipients by incoming queue-id.
>> A perl array could probably do this moderately efficiently, but I know
>> of no ready-made tools that do this - espec
GB GB put forth on 2/8/2011 4:52 PM:
> so if I understand correctly, when I use
> sender_dependent_relayhost_maps transport and relayhost need to be
> empty
GB GB put forth on 2/8/2011 4:10 PM:
> here is the outputthe current version of postfix is 2.3.19
>
> mail_release_date = 20040915
>
> I'm afraid Wolfgang's method is the only one, then - you'd have to
> correlate all recipients by incoming queue-id.
> A perl array could probably do this moderately efficiently, but I know
> of no ready-made tools that do this - especially since, as you said, the
> Subject: logging was customi
On 2/4/11 3:31 AM, Alokat wrote:
> On 02/03/2011 08:10 PM, Reindl Harald wrote:
>> AFAIK this is a problem that does not exist in the real world
>> We are hosting 200 mail domains and there is one hostname
>> and one certificate for all of them
> yeah I guess I will just use one certificate for a
On 2/3/11 11:52 AM, Reindl Harald wrote:
>> When someone reports a problem with mail from a given server, I can
>> grep for the ip address of the server, then re-grep for the connection
>> ids associated with that address and get everything that was ever logged
>> about mail from that server.
>
>
On Tue, 2011-02-08 at 22:04:38 +0100, Robert Schetterer wrote:
> Hi, geotrust
> has changed ssl procedures
> for this in i.e apache
> i have to add intermediate in a extra
> SSLCACertificateFile
[ .. ]
> i am not quite sure if or how i should include
> intermediate ca in postfix
The TLS_README
When I search for those clauses I come up with the following
address_verify_relayhost = $relayhost
address_verify_transport_maps = $transport_maps
proxy_read_maps = $local_recipient_maps $mydestination
$virtual_alias_maps $virtual_alias_domains $virtual_mailbox_maps
$virtual_mailbox_domains $relay
GB GB:
> postconf -n -c /etc/postfix-hd will render the output I sent in the
> earlier mail
I don't have time for people with hundreds of parameters
in their main.cf file.
You can find out for yourself if the requirements for
sender_dependent_relayhost_maps are met: no transport_maps,
no rel
On 2/8/2011 5:39 PM, GB GB wrote:
postconf -n -c /etc/postfix-hd will render the output I sent in the
earlier mail
regards,
On Tue, Feb 8, 2011 at 5:20 PM, Wietse Venema wrote:
GB GB:
here is the outputthe current version of postfix is 2.3.19
I asked for "postconf -n" output.
I di
postconf -n -c /etc/postfix-hd will render the output I sent in the
earlier mail
regards,
On Tue, Feb 8, 2011 at 5:20 PM, Wietse Venema wrote:
> GB GB:
>> here is the outputthe current version of postfix is 2.3.19
>>
>
> I asked for "postconf -n" output.
>
> I did not ask for hundreds of
Un message de Mickael t'attend...
L'expéditeur et le contenu seront visibles seulement par toi et tu peux le
supprimer à tout moment. Tu peux aussi y répondre directement au travers du
messenger. Pour découvrir qui est à l'origine du message, suis simplement ce
lien:
http://eu1.badoo.com/019942
GB GB:
> here is the outputthe current version of postfix is 2.3.19
>
I asked for "postconf -n" output.
I did not ask for hundreds of parameter settings.
Wietse
here is the outputthe current version of postfix is 2.3.19
2bounce_notice_recipient = postmaster
access_map_reject_code = 554
address_verify_default_transport = $default_transport
address_verify_local_transport = $local_transport
address_verify_map =
address_verify_negative_cache = yes
address
On 2011-02-08 4:39 PM, Noel Jones wrote:
> On 2/8/2011 3:32 PM, Charles Marcus wrote:
>> On 2011-02-07 8:28 PM, Noel Jones wrote:
>>> Don't use "domain aliases".
>>>
>>> Wildcard address rewrites disable recipient validation.
>> Postfixadmin (2.3.2+) has working recipient verification with alias
>
On 2/8/2011 3:32 PM, Charles Marcus wrote:
On 2011-02-07 8:28 PM, Noel Jones wrote:
On 2/7/2011 5:44 PM, Reindl Harald wrote:
"mysql-recipients.cf" is querying dbmail for valid addresses
dbmail do not have domain-aliases and so postfix should handle
this by saying "thelounge.at is an alias for
Am 08.02.2011 22:32, schrieb Charles Marcus:
>> Don't use "domain aliases".
>>
>> Wildcard address rewrites disable recipient validation.
>
> Postfixadmin (2.3.2+) has working recipient verification with alias
> domains...
Hm - I will take a look what they do if i find no simple solution
exter
On 2011-02-07 8:28 PM, Noel Jones wrote:
> On 2/7/2011 5:44 PM, Reindl Harald wrote:
>> "mysql-recipients.cf" is querying dbmail for valid addresses
>> dbmail do not have domain-aliases and so postfix should handle
>> this by saying "thelounge.at is an alias for the lounge.net
>> and if someone sen
gbcy...@gmail.com:
> My apologies, the sender_relay contains
> /r...@ltest01.domain.com/ [1.2.3.4]
>
> Regxp is what I will use for this map
Please show COMPLETE postconf -n output. As documented at
http://www.postfix.org/postconf.5.html#sender_dependent_relayhost_maps
the sender_dependent_r
My apologies, the sender_relay contains
/r...@ltest01.domain.com/ [1.2.3.4]
Regxp is what I will use for this map
Regards,
On 2011-02-08, at 3:48 PM, Jeroen Geilman wrote:
> On 02/08/2011 08:47 PM, GB GB wrote:
>> Hello,
>>
>> I noticed after configuring sender_dependent_relayhost_maps an
Zitat von Victor Duchovni :
On Tue, Feb 08, 2011 at 09:25:06AM +0100, lst_ho...@kwsoft.de wrote:
local_recipient_maps is used for recipients with domain part listed in
mydestination (= local domain class)
virtual_alias_maps is used for domains listed in virtual_alias_domains (=
virtual alias d
Hi, geotrust
has changed ssl procedures
for this in i.e apache
i have to add intermediate in a extra
SSLCACertificateFile
like written here
http://www.geotrust.com/resources/extended-validation-ssl/installation-instructions.html
for some browsers
so now comes the question related to postfix before
On 02/08/2011 08:47 PM, GB GB wrote:
Hello,
I noticed after configuring sender_dependent_relayhost_maps and
expecting it to forward mail to my listed destination does not work as
expected.
I need sender_dependent_relayhost_maps to forward mail depending what
the the source is.
Our team has spli
On Tue, Feb 08, 2011 at 02:01:43PM -0500, Wietse Venema wrote:
> Good. for posteriority, the examples below uses smtp_header_checks
> syntax instead of smtp_generic_checks syntax. Either feature should
> do the job, when used appropriately.
That would be smtp_generic_maps of course, which rewrite
On Tue, Feb 08, 2011 at 11:39:14AM -0800, Quanah Gibson-Mount wrote:
> OpenSSL.org states:
>
> aNULL
>
> the cipher suites offering no authentication. This is currently the
> anonymous DH algorithms. These cipher suites are vulnerable to a ``man in
> the middle'' attack and so their use is norma
Hello,
I noticed after configuring sender_dependent_relayhost_maps and
expecting it to forward mail to my listed destination does not work as
expected.
I need sender_dependent_relayhost_maps to forward mail depending what
the the source is.
Our team has split into 2 so since we have 2 relays I fi
--On Tuesday, February 08, 2011 11:39 AM -0800 Quanah Gibson-Mount
wrote:
OpenSSL.org states:
aNULL
the cipher suites offering no authentication. This is currently the
anonymous DH algorithms. These cipher suites are vulnerable to a ``man in
the middle'' attack and so their use is normally d
OpenSSL.org states:
aNULL
the cipher suites offering no authentication. This is currently the
anonymous DH algorithms. These cipher suites are vulnerable to a ``man in
the middle'' attack and so their use is normally discouraged.
However, this cipher suite is enabled by default with postfix
Peter Micunek:
> Wietse,
>
> It seems that you helped me.
>
> Thanks a lot
Good. for posteriority, the examples below uses smtp_header_checks
syntax instead of smtp_generic_checks syntax. Either feature should
do the job, when used appropriately.
Wietse
> PM
>
> On Tue, 8 Feb 2011 10
On Tue, Feb 08, 2011 at 09:25:06AM +0100, lst_ho...@kwsoft.de wrote:
> local_recipient_maps is used for recipients with domain part listed in
> mydestination (= local domain class)
> virtual_alias_maps is used for domains listed in virtual_alias_domains (=
> virtual alias domain class)
NO, virt
Wietse,
It seems that you helped me.
Thanks a lot
PM
On Tue, 8 Feb 2011 10:26:19 -0500 (EST), Wietse Venema wrote
> Wietse Venema:
> > Peter Micunek:
> > > Wietse,
> > >
> > > problem is that I need to have one domain in the field "MAIL FROM:"
> > > for all emails come from particular client
Wietse Venema:
> Peter Micunek:
> > Wietse,
> >
> > problem is that I need to have one domain in the field "MAIL FROM:"
> > for all emails come from particular client for example 10.10.10.10
> > to my postfix server. The mail header field "From:" will be
> > preserved.
>
> You need to configure
On 2/8/2011 8:08 AM, Peter Micunek wrote:
Wietse,
problem is that I need to have one domain in the field "MAIL FROM:" for all
emails
come from particular client for example 10.10.10.10 to my postfix server.
The mail header field "From:" will be preserved.
I need to do because these emails is ro
Peter Micunek:
> Wietse,
>
> problem is that I need to have one domain in the field "MAIL FROM:"
> for all emails come from particular client for example 10.10.10.10
> to my postfix server. The mail header field "From:" will be
> preserved.
You need to configure as follows:
1) Configure Postfix
Wietse,
problem is that I need to have one domain in the field "MAIL FROM:" for all
emails
come from particular client for example 10.10.10.10 to my postfix server.
The mail header field "From:" will be preserved.
I need to do because these emails is routed via transport map to the
destinati
* Nikolaos Milas :
> Thanks Ralf,
>
> That means that the following format should be OK?
>
>ma...@example.com user1,user2,user3
>ma...@example.com user1,user2
>ma...@example.com user1,user3
>
> This is still a M-to-M mapping (many mail addresses are mapped to
> many SA
Thanks Ralf,
That means that the following format should be OK?
ma...@example.com user1,user2,user3
ma...@example.com user1,user2
ma...@example.com user1,user3
This is still a M-to-M mapping (many mail addresses are mapped to many
SASL login usernames), it's just format
Peter Micunek:
> Hi All,
>
> I need to rewrite the envelope field "MAIL FROM:" but only for
> emails which come
> from particular smtp client IP.
> Is there any possibility how to do it?
Can you describe the problem, instead of the solution (per
client rewriting)?
Wietse
Hi All,
I need to rewrite the envelope field "MAIL FROM:" but only for emails which
come
from particular smtp client IP.
Is there any possibility how to do it?
Regards,
Peter Micunek
---
Stavebna fakulta STU, Bratislava
Faculty of Civil Engineering
* Nikolaos Milas :
> Thanks Jeroen,
>
> I checked the documentation and I think smtpd_sender_login_maps might
> do the trick.
>
> Does anyone know if a many-to-many (M-to-M) mapping is allowed in
> these maps? That is, the following example is valid (a hash file)?
No
>ma...@example.com
Thanks Jeroen,
I checked the documentation and I think smtpd_sender_login_maps might do
the trick.
Does anyone know if a many-to-many (M-to-M) mapping is allowed in these
maps? That is, the following example is valid (a hash file)?
ma...@example.com user1
ma...@example.com u
Quanah Gibson-Mount:
> Unlike previous postfix releases, postconf changes the ownership of the
> "main.cf" file when it is executed. This breaks things that specifically
> set the ownership on main.cf prior to executing postconf.
Postfix main.cf and master.cf MUST BE OWNED BY ROOT.
Wie
Zitat von Ralf Hildebrandt :
* lst_ho...@kwsoft.de :
virtual_alias_maps is used for domains listed in
virtual_alias_domains (= virtual alias domain class)
No, it's always applied!
Upps, yes. This has confused me some time ago already...
Regards
Andreas
smime.p7s
Description: S/MIME C
* lst_ho...@kwsoft.de :
> virtual_alias_maps is used for domains listed in
> virtual_alias_domains (= virtual alias domain class)
No, it's always applied!
--
Ralf Hildebrandt
Geschäftsbereich IT | Abteilung Netzwerk
Charité - Universitätsmedizin Berlin
Campus Benjamin Franklin
Hindenbur
Zitat von Reindl Harald :
Hm, OK, i will start my IDE and develop something nice
local_recipient_maps = mysql:/etc/postfix/mysql-recipients.cf
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_alias.cf
Can i use both as above because "mysql-recipients.cf" are from
the dbmail-alias-table an
44 matches
Mail list logo