... Sorry, this is incorrect. Postfix will use the indicated relayhost, and only fall back to an smtp_fallback_relay if that is also set. There is no fallback...
277622
Sahil Tandon
sahil@...
Jun 1, 2011 1:49 am
... You need to capture the packets between Netflix and your server (DMZ or elsewhere) and paste them somewhere for analysis. Use the '-w' flag in tcpdump to...
277621
Justin Tocci
justin@...
Jun 1, 2011 1:23 am
I tried tcpdump and that led me to check my router for possible issues. I am now on a DMZ so that should eliminate that as a possibility. (Correct me if I'm...
277620
Stan Hoeppner
stan@...
May 31, 2011 11:44 pm
... Correct. This subject is totally off topic here. Asking for help configuring Postfix to use a DNSBL is on topic. Discussion WRT being listed by a DNSBL...
277619
Florian Effenberger
floeff@...
May 31, 2011 10:18 pm
Hello, sorry if this mail does not belong here, but maybe some other admins share the same burden. :-) Probably a never ending story, according to googling a...
277618
Thomas Berger
tbe@...
May 31, 2011 3:27 pm
... Another solution: - Use the submission port for authenticated clients - only allow server2server communication on port 25 - use a firewall to block...
277617
Wietse Venema
wietse@...
May 31, 2011 3:23 pm
... You can use smtpd_discard_ehlo_keyword_address_maps to disable AUTH by IP address. With this, the Postfix SMTP server will not announce AUTH support and...
277616
Benny Pedersen
me@...
May 31, 2011 3:13 pm
since i never travel outside my own country i have desided to limit based on ip to not have sasl on whole ipv4 and now ipv6 ip ranges, my question is, is...
277615
mouss
mouss@...
May 31, 2011 3:04 pm
... This part is "common". - vsgate1 is the public" MX so external hosts send mail to it - your domains are declared in relay_domains on vsgate1 - the valid...
277614
Thomas Berger
tbe@...
May 31, 2011 2:59 pm
Thanks for the replies. I forgotten some details in my last mail: Our current configuration looks like this: [outter-postfix] (MX, Spamfilter, virus scanner...
277613
/dev/rob0
rob0@...
May 31, 2011 2:18 pm
... ... and assuming that the name/IP address was correct, perhaps something is wrong with your syslog daemon, Try restarting it. -- Offlist mail to this...
277612
Wietse Venema
wietse@...
May 31, 2011 2:17 pm
... That is not a problem if the volume is small enough. Otherwise, you can set up an access table for over-quota users and use that table to block mail at...
277611
Kurniawan Junaidy
kurniawan.junaidy@...
May 31, 2011 2:16 pm
... Finally it solved. I comment the smtp line in /etc/postfix/master.cf: #smtp inet n - - - - smtpd it makes postfix not...
277610
/dev/rob0
rob0@...
May 31, 2011 2:15 pm
... The "right" solution is to have the recipient address checking process also check for the "full mailbox" condition, or better yet, use a...
... snip ... rob0@cardinal:~$ telnet mail.espindonesia.net. 25 Trying 119.235.31.55... Connected to mail.espindonesia.net.. Escape character is '^]'. 220...
277607
Thomas Berger
tbe@...
May 31, 2011 1:20 pm
Hi all, in our current configuration, we have one postfix system, in front of some other mailservers. We check the recipient address of incoming mails at the...
277606
andyt@...
May 31, 2011 9:57 am
What a fool, ! Appologies for the incorrect previous explanation and many thanks for the reply pointing out my mistake :) point 4 previous should have...
... * do not send html mails * do not post formatted configurations until someone requests * http://www.postfix.org/DEBUG_README.html if there is no log there...
277603
Kurniawan Junaidy
kurniawan.junaidy@...
May 31, 2011 6:48 am
hi folks, I am using postfix on my vps ubuntu lucid 10.04. The problem is i can't get email that sent from external domain like ymail or gmail and there is no...
277602
Lorens Kockum
postfix-users-4329@...
May 31, 2011 6:07 am
... [...] ... Exactly. There's also a problem later on with the bounce, though. You can tell postfix to accept the default address generated by your MUA and...
277601
mouss
mouss@...
May 30, 2011 11:23 pm
... <nahliel@osiris> is an invalid address. try again... you want <something@...> ......
277600
mouss
mouss@...
May 30, 2011 11:16 pm
... part of your aim is that mail received by vsgate1 goes to postfix1 which sends it to vsgate1. so the loop is part of your goal. no help is possible. so the...
277599
Jeroen Geilman
jeroen@...
May 30, 2011 11:07 pm
... No. You are deliberately creating a loop. Mail will forever loop between 2. and 4. above. ... Why do you need to do this ? It looks very unnecessary. Start...
277598
andyt@...
May 30, 2011 11:00 pm
Hi, I have a problem trying to work out a postfix solution. I have 2 smtp servers: Mail gateway "VSgate1" for MX, Spam, Virus Mail server "Postfix1" for...
277597
Nahliel Steinberg
nahliel.steinberg@...
May 30, 2011 5:59 pm
Hi, It's ok Noel, i configure /etc/postfix/sender_canonical And postfix run successfull. Thank's you very much. -- Nahliel...
277596
pch0317
pch0317@...
May 30, 2011 5:45 pm
... perfect help Thanks...
277595
Nahliel Steinberg
nahliel.steinberg@...
May 30, 2011 5:09 pm
Tank's you Noel, i change it [127.0.0.1]:11125 username:password and i do hash : postmap sasl_passwd i restart postfix : /etc/init.d/postfix restart an i...
277594
Noel Jones
njones@...
May 30, 2011 4:55 pm
On 5/30/2011 11:45 AM, Nahliel Steinberg wrote: ... The correct entry is the postfix relayhost setting (the postfix nexthop), not the stunnel destination. ...