Re: Announce: OpenSMTPD 5.4.5 released

2015-04-20 Thread Török Edwin
On 04/20/2015 12:24 PM, Gilles Chehade wrote:
 
 Also I noticed there are no _git_ tags present for the releases in
 OpenSMTPD/OpenSMTPD git mirror, although I did notice some github specific
 thing[1], via IRC notifications.

 
 There seems to be a problem with github, the git command has a correct view
 of tags on github, but the web interface doesn't :-/
 

This part of the webinterface shows them correctly (but the dropdown on the 
mainpage doesn't), and if I do a git pull --tags I get them:
https://github.com/OpenSMTPD/OpenSMTPD/tags

Best regards,
--Edwin



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



Re: [CALL FOR TEST] the last snapshot

2015-06-02 Thread Török Edwin
On 06/02/2015 10:15 AM, Gilles Chehade wrote:
 Hi,
 
 The last snapshot switches from 1024-bits to 2048-bits DH parameters.
 
 We need as many people as possible to run with this to determine if this
 can make our upcoming release or if we need to at least provide a way to
 fallback to 1024-bits.
 
 Last time we tried, 4 years ago, we were having trouble exchanging mails
 with other hosts, we need to know if this is still true.
 
 If it turns out that we can't switch to 2048-bits just yet and you can't
 take risks, you can simply edit the smtpd makefile, and add -DUSE_DH1024
 to revert to our previous behaviour.
 
 PLEASE REPORT BOTH SUCCESS AND FAILURES !
 

I'm running it, grepping for TLS shows this:
 TLS started version=TLSv1/SSLv3 (SSLv3), cipher=DHE-RSA-CAMELLIA256-SHA, 
bits=256
 TLS started version=TLSv1/SSLv3 (TLSv1.2), cipher=ECDHE-RSA-AES128-GCM-SHA256, 
bits=128
 TLS started version=TLSv1/SSLv3 (TLSv1.2), cipher=ECDHE-RSA-AES256-GCM-SHA384, 
bits=256

Also see some client certificate verification failures.
IIUC if TLS fails it'll just fall back to unencrypted connections, is there a 
log message for that?

Best regards,
--Edwin

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



smtpctl show queue doesn't show envelope with 451

2015-06-24 Thread Török Edwin
Hi,

With OpenSMTPD 201506112227p1 'smtpctl show queue' doesn't show the queued 
messages, IIRC this used to work in an older version:

# smtpctl show queue

But I have two queued messages:

# find /var/spool/smtpd/queue/ -type f
/var/spool/smtpd/queue/a2/a2c25ab9/message
/var/spool/smtpd/queue/a2/a2c25ab9/a2c25ab9900b8de2
/var/spool/smtpd/queue/a2/a2c25ab9/a2c25ab9d701c1c6

# smtpctl show envelope a2c25ab9d701c1c6
version: 2
tag: DKIM
type: mta
smtpname: mail.etorok.net
helo: mail.etorok.net
hostname: localhost
errorline: 451 4.7.1 Greylisting in action, please come back later
sockaddr: 127.0.0.1
sender: 
rcpt: 
dest: 
ctime: 1435129521
last-try: 0
last-bounce: 0
expire: 345600
retry: 2
dsn-notify: 0
esc-class: 4
esc-code: 0

Best regards,
--Edwin

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



Re: please test upcoming release

2016-05-12 Thread Török Edwin
On 05/12/2016 07:43 PM, Eric Faurot wrote:
> On Thu, May 12, 2016 at 06:09:20PM +0200, Gilles Chehade wrote:
>> On Thu, May 12, 2016 at 06:01:10PM +0200, Gilles Chehade wrote:
>>> Please test these tarballs, make sure that they build and work for you

>>>
>>> Portable version:
>>>  http://poolp.org/~gilles/opensmtpd-5.9.2p1-rc1.tar.gz
>>>
>> Feel free to reply to this thread with a short message telling us which
>> distro/system you used, if build was ok and if you could run basic test
>> with it.
>>
>> I already had feedback for FreeBSD OK and Gentoo OK, keep 'em coming.

OK on Debian 8.4 (basic send/receive test with zimbra and gmail).

After upgrading I had to run these commands:
 chown root:_smtpq /var/spool/smtpd/offline; chmod 770 
/var/spool/smtpd/offline; chmod 700 /var/spool/smtpd/purge; 


Best regards,
-- 
Edwin Török | Co-founder and Lead Developer

Skylable open-source object storage: reliable, fast, secure
http://www.skylable.com

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