... As the server has sent Non Delivery Notices, there's no mail in the queue to delete.. Also I think your issue is that you've set the myhostname to ...
289899
d.davolio@...
Dec 5, 2012 11:45 am
Hi, I managed to do some test but with no luck. As suggested I specified two parameters in main.cf that where not present before: disable_dns_lookups = no ...
289900
Wietse Venema
wietse@...
Dec 5, 2012 12:59 pm
... Turn on ONE LEVEL of verbose logging: smtp unix - - n - - smtp -v Type "postfix reload" and send one message, then...
289901
Benny Pedersen
me@...
Dec 5, 2012 1:33 pm
... is dns ok to the new server or domain ? this must be ok before you change the current server ... why ? ... localhost.mastercom is invalid ... invalid ... ...
289902
Benny Pedersen
me@...
Dec 5, 2012 1:37 pm
... dig @8.8.8.8 example.com MX +noall +answer is ok ?...
289903
Benny Pedersen
me@...
Dec 5, 2012 1:57 pm
... try using it as default, comment it in main.cf if it still loops then recipient domain is missing in mysql virtual_mailbox_domains ... try postmap -q...
289904
Viktor Dukhovni
postfix-users@...
Dec 5, 2012 5:12 pm
... Remove the transport table entry responsible for this. ... Almost certainly not, unless you have a chrooted /etc/resolv.conf that uses an unexpected DNS...
289905
Dan Lists
lists.dan@...
Dec 5, 2012 5:15 pm
... "The functions getpwent_r(), getpwnam_r(), and getpwuid_r() are thread-safe versions of getpwent(), getpwnam(), and getpwuid(), respectively." getpnam()...
289906
Wietse Venema
wietse@...
Dec 5, 2012 5:55 pm
... In particular, getpwnam() on top of *SQL etc. return null (i.e. user not found) when the database is unavailable. There is no official API for getpwnam()...
289907
Benny Pedersen
me@...
Dec 5, 2012 6:04 pm
... make one restriction class pr recipient and make a recipient check with result of the restriction class ... it would be nice with a custom policy server...
289908
Benny Pedersen
me@...
Dec 5, 2012 6:19 pm
... nope, OK is accept all recipient, so it just accept not really what you want to disable greylist, to make it restriction class use classname as result in...
289909
jugree@...
Dec 5, 2012 7:28 pm
Hello. I'm getting `warning:xsasl_cyrus_server_get_mechanism_list: no applicable SASL mechanisms39; (/var/log/mail.log) and `fatal: no SASL authentication...
289910
Wietse Venema
wietse@...
Dec 5, 2012 7:49 pm
... Consider reading Postfix documentation. The error message is described there. http://www.postfix.org/SASL_README.html. Wietse...
289911
Dan Lists
lists.dan@...
Dec 5, 2012 7:58 pm
... I've brought it up on the FreeBSD lists. I suggested that it is a bug for getpwnam_r to act the way it is. I'll probably end up submitting a bug report....
289912
Bill Cole
postfixlists-070913@...
Dec 5, 2012 8:22 pm
... While the Postfix documentation Dr. Venema referred to has the necessary clues, you can find Debian-specific ones in the full Debian bug record and those...
289913
jugree@...
Dec 5, 2012 9:02 pm
... I haven't found it. Could you paste it? ... Will it solve the problem if I switch to Dovecot SASL?...
289914
Reindl Harald
h.reindl@...
Dec 5, 2012 9:07 pm
... if you are already using dovecot - yes! this way you have one single instance for login on smtpd and imap/pop3 which also would reflect settings like below...
289915
Glenn English
ghe@...
Dec 5, 2012 9:11 pm
... I've been using the Dovecot SASL option for several years on Debian Lenny and Squeeze, largely because figuring out Cyrus looked like too much work, and it...
289916
Wietse Venema
wietse@...
Dec 5, 2012 9:30 pm
... OK. This is something that I have wanted for a long time with mailbox write errors. Right now the behavior is hard-coded. Wietse...
289917
Wietse Venema
wietse@...
Dec 5, 2012 9:34 pm
... Well there is at least one section that covers "not found" or "missing" authentication mechanisms. The problem is a mis-match between...
289918
jugree@...
Dec 6, 2012 1:24 am
... I've configured UNIX-domain socket communication, enabled SASL authentication and authorization(0), but I'm still getting `fatal: no SASL authentication...
289919
Noel Jones
njones@...
Dec 6, 2012 3:23 am
... If you're using dovecot now, make sure you set in main.cf smtpd_sasl_type = dovecot Make sure "postconf -n" output contains the settings you expect! ... ...
289920
Pierre-Gilles RAYNAUD
pgr.sikkin@...
Dec 6, 2012 5:22 am
Hi Everyone, ... Both have been done /etc/postfix$ grep iglobe.be * client-blacklist:.iglobe.be REJECT 555 Spam not tolerated /etc/postfix$ grep...
289921
jugree@...
Dec 6, 2012 10:54 am
... Can it be used on a regular basis (i.e., not just for testing)? Will it be better to enable a non-plaintext mechanism? Which one is the best? (I haven't...
289922
Wietse Venema
wietse@...
Dec 6, 2012 11:52 am
... 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...