[OpenSMTPD] master snapshot opensmtpd-201406190033 available

2014-06-18 Thread gilles
User gilles has just rebuilt a master snapshot, available from:

http://www.OpenSMTPD.org/archives/opensmtpd-201406190033.tar.gz

Checksum:

  SHA256 (opensmtpd-201406190033.tar.gz) =
  a6f636af5c5ebdb2cf40fa206abc4d5b08427337a1b12d7138d309211c78cc67

A summary of the content of this snapshot is available below.

Please test and let us know if it breaks something!

If this snapshot doesn't work, please also test with a previous one,
to help us spot where the issue is coming from. You can access all
previous snapshots here:

http://www.opensmtpd.org/archives/

The OpenSMTPD team ;-)


Summary of changes since last snapshot (opensmtpd-201406110039):
---
- reduce diff with -portable
- now that fatalx supports variadic parameters, use the proper idiom
- table-ldap mailaddr support [1]
- update README.MD [2]
- add table_sqlite man page [2]
- initial code for queue_python backend
- introduce TRACE_FILTERS and make debug less chatty
- make filter sockets non-blocking

[1] contributed by Guenther Niess niess _at_ pappanoa _dot_ de
[2] contributed by Jason Barbier jab...@serversave.us
[3] reported by Jason Barbier jab...@serversave.us

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org



Re: DSN problems

2014-06-18 Thread Sunil Nimmagadda
 On 16 Jun 2014, at 14:12, Sunil Nimmagadda wrote:

  From misc+bounces-888-sunil=nimmagadda@opensmtpd.org Mon Jun 16
  01:00:56 2014
  From: Ricardson Williams ricardsonwilli...@gmail.com
  To: misc@opensmtpd.org
  Subject: DSN problems
 
  Hi all,
 
  I just did a SMTP-GW migration from Sendmail to opensmtpd, now I 
  have
  big problem, the DSN report is really ugly :) and a lot of 
  users
  are
  confused if this is a error or what I know that I can 
  disable...
  but
  I have to do that in a hundred desktops
  The best way I think is do the same as Postfix/Sendmail for DSN, or
  better... disable the DSN support.
 
  DSN content structure is a work in progress...
  https://github.com/poolpOrg/OpenSMTPD/issues/432
 
 
  Another problem is a travel system that we use, the system send
  emails
  with some DSN Flag that opensmtpd is not supported.
 
 
  Could you provide some more details, which specific flag? logs?
 
 
  stat=501 5.5.4 Error: Bad NOTIFY parameter syntax
 
  Could you please run...
 
  smtpd -dv -Tsmtp
 

 After run this command I understand better. The main problem is when 
 opensmtpd receive the message with DSN flag and forward to Postfix, them 
 postfix reply to the sender and at this time opensmtpd cannot understand 
 the dsn reply from postfix, so I disable the DSN in Postfix, but is much 
 better have some way to disable DSN in opensmtpd. I'm still have the 
 logs.

Any DSN message shouldn't be delivered with DSN flags set and Postfix
does confirm to that behaviour. Without logs we keep guessing.

Anyways, on current OpenSMTPD (git HEAD) you can disable DSN with
no-dsn parameter to listen rule, see smtpd.conf(5).

-- 
You received this mail because you are subscribed to misc@opensmtpd.org
To unsubscribe, send a mail to: misc+unsubscr...@opensmtpd.org