Re: hide (do not disclose) reject reason to client but log as usual

2010-10-13 Thread Costin Gusa
On Wed, Oct 13, 2010 at 22:03, mouss wrote: >  Le 13/10/2010 00:43, Costin Gusa a écrit : >> >> see, mouss, that's the reason in my systems this email would have >> never got a chance for "220 OK", even without any external spam filter >> in place. >&

Re: my backup mail server isn't delivering by itself

2010-10-13 Thread Costin Gusa
[...] > And there are lots of other ways to mess up Postfix. > >        Wietse > lol could you put that on facebook, I would love to endlessly click "like" on that :)))

Re: reconstruct mailboxes

2010-10-13 Thread Costin Gusa
On Wed, Oct 13, 2010 at 20:18, Oscar Mauricio Cruz Lazo wrote: > > Hi  all > > I just backed up my mails of /var/spool/imap/user/ from one box to another > cause im migrating the mail server, both server running suse 10.3, postfix, > everything is great so far, except mails on the new mailbox. the

Re: hide (do not disclose) reject reason to client but log as usual

2010-10-12 Thread Costin Gusa
On Wed, Oct 13, 2010 at 03:12, Wietse Venema wrote: > Costin Gusa: >> for example: I don't want the text "helo command rejected" to be >> prepended to my custom "REJECT internal code 123" > > Postfix will "reveal" both the name and the value

Re: hide (do not disclose) reject reason to client but log as usual

2010-10-12 Thread Costin Gusa
see, mouss, that's the reason in my systems this email would have never got a chance for "220 OK", even without any external spam filter in place. On Tue, Oct 12, 2010 at 22:42, The Doctor wrote: > Doctor Who saying in the 1970s. > > What do I need to reverse. > > Tried another MTA and got report

Re: hide (do not disclose) reject reason to client but log as usual

2010-10-12 Thread Costin Gusa
On Wed, Oct 13, 2010 at 00:04, mouss wrote: >  Le 12/10/2010 12:09, Costin Gusa a écrit : >> >> Hello, >> I would like to be able to configure smtpd so that a generic smtp >> session reject code to be given without explanation (ex. helo command >> rejected, u

hide (do not disclose) reject reason to client but log as usual

2010-10-12 Thread Costin Gusa
Hello, I would like to be able to configure smtpd so that a generic smtp session reject code to be given without explanation (ex. helo command rejected, user unknown, client host rbl, etc) while at the same time detail the reject reason in mail.log as usual. Is this possible? Thank you