Hey All, I have a user trying to send an email however it was bounced back. After checking the maillog, I found that it was timing out when sending "RCPT TO". ...
266148
Eduardo Júnior
ihtraum18@...
Jun 1, 2010 2:18 pm
Hi, all I'm blocking the communication from MUA to MTA from port 25/tcp, doing that only through from ports 587/tcp and 465/tcp But my box Postfix provides...
266149
Wietse Venema
wietse@...
Jun 1, 2010 2:21 pm
... How would Postfix know what certificate to use? Hint: SMTP is not HTTP. Wietse...
266150
Teh Kim Chooi
tehwater@...
Jun 1, 2010 3:00 pm
i test the command today, and found out that it only takes 1.5 secs, nothing change from the 5 secs result. I add the 192.168.1.10 to my /etc/hosts file, and...
266151
Victor Duchovni
Victor.Duchovni@...
Jun 1, 2010 3:00 pm
... Now that OpenSSL 1.0 is out, and has "always on" support for TLSv1 extensions, I may find some time to add SNI support to Postfix. This creates significant...
266152
Martin Strand
do.not.eat.yellow.sno...
Jun 1, 2010 3:02 pm
On Tue, 01 Jun 2010 16:20:56 +0200, Wietse Venema <wietse@...> ... Even HTTP wouldn't be able to handle this since it doesn't know the hostname until...
266153
Wietse Venema
wietse@...
Jun 1, 2010 3:36 pm
... No surprise. ... These lookups are made by the SYSTEM LIBRARY not Postfix. Postfix invokes the system library functions getnameinfo() (to look up the SMTP...
266154
Noel Jones
njones@...
Jun 1, 2010 4:02 pm
... There is no benefit to adding a delay after RCPT TO. It would not be helpful -- and likely harmful -- to add a delay at that point to postfix. My guess is...
266155
Terry Inzauro
tinzauro@...
Jun 1, 2010 5:23 pm
... Could this be a case where it makes sense to run multiple instances of postfix which bind to different IP's and are each configured with unique certs? kind...
266156
Victor Duchovni
Victor.Duchovni@...
Jun 1, 2010 5:28 pm
... Yes, clearly, that's the most practical configuration option today. -- Viktor....
266157
/dev/rob0
rob0@...
Jun 1, 2010 5:42 pm
... They don't need to be separate instances, possibly just separate smtpd(8) listeners bound per IP address. If you want each smtpd's input to be a separate...
266158
Victor Duchovni
Victor.Duchovni@...
Jun 1, 2010 5:56 pm
... SNI works entirely within SSL, the desired hostname is sent in the client SSL HELLO. There is no need to define SNI for SMTP. An MUA that implements SNI...
266159
Curtis Maurand
curtis@...
Jun 1, 2010 6:09 pm
Hello, I'm new to the list, but I've been searching the manuals, how-to's, mail archives, google, etc trying to find the answer to this quesiton. I have the...
266160
Victor Duchovni
Victor.Duchovni@...
Jun 1, 2010 6:23 pm
... Don't use the transport table directly as a relay domain table, some day you'll need special routing for an external domain, that will become an ...
266161
Curtis Maurand
curtis@...
Jun 1, 2010 7:13 pm
... I have lots of email addresses that need to be delivered to the dbmail lmtp agent. How would you suggest I map those. Currently they go via: left hand:...
266162
Victor Duchovni
Victor.Duchovni@...
Jun 1, 2010 7:52 pm
I've recently enabled Ephemeral Elliptic Curve Diffie-Hellman (EECDH) key exchange on our inbound Postfix servers (Postfix compliled and linked with OpenSSL...
266163
Jack Browning
gdtrfb55@...
Jun 1, 2010 8:09 pm
... Perhaps there was a misunderstanding because of my description of the issue. To connect to the ATT/U-verse SMTP server, I am using a variant of the ...
266164
Noel Jones
njones@...
Jun 1, 2010 8:16 pm
... Add a password map entry for the local unwritten address....
266165
Jack Browning
gdtrfb55@...
Jun 1, 2010 9:20 pm
... Wow. That's all it took. Case closed. I will try and decipher why that worked off-list. Thanks, man. JEB...
266166
Wietse Venema
wietse@...
Jun 2, 2010 12:30 am
I just uploaded new versions of Postfix 2.8-20100601 "experimental" and a release candidate for Postfix 2.7.1 "stable". Both versions have the same...
266167
curtis@...
Jun 2, 2010 12:48 am
The virtual domain hosting stuff in the documentation is pretty confusing. I haven't yet seen an example of what it is that I'm trying to accomplish. I have...
266168
Matt Hayes
dominian@...
Jun 2, 2010 12:48 am
... Wietse, Do you by chance have the CHANGELOG and RELEASE_NOTES for the latest 2.8 snapshot release? -Matt...
266169
Sahil Tandon
sahil@...
Jun 2, 2010 12:50 am
... Change log/History is here: ftp://ftp.porcupine.org/mirrors/postfix-release/experimental/postfix-2.8-20100601.HISTORY -- Sahil Tandon <sahil@...>...
266170
Matt Hayes
dominian@...
Jun 2, 2010 12:54 am
... Oh duH! Thanks Sahil.. didn't even think to check the actual ftp site! Loooong day :) -Matt...
266171
curtis@...
Jun 2, 2010 12:59 am
Can I also assume that I would use relay_domains and relay_transport? Correct?...
266172
Sahil Tandon
sahil@...
Jun 2, 2010 1:04 am
On Tue, 01 Jun 2010, curtis@... wrote: [ .. ] ... Explain what you mean by 'broke39;, and make sure to include related log excerpts. Please also include...
266173
curtis@...
Jun 2, 2010 1:13 am
... What I meant was that the system started rejecting unknown recipients (that's good.) however all mail that all I do is filter and relay started getting...
266174
Sahil Tandon
sahil@...
Jun 2, 2010 2:03 am
... At first glance, I notice you redefine several parameters to their default value. Why? I'll point out just a few of them below. ... This is default. ... ...
266175
Jack Browning
gdtrfb55@...
Jun 2, 2010 6:48 am
... Live and learn. Since the fix suggested earlier in this thread -- keying the remote username:password entries to the users' local addresses -- produces the...
266176
punit jain
contactpunitjain@...
Jun 2, 2010 7:12 am
Hi , I have a postfix server running and it needs to be integrated with 3rd party Policy server. What that server expects is smtp negotiation ie. "mail from", ...