On Tue, Sep 14, 2021 at 08:24:00AM +0100, Nick Howitt
wrote:
> On 14/09/2021 04:29, raf wrote:
> >
> > On Tue, Sep 14, 2021 at 01:20:03PM +1000, raf wrote:
> >
>
> >
> > But chances are that mail clients just do what any
> > other TCP client would do. That might be why you can't
> > find an
> when a user clicks "send", the email client has to make some tcp-connection
> to some ip address.
> what if the hostname configured at the email client resolves to multiple ip
> addresses?
There are several hops that could randomize ips:
- authoritative dns server
If you are only
interested in what mail clients do, and can't find any
online explanation, you could either look at the source
code to some open source ones (probably the easiest
way),
to me, this feels rather the most troublesome way :-)
or set up a mail smarthost with multip
On 14/09/2021 04:29, raf wrote:
On Tue, Sep 14, 2021 at 01:20:03PM +1000, raf wrote:
But chances are that mail clients just do what any
other TCP client would do. That might be why you can't
find any discussion on the topic. Remember, the only IP
address(es) that the mail client will be co
> > what if the hostname configured at the email client resolves to multiple ip
> > addresses?
> >
> > i actually know the theory (either round-robin, or just the first, or try
> > first and if fail then try next, possibilities to react if server is running
>
On Mon, Sep 13, 2021 at 11:07:27AM +0200, Max-Julian Pogner
wrote:
> Hi there,
>
> when a user clicks "send", the email client has to make some tcp-connection
> to some ip address.
> what if the hostname configured at the email client resolves to multiple ip
> add
On Mon, Sep 13, 2021 at 07:58:26AM -0400, Wietse Venema wrote:
> > When a user clicks "send", the email client has to make some
> > tcp-connection to some ip address. What if the hostname configured
> > at the email client resolves to multiple ip addresses?
>
>
Max-Julian Pogner:
> Hi there,
>
> when a user clicks "send", the email client has to make some
> tcp-connection to some ip address.
> what if the hostname configured at the email client resolves to multiple
> ip addresses?
It just seems unlikely that major email
.
Regards,
Daniel Ryšlink
On 13-Sep-21 11:07, Max-Julian Pogner wrote:
Hi there,
when a user clicks "send", the email client has to make some
tcp-connection to some ip address.
what if the hostname configured at the email client resolves to
multiple ip addresses?
i actually know
Hi there,
when a user clicks "send", the email client has to make some
tcp-connection to some ip address.
what if the hostname configured at the email client resolves to multiple
ip addresses?
i actually know the theory (either round-robin, or just the first, or
try first and if
> On 7 Jan 2019, at 15:34, Paul Martin wrote:
>
> A solution (with randmap for postfix version >3 ) is:
> https://shami.blog/2016/04/randomize-source-ip-addresses-with-postfix/
>
> But I have postfix 2.xx, that's why I asked:
> how balance outgoing emails wi
A solution (with randmap for postfix version >3 ) is:
https://shami.blog/2016/04/randomize-source-ip-addresses-with-postfix/
But I have postfix 2.xx, that's why I asked:
how balance outgoing emails with multiple IP addresses with postfix
without randmap ?
Thank you.
Le lun. 7 janv. 2
6.16.16 -o
smtp_helo_name=mail16
07.01.2019 20:11, Paul Martin пишет:
Hello,
Do you know how to balance outgoing emails with multiple IP addresses
with postfix ?
(I do not have randmap on my postfix)
Thank you.
Paul
On 07.01.19 14:11, Paul Martin wrote:
Do you know how to balance outgoing emails with multiple IP addresses with
postfix ?
(I do not have randmap on my postfix)
what exactly are you trying to achieve?
To delay outgoing mail for anyone using greylisting?
--
Matus UHLAR - fantomas, uh
Hello,
Do you know how to balance outgoing emails with multiple IP addresses with
postfix ?
(I do not have randmap on my postfix)
Thank you.
Paul
On 11/30/2012 01:28 AM, Wietse Venema wrote:
WebprodsPT:
Hello,
I am the administrator of a Postfix setup with multiple domains,
multiple IP addresses and SSL configured and up and running. Everything
was configured by myself and I have no restrictions on the mail server
machine so basically I
WebprodsPT:
> Hello,
>
> I am the administrator of a Postfix setup with multiple domains,
> multiple IP addresses and SSL configured and up and running. Everything
> was configured by myself and I have no restrictions on the mail server
> machine so basically I can do wh
Hello,
I am the administrator of a Postfix setup with multiple domains,
multiple IP addresses and SSL configured and up and running. Everything
was configured by myself and I have no restrictions on the mail server
machine so basically I can do whatever you suggest.
Today I received a new
On Wed, Nov 21, 2012 at 02:14:25AM +0200, Ali Jawad wrote:
> Sorry that should have been telnet ip 587 not telnet ip 25 as you can
> not connect to port 25.
Well, your configuration settings *are* for port 25. So testing
port 587 is futile.
> >> x.x.x.x:smtp inet n - n - - smtpd
> >> -o
Sorry that should have been telnet ip 587 not telnet ip 25 as you can
not connect to port 25.
Regards
On Wed, Nov 21, 2012 at 2:13 AM, Ali Jawad wrote:
> On a seperate but related note, I did notice that even though I
> connect on differnet IPs using telnet IP 25 I always get the default
> myhost
On a seperate but related note, I did notice that even though I
connect on differnet IPs using telnet IP 25 I always get the default
myhostname, the -o myhostname setting overwrite that value ?
Regards
On Wed, Nov 21, 2012 at 1:43 AM, Ali Jawad wrote:
> Hi Victor
> Thank you for the input my mast
Hi Victor
Thank you for the input my master.cf looks as follows now :
x.x.x.x:smtp inet n - n - - smtpd
-o myhostname=mail.domain.com
-o smtpd_tls_key_file=/etc/postfix/domainssl/mail.domain.com.key
-o smtpd_tls_cert_file=/etc/postfix/domainssl/mail.domain.com.crt
with thi
On Wed, Nov 21, 2012 at 01:03:28AM +0200, Ali Jawad wrote:
> Hi
> I have a postfix with 7 domains and 7 IPs, each domain has it's own IP
> and everything is running fine, up till now I had one certificate for
> all domains in the following fashion in main.cf
>
> smtpd_use_tls = yes
> smtpd_tls_au
Kirill Bychkov:
> Thank you for advice.
>
> But the more I read the docs, the more I do not understand this feature.
> Sorry.
>
> In my case, postfix-in and postfix-out is one instance.
> I already have 2 postfix with identical configuration on separate servers.
> I need to create +5 or more post
Thank you for advice.
But the more I read the docs, the more I do not understand this feature.
Sorry.
In my case, postfix-in and postfix-out is one instance.
I already have 2 postfix with identical configuration on separate servers.
I need to create +5 or more postfix servers with same identical
On 05/03/2012 07:45 AM, Kirill Bychkov wrote:
> Hi all,
>
> I need create server with 5 IP addresses (interfaces) and postfix(es).
> The role of this server is relay.
> If message delivered into my mail server on one ip address, for example,
> 172.16.35.35, so this message should be sent from same
* Kirill Bychkov :
> Hi all,
>
> I need create server with 5 IP addresses (interfaces) and postfix(es). The
> role of this server is relay.
> If message delivered into my mail server on one ip address, for example,
> 172.16.35.35, so this message should be sent from same ip: 172.16.35.35.
> In oth
Hi all,
I need create server with 5 IP addresses (interfaces) and postfix(es). The
role of this server is relay.
If message delivered into my mail server on one ip address, for example,
172.16.35.35, so this message should be sent from same ip: 172.16.35.35.
In other words, on which interface the
Antonio Tommasi:
> hostname1 (HELO hostname1 IP1) or
> hostaname2 (HELO hostname2 IP2)
>
> I've try to set smtp_helo_name but without success
See the mailing list instructions for reporting a problem.
http://www.postfix.org/DEBUG_README.html#mail
Wietse
Hi to all
i've configured my smtp server with several IP addresses on the same NIC; i've
set smtp_bind_address to select one IP to send email and i've set master.cf
like this
ip1:smtpinet n - - - - smtpd
-o myhostname=hostname1
ip2:smtpine
ram:
>
> On Tue, 2008-11-25 at 09:21 -0500, Wietse Venema wrote:
>
> > ram:
> > > Our clients set up their mail forwarding to blackberry servers
> > > The blackberry server is doing a ratelimit and mails get held up on our
> > > servers
> > >
On Tue, 2008-11-25 at 09:21 -0500, Wietse Venema wrote:
> ram:
> > Our clients set up their mail forwarding to blackberry servers
> > The blackberry server is doing a ratelimit and mails get held up on our
> > servers
> >
> > I can easily configure multiple I
Barney Desmond:
> This is what we thought *should* work, but apparently it doesn't. I'd
> love to be told that it actually works.
>
> 1. Add an extra smtp service to master.cf:
>
> smtphotmailinet n - - - - smtpd
> -o smtp_bind_address=1.1.1.2
>
> 2. Add a
ram wrote:
> On Tue, 2008-11-25 at 23:39 +1100, Barney Desmond wrote:
>> You'd think you could create extra smtp-service instances in master.cf
>> and bind them to different addresses with -o smtp_bind_address=a.b.c.d,
>> then use transport maps to fiddle with them, but this apparently doesn't
>> w
On Tue, 2008-11-25 at 23:39 +1100, Barney Desmond wrote:
> ram wrote:
> > Our clients set up their mail forwarding to blackberry servers
> > The blackberry server is doing a ratelimit and mails get held up on our
> > servers
> >
> > I can easily configure mul
ram:
> Our clients set up their mail forwarding to blackberry servers
> The blackberry server is doing a ratelimit and mails get held up on our
> servers
>
> I can easily configure multiple IP addresses on the machine. Can I
> configure postfix to send using different bind
ram wrote:
> Our clients set up their mail forwarding to blackberry servers
> The blackberry server is doing a ratelimit and mails get held up on our
> servers
>
> I can easily configure multiple IP addresses on the machine. Can I
> configure postfix to send using differ
Our clients set up their mail forwarding to blackberry servers
The blackberry server is doing a ratelimit and mails get held up on our
servers
I can easily configure multiple IP addresses on the machine. Can I
configure postfix to send using different bind addresses
I know I can change the
On Tue, Oct 21, 2008 at 10:58:21PM +1100, Barney Desmond wrote:
> Oh, it's also meant to be high-performance, something I've done some
> testing on but haven't yet completed.
Comparisons are only fair if it actually takes the trouble to make mail
delivery *reliable* by calling fsync() to commit q
Erbil KARAMAN:
>> actually 'letting MTA figure out how to get it to the internet' is not
>> a great approach for high volume senders.
I meant just in terms of letting the primary postfix instance figure out
which other postfix instance to pass it to. It's a good generalised
solution that doesn't
Erbil KARAMAN:
> actually 'letting MTA figure out how to get it to the internet' is not
> a great approach for high volume senders. there are lots of parameters
> you want to control 'logically' that no MTA out there supports. If you
> compare the config options of powerMTA and postfix you will see
actually 'letting MTA figure out how to get it to the internet' is not
a great approach for high volume senders. there are lots of parameters
you want to control 'logically' that no MTA out there supports. If you
compare the config options of powerMTA and postfix you will see how
they differ as a d
mouss wrote:
> use multiple instances: run postfix 8 times, each with its own config
> dir, queue dir, data dir, ... etc, and configure each for its own
> domain(s).
This is something we've run into at work. One customer already uses
PowerMTA, and there's another we'd like to discourage. We figur
Erbil KARAMAN a écrit :
> hi,
>
> i have been working on different configuration combinations for hours
> but couldn't be able to succeed with anything..
>
> here is what i'm trying to do...
> i have 8 different IP addresses configured on my linux machine.
>
> i want them all behave like a virtu
hi,
i have been working on different configuration combinations for hours
but couldn't be able to succeed with anything..
here is what i'm trying to do...
i have 8 different IP addresses configured on my linux machine.
i want them all behave like a virtual MTA (as in PowerMTA), hence
receive/sen
On Wed, 27 Aug 2008, Adrien wrote:
I don't know why the mail is send to ns9.bacto.net (my server here is
ns12.bacto.net and the MX is ns9.bacto.net).
Somebody has an idea ? An other method to do this ?
I can do it with multiple instance of postfix but I think it's not a
perfomant solution,
Hello,
Each of my client has a domain, a website, a ftp and other services.
I have one IP per client and only one server.
So I have one server with multiple IP (eth0, eth0:0, eth0:1 etc...).
An example :
eth0:0 has IP 1.2.3.4
eth0:1 has IP 5.6.7.8
When a client send an email to IP 1.2.3.4
47 matches
Mail list logo