Index: [thread] [date] [author] [stats]
  From: Juergen Daubert <jue@jue.li>
  To  : <masqmail@marmaro.de>
  Date: Fri, 3 Jun 2011 18:00:22 +0200

Re: [masqmail] masqmail-0.3.2 released

On Fri, Jun 03, 2011 at 12:59:46PM +0200, markus schnalke wrote:

Hello Markus,

> I'm glad to announce a new release of masqmail.
> 
>     Version 0.3.2
> 
> http://marmaro.de/prog/masqmail/files/masqmail-0.3.2.tar.gz
> 
> md5sum: 80a7f311ff0f680385eaf21d02889caa

thanks for the new version, I'm pleased to see that masqmail development
has been started again :-)


[...]

> - Reworked allowed and denied addrs for routes to be more consistent
> and allow more flexible matching:
>   o allowed_mail_locals + allowed_return_paths -> allowed_senders
>   o not_allowed_mail_locals + not_allowed_return_paths -> denied_senders
>   o allowed_rcpt_domains -> allowed_recipients
>   o not_allowed_rcpt_domains -> denied_recipients
> See man page masqmail.route(5).

That doesn't work for me as promised. If I set allowed_senders to my local
name without an host name the message is just queued but not delivered,
setting it to a full sender address with a host part the mail got delivered.

allowed_senders = "juergen"            # doesn't work
allowed_senders = "juergen@jue.netz"   # works

where jue.netz is the FQDN of my sending host. Looks like 'juergen' is
not the same as 'juergen@*' as described in masamail.route.


Greetings
Juergen

-- 
Juergen Daubert  |  mailto:jue@jue.li  
Korb, Germany    |  http://jue.li/crux


Index: [thread] [date] [author] [stats]