... http://dmarcian.com/spf-survey/microsoft.com contact postmasters at microsoft.com to fix this spf problem what dkim checker do you use ? to me it seems...
290926
Jon A.
continualuse2u@...
Jan 24, 2013 4:23 pm
... *smack* Thanks, that would do it. I initially ran my configuration in test mode on some boxes, then unified the configuration when I cut everything over...
290925
tmac
tmacmd@...
Jan 24, 2013 2:44 pm
awesome...thanks...I had flubbed my regex that I was trying.. --tmac...
290924
Jeroen Geilman
jeroen@...
Jan 24, 2013 2:41 pm
... If he is actually using SMTP submission on the local server, that is obviously untrue. The workings of SMTP submission are not dependent on where this...
290923
Jeroen Geilman
jeroen@...
Jan 24, 2013 2:37 pm
... You can use a regex or PCRE map: /etc/postfix/pcre-virtual: /^test@[^.]+\.example$/ tmac@... These maps types are not postmap'ed. -- J....
290922
tmac
tmacmd@...
Jan 24, 2013 1:44 pm
Excellent! Thanks. I just did this on my mail relay and it works. I did manage to get it to work a few moments ago with canonical_maps also. Now, what about a...
290921
Noel Jones
njones@...
Jan 24, 2013 12:57 pm
... Use virtual_alias_maps to redirect mail. # virtual_alias test@... tmac@... Run "postmap virtual_alias" after editing that file. #...
290920
tmac
tmacmd@...
Jan 24, 2013 12:43 pm
I have a local host configured to relay through a mailhost. There is a local user (call it test) that I want all the email sent to me (tmac) in other words,...
290919
ml
ml@...
Jan 24, 2013 10:51 am
... hey KingT I send emails to hotmail without tag but it is necessary to declare spf1 spf2 dkim my example and my hostname may be a little weird but it works...
290918
KingT
mr.kingcasino@...
Jan 24, 2013 8:15 am
My email server send mail to Hotmail into junk, how to fix it ? I search on google and found setup sender-id. Have any idea ? Thanks all....
290917
Bernics Gábor | P...
it@...
Jan 24, 2013 7:13 am
... thanks everyone I corrected the recipient restrictions, it works. Have a nice day! alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases ...
290916
Stan Hoeppner
stan@...
Jan 24, 2013 6:09 am
... You haven't identified a problem Grant. You've identified standard Postfix behavior and told us it is confusing to you. We have no idea why that is...
290915
Stan Hoeppner
stan@...
Jan 24, 2013 5:21 am
... 'postconf -n' NOT 'postconf -d' -- Stan...
290914
Benny Pedersen
me@...
Jan 24, 2013 3:41 am
... http://wiki.dovecot.org/HowTo/PostfixAndDovecotSASL its well explained here i hope :)...
290913
Benny Pedersen
me@...
Jan 24, 2013 12:46 am
... To: and Cc: is not envelope recipient understanding smtp might help :)...
290912
Benny Pedersen
me@...
Jan 24, 2013 12:14 am
... postfix is build with strong secureity in mind, thats why it will tempfail if not all services is working localy ... nope, it will not fix brokken servers...
290911
Noel Jones
njones@...
Jan 23, 2013 11:25 pm
... I think the usual way is to use postscreen in non-blocking mode for a couple weeks to build up the temporary whitelist. The default cache time for...
290910
Jon A.
continualuse2u@...
Jan 23, 2013 10:33 pm
Today, a Google Apps user sent a message with two recipients to us, one with TO and other a CC internal mailing list. Naturally, Google treated each as an...
290909
Larry Stone
lstone19@...
Jan 23, 2013 8:34 pm
... In-line means in the body of your message, not via pastebin or other websites. ... And if you actually compared what's here vs. what you posted in your ...
290908
Grant
emailgrant@...
Jan 23, 2013 8:24 pm
... You're right, I didn't word that correctly. I thought mail received on port 25 could only be delivered locally with my config, but I was able to send mail...
290907
Noel Jones
njones@...
Jan 23, 2013 7:43 pm
... Your first rule is equivalent to permit_auth_destination. After that, the only mail left is either mail from unauthorized clients that you will reject...
290906
Bernics Gábor | P...
it@...
Jan 23, 2013 7:30 pm
... full log: http://pastebin.com/k5fS8ujZ error log: http://pastebin.com/xGXtnL5T postconf -n http://pastebin.com/tHXWZGxC I will use my server to...
290905
Tom Tucker
tktucker@...
Jan 23, 2013 7:19 pm
... Not exactly, clients with a valid PTR should be allowed to relay regardless of the destination. Clients without a PTR will be restricted to internal ...
290904
Noel Jones
njones@...
Jan 23, 2013 6:44 pm
... Sorry, there is no useful information here. Please do not top-post. Please post the full log entry, not snippings. Please post "postconf -n" in-line, not...
290903
Noel Jones
njones@...
Jan 23, 2013 6:37 pm
... The above disables all your UCE controls. -- Noel Jones...
290902
Noel Jones
njones@...
Jan 23, 2013 6:33 pm
... Apparently you want to use the existence of PTR in your local networks to determine if the client can relay. If the authorized clients with PTR also have a...
290901
Tom Tucker
tktucker@...
Jan 23, 2013 6:30 pm
I think I got it. The ordering is critical. Thanks smtpd_recipient_restrictions = check_recipient_access hash:/etc/postfix/relay_domains # This will allow...
... To report a problem, please see http://www.postfix.org/DEBUG_README.html#mail...
290898
Bernics Gábor | P...
it@...
Jan 23, 2013 5:11 pm
Hello, I get 554 5.7.1-t (relay access denied) when I will use my server for smarthost out mynetwork. Restrictions on my server: smtpd_client_restrictions = ...