virtdomains and folders with '@'

2014-04-17 Thread Deniss
hello here,

I have run cyrus 2.4.17 without virtdomains and have folders that
include '@' in names (like 'my@new') now.

After enabling virtdomains: userid the folders are listed by LIST
command but are not accessible with SELECT: 0 NO Mailbox does not exist

Is there any workaround to access the folders ?

Deniss

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus



cyrus sieve redirect action and SPF

2014-04-17 Thread Deniss
Hello,

Original envelope From of an email is used when redirect is set in sieve
to resend the mail to another email address.

This plays bad with SPF.

May be the mails should be send from user's own email while 'Reply-To:'
header become set to point to the original sender ?

Best,
Deniss



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Adam Tauno Williams
On Thu, 2014-04-17 at 12:27 +0300, Deniss wrote:
 Original envelope From of an email is used when redirect is set in sieve
 to resend the mail to another email address.
 This plays bad with SPF.
 May be the mails should be send from user's own email while 'Reply-To:'
 header become set to point to the original sender ?

But then it wouldn't be redirect anymore;  a feature of redirect is
that it does not monkey about with the message.  What you want is a
forward action.

-- 
Adam Tauno Williams mailto:awill...@whitemice.org GPG D95ED383
Systems Administrator, Python Developer, LPI / NCLA


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Frank Elsner
On Thu, 17 Apr 2014 12:27:37 +0300 Deniss wrote:
 Hello,

Hello,

 Original envelope From of an email is used when redirect is set in sieve
 to resend the mail to another email address.

really?

My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses cyrus@FQDN.

I'd like to use the original envelope sender even if it doesn't play with SPF.
Any hint?


Kind regards,
Frank Elsner (TU Berlin Postmaster)

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus


Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Geoff Winkless
On 17 April 2014 12:26, Frank Elsner frank.els...@tu-berlin.de wrote:

 My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses cyrus@FQDN.

 I'd like to use the original envelope sender even if it doesn't play with
 SPF.


The MTA won't let you set envelope-sender because it's a security hole, so
even though cyrus is saying pretend that this email is from
x...@somedomain.com the MTA sets it as cyrus@FQDN instead.

​If you're using exim, add cyrus to your trusted_users line. That worked
for me.

If you're not, you need to find the equivalent option in your MTA.

Geoff

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus

Re: cyrus sieve redirect action and SPF

2014-04-17 Thread Frank Elsner
On Thu, 17 Apr 2014 12:34:37 +0100 Geoff Winkless wrote:
 On 17 April 2014 12:26, Frank Elsner frank.els...@tu-berlin.de wrote:
 
  My cyrus-imapd-2.3.16-6.el6_2.5.x86_64 uses cyrus@FQDN.
 
  I'd like to use the original envelope sender even if it doesn't play with
  SPF.
 
 
 The MTA won't let you set envelope-sender because it's a security hole, so
 even though cyrus is saying pretend that this email is from
 x...@somedomain.com the MTA sets it as cyrus@FQDN instead.
 
 ​If you're using exim, add cyrus to your trusted_users line. That worked
 for me.

Oh shit, why did this not came to my mind?


Thanks, Frank Elsner

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus