[pfx] Re: Quick question postfix & exchange (partially resolved)

2025-01-14 Thread Wietse Venema via Postfix-users
Florian Piekert: > Question: > I assume, it is not possible, based on EHLO of sending server, to > NOT list STARTTLS in the pf 250 capabilities listing? POstfix can suppress the STARTTLS by client IP address. Example with table inlined in main.cf: /etc/postfix/main.cf: smtpd_discard_ehlo_key

[pfx] Re: Quick question postfix & exchange

2025-01-13 Thread Wietse Venema via Postfix-users
Florian Piekert: Checking application/pgp-signature: FAILURE -- Start of PGP signed section. > Good evening Wietse and Viktor, > > I remember there was a recent thread about postfix, TLS and Exchange and > failures to exchange(receive email by postfix). I didn't want to bother the > list again,

Re: Quick question

2015-08-31 Thread Peter
On 08/29/2015 03:48 AM, Peter L. Berghold wrote: > I know you can bind smptd to a specific address for outgoing email. Is > it possible (or even feasible) to run multiple smtpd sessions, tying > each one to a specific IP address and routing email based on domain > name? Yes, and examples of how t

RE: Quick question

2015-08-28 Thread Wolfe, Robert
[pe...@berghold.net] Sent: Friday, August 28, 2015 10:48 AM To: postfix-users@postfix.org Subject: Quick question I know you can bind smptd to a specific address for outgoing email. Is it possible (or even feasible) to run multiple smtpd sessions, tying each one to a specific IP address and routing

Re: Quick question

2015-08-28 Thread Viktor Dukhovni
On Fri, Aug 28, 2015 at 04:21:07PM +, Wolfe, Robert wrote: > Not sure, but this _MIGHT_ be what you need (YMMV): > > http://www.kutukupret.com/2010/01/02/postfix-bind-sender-domain-to-dedicated-outgoing-ip-address/ I read the OP's message as wanting to use a particular IP address for sending

Quick question

2015-08-28 Thread Peter L. Berghold
I know you can bind smptd to a specific address for outgoing email. Is it possible (or even feasible) to run multiple smtpd sessions, tying each one to a specific IP address and routing email based on domain name? For instance: {most users} ---> smtpd instance 1 {verizon.net}

Re: Quick question on mynetworks

2013-10-03 Thread Mark Goodge
On 03/10/2013 12:56, Wietse Venema wrote: Mark Goodge: If the value for mynetworks is contained in a file rather than hardcoded into main.cf, as per this example from the documentation... mynetworks = $config_directory/mynetworks ... is it necessary to reload Postfix when the contents of that

Re: Quick question on mynetworks

2013-10-03 Thread Wietse Venema
Mark Goodge: > If the value for mynetworks is contained in a file rather than hardcoded > into main.cf, as per this example from the documentation... > > mynetworks = $config_directory/mynetworks > > ... is it necessary to reload Postfix when the contents of that file > changes, or will any cha

Re: Quick question on mynetworks

2013-10-03 Thread btb
On Oct 3, 2013, at 06.30, Mark Goodge wrote: > I know I could solve the problem by using authentication, but a lot of the > outbound email is generated by cron scripts on a server inside the network, > and rewriting all of them to authenticate when sending mail is likely to be > considerably m

Quick question on mynetworks

2013-10-03 Thread Mark Goodge
If the value for mynetworks is contained in a file rather than hardcoded into main.cf, as per this example from the documentation... mynetworks = $config_directory/mynetworks ... is it necessary to reload Postfix when the contents of that file changes, or will any changes be picked up immediat

Re: Forwarding emails, quick question

2010-09-23 Thread Victor Duchovni
On Thu, Sep 23, 2010 at 10:13:30PM +0200, mouss wrote: > Le 23/09/2010 16:11, Brian Pribis a ?crit : >> O.k., I figured it out. I think. Problem wasn't with the MUA, or >> postfix (which I knew), or the configuration. It was with me (who >> would have thought?). Apparently what I am seein

Re: Forwarding emails, quick question

2010-09-23 Thread mouss
Le 23/09/2010 16:11, Brian Pribis a écrit : O.k., I figured it out. I think. Problem wasn't with the MUA, or postfix (which I knew), or the configuration. It was with me (who would have thought?). Apparently what I am seeing is normal for MTA's and aliases. At least, it works the same f

Re: Forwarding emails, quick question

2010-09-23 Thread Brian Pribis
O.k., I figured it out. I think. Problem wasn't with the MUA, or postfix (which I knew), or the configuration. It was with me (who would have thought?). Apparently what I am seeing is normal for MTA's and aliases. At least, it works the same for sendmail and postfix. I hadn't realized tha

Re: Forwarding emails, quick question

2010-09-22 Thread mouss
Le 22/09/2010 14:40, Brian Pribis a écrit : Victor, On Tue, Sep 21, 2010 at 10:39 AM, Victor Duchovni wrote: On Tue, Sep 21, 2010 at 08:36:49AM -0400, Brian Pribis wrote: complain to the provider of your MUA. In any case, this thread is closed, the issue has NOTHING to do with Postfix. You

Re: Forwarding emails, quick question

2010-09-22 Thread Brian Pribis
Mark, Thank you for looking at this. The first two are sent from thunderbird and picked up by thunderbird. The second two are sent through gmail and picked up by thunderbird. On Wed, Sep 22, 2010 at 8:55 AM, Mark Goodge wrote: > On 22/09/2010 13:40, Brian Pribis wrote: > 1. Sent from br...@b

Re: Forwarding emails, quick question

2010-09-22 Thread Mark Goodge
On 22/09/2010 13:40, Brian Pribis wrote: Here is the virtual: c...@letterpress.cc brian brian is a real live unix account on this system, and mail does indeed get to this account. If I email from ANY MUA to c...@letterpress.cc FROM br...@boxcarpress.com and hit reply-all I get: TO = br...@bo

Re: Forwarding emails, quick question

2010-09-22 Thread Brian Pribis
Victor, On Tue, Sep 21, 2010 at 10:39 AM, Victor Duchovni wrote: > On Tue, Sep 21, 2010 at 08:36:49AM -0400, Brian Pribis wrote: > >complain to the provider of your MUA. > >In any case, this thread is closed, the issue has > NOTHING to do with Postfix. You can explore the semantics of your MUA >

Re: Forwarding emails, quick question

2010-09-21 Thread Victor Duchovni
On Tue, Sep 21, 2010 at 08:36:49AM -0400, Brian Pribis wrote: > br...@virtual_domain.cc brian #brian is a real account on the server. Postfix configuration files DO NOT support comments that follow data on the *same* line. I hope that this "comment" is just in this message to describe the rule,

Re: Forwarding emails, quick question

2010-09-21 Thread Brian Pribis
Viktor, On Mon, Sep 20, 2010 at 7:38 PM, Victor Duchovni wrote: > On Mon, Sep 20, 2010 at 03:15:37PM -0400, Brian Pribis wrote: > >> If I put >> >>       addr...@virtual_domain m...@gmail.com >> >> Shouldn't it simply forward email from the first address to my gmail account? > > Yes. > >> What h

Re: Forwarding emails, quick question

2010-09-20 Thread Victor Duchovni
On Mon, Sep 20, 2010 at 03:15:37PM -0400, Brian Pribis wrote: > If I put > > addr...@virtual_domain m...@gmail.com > > Shouldn't it simply forward email from the first address to my gmail account? Yes. > What happens is the mail does go to gmail but if I hit "reply" it > tries to mail ba

Re: Forwarding emails, quick question

2010-09-20 Thread Brian Pribis
Ok, let me do this another way, since I'm clearly not understanding how this is suppose to work. I read: http://www.postfix.org/ADDRESS_REWRITING_README.html#virtual Am I understanding this correctly? If I put addr...@virtual_domain m...@gmail.com Shouldn't it simply forward email from the fir

Re: Forwarding emails, quick question

2010-09-17 Thread Brian Pribis
On 9/16/10 7:56 PM, Sahil Tandon wrote: On Thu, 2010-09-16 at 22:40:10 +0200, Jeroen Geilman wrote: On 09/16/2010 10:33 PM, Brian Pribis wrote: When I receive an email addressed to, say, t...@virtual_domain.com, I want this forwarded to someone_e...@virtual_domain.com. I have this done in the

Re: Forwarding emails, quick question

2010-09-16 Thread Sahil Tandon
On Thu, 2010-09-16 at 22:40:10 +0200, Jeroen Geilman wrote: > On 09/16/2010 10:33 PM, Brian Pribis wrote: > >When I receive an email addressed to, say, t...@virtual_domain.com, > >I want this forwarded to someone_e...@virtual_domain.com. > > > >I have this done in the virtual file and everything a

Re: Forwarding emails, quick question

2010-09-16 Thread Jeroen Geilman
On 09/16/2010 10:33 PM, Brian Pribis wrote: When I receive an email addressed to, say, t...@virtual_domain.com, I want this forwarded to someone_e...@virtual_domain.com. I have this done in the virtual file and everything appears to work, except one thing I can't understand: virtual_alias_m

Forwarding emails, quick question

2010-09-16 Thread Brian Pribis
When I receive an email addressed to, say, t...@virtual_domain.com, I want this forwarded to someone_e...@virtual_domain.com. I have this done in the virtual file and everything appears to work, except one thing I can't understand: When the email arrives in my mail client it arrives with t.