... Why do you have a '.' before the domain? Where is this documented? Wietse...
289923
Giuseppe De Nicolo'
g.denicolo@...
Dec 6, 2012 12:08 pm
Hi all, I have received a complaint from a customer thats sit on our server(postconf down below ) about not receiving a message from a particular sender...
289924
Daniele Nicolodi
daniele@...
Dec 6, 2012 12:27 pm
... Your customer in not able to receive emails from olmar.191.it ... but this log entry is for an outgoing message to zanelli.191.it. There is no evidence of...
289925
Noel Jones
njones@...
Dec 6, 2012 12:46 pm
... Yes, tell dovecot to offer non-plaintext mechanisms. Alternately, tell postfix to not offer non-TLS AUTH with main.cf smtpd_tls_auth_only = yes ... There...
289926
Giuseppe De Nicolo'
g.denicolo@...
Dec 6, 2012 1:09 pm
... Hi Danele, As I stated I did grep for the mx record which happens to be responsible for all the second level domain 191.it and subsequent third level...
289927
Noel Jones
njones@...
Dec 6, 2012 1:11 pm
... Wow, that doesn't look anything like the example I supplied. The domain form with a leading dot ".example.com" will only work if you adjust the default...
289928
Muzaffer Tolga Ö...
tolga@...
Dec 6, 2012 1:59 pm
... Hi again, I've resolved all but one of these bouncing issues. How do I silently discard e-mails sent to an unknown user, because they also bounce? Regards,...
289929
Jim Wright
jim@...
Dec 6, 2012 2:03 pm
... What you did here was check for mails including that particular DNS name, an incoming message to your server may not have been sent from the 'MX' DNS name,...
289930
mouss
mouss@...
Dec 6, 2012 9:38 pm
... do not accept mail unless you deliver it. now, if you have queued mail to remove, you can use # postsuper -d $queueid...
289931
Dan Lists
lists.dan@...
Dec 6, 2012 10:30 pm
We relay email for our customers. They had some accounts Phished. I wanted to hold email from those users so I could see the spam that was going out and...
289932
Noel Jones
njones@...
Dec 6, 2012 11:09 pm
... Just a misconception... HOLD does not immediately freeze the message, nor does it instruct postfix to accept the message. Processing continues and a later...
289933
Dan Lists
lists.dan@...
Dec 6, 2012 11:26 pm
... Interesting. It worked when I did something similar in smtpd_client_restrictions. smtpd_client_restrictions = check_client_access...
289934
Noel Jones
njones@...
Dec 6, 2012 11:51 pm
... If the message was accepted and placed on hold, then it didn't hit any reject rules in any of the smtpd_*_restrictions, nor in header/body checks. ... Yes,...
289935
Titanus Eramius
titanus@...
Dec 7, 2012 12:22 am
I'm not entirely sure how to formulate this question best in English, so please bear over with me. In the past 6 months I've set up several Postfix 2.7.1...
289936
Wietse Venema
wietse@...
Dec 7, 2012 12:49 am
... Most Postfix configurations use "permit_mynetworks" which by default allows relaying from local networks. Wietse...
289937
/dev/rob0
rob0@...
Dec 7, 2012 2:32 am
... That need not be your highest concern. ... What about when your server is the final destination? ... See reject_unknown_sender_domain if you want to reject...
289938
jugree@...
Dec 7, 2012 3:55 am
... Thank you. It worked. ... Does it mean that my session will be encrypted using TLS, but there won't be any encryption inside the tunnel? I assume it's...
289939
Noel Jones
njones@...
Dec 7, 2012 6:01 am
... Right, postfix won't offer AUTH unless the session is TLS-encrypted, and all credentials are protected by TLS. Postfix (and the SASL backend) will still...
289940
Noel Jones
njones@...
Dec 7, 2012 6:15 am
... *** Sending TO YOUR OWN DOMAIN is NOT relaying *** This is /exactly/ the same process any MTA, or mail client, or spam bot will use to send mail to you....
289941
Pierre-Gilles RAYNAUD
pgr.sikkin@...
Dec 7, 2012 6:47 am
Hi Wietse, ... Found on many posts explaining how to build blacklist or whitelist for access restrictions (check_xxxx_access= hash:/yyyyy) I don't think it was...
289942
Luigi Rosa
lists@...
Dec 7, 2012 7:12 am
... Hash: SHA1 Hi, I have a border SMTP server that has some local mailbox and relays other recipients to an internal Exchange server Relay to Exchange is done...
289943
Muzaffer Tolga Ö...
tolga@...
Dec 7, 2012 8:37 am
... The domain exists, but not the user. How do I achieve your suggestion? Regards,...
289944
Birta Levente
blevi.linux@...
Dec 7, 2012 8:38 am
... postsuper -r ALL...
289945
Giuseppe De Nicolo'
g.denicolo@...
Dec 7, 2012 9:00 am
... Hi, Actually I did that too and did produce the same evidence , anyway tonight I had an illumination on what may cause this behavior. I noticed that my log...
289946
Reindl Harald
h.reindl@...
Dec 7, 2012 10:39 am
... in my setup "local_recipient_maps" must contain all existent RCPT but my setup maybe very special qith a lot of mysql-maps and tables because dbmail as...
289947
Muzaffer Tolga Ö...
tolga@...
Dec 7, 2012 11:26 am
... NOQUEUE: reject: RCPT from mail-ea0-f172.google.com[209.85.215.172]: 550 5.1.1 <root@...>: Recipient address rejected: User unknown in...
289948
Reindl Harald
h.reindl@...
Dec 7, 2012 11:52 am
... so your config is fine, what's the problem ... you do NOT want to discard SYSTEM-MAILS in the whole thread was not clear for me that you speak about local...
289949
Noel Jones
njones@...
Dec 7, 2012 12:08 pm
... This is correct behavior; SMTP mail to unknown recipient is rejected. ... This is correct behavior; undeliverable local mail submitted via the sendmail(1)...
289950
Wietse Venema
wietse@...
Dec 7, 2012 2:40 pm
... Blogs are often wrong, or worse, they are incomplete (which is what got you into trouble). When configuring Postfix, you can save time and read the...
289951
Viktor Dukhovni
postfix-users@...
Dec 7, 2012 3:47 pm
... Postfix does NOT cache transport lookups in the queue file, each time a message is retried new transport lookups are performed for each recipient. Perhaps...