Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-16 Thread Mogens Melander via Info-cyrus
Hi Edda Thanks for your suggestion, that in fact work :^) sendmail -bv dom...@example.com dom...@example.com... deliverable: mailer cyrusv2, host /var/imap/socket/lmtp, user j...@example.com I will deploy this solution on fumlersoft's domain shortly. I'm still going to try the rtcyrus3 version

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-15 Thread Edda via Info-cyrus
Hi Mogens, Am 15.06.16 um 17:06 schrieb Mogens Melander via Info-cyrus: # echo "3,0 dom...@example.com " | sendmail -v -bt ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter > 3,0 dom...@example.com [...] Parse1

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-15 Thread Mogens Melander via Info-cyrus
Thanks Sergey. I'll have a look at the RTCyrus3 in the morning. I think I was running RTCyrus2 on the old deceased server, I set up many years ago. but I washoping that the Cyrus/Sendmail guys had come a little further in the support ofsendmail virtual user/domain server. It must be possible to

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-15 Thread Mogens Melander via Info-cyrus
2016-06-13 21:36 GMT+07:00 Stefan Suurmeijer : > On 06/13/2016 03:07 PM, Mogens Melander wrote: > > Stefan, > > > > Thanks for your suggestion. > > > > The virtusertable is actually being used in my config. I think my > > problem is in the cyrusv2 definition. > > I know. What I meant was that it l

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-13 Thread Stefan Suurmeijer via Info-cyrus
On 06/13/2016 03:07 PM, Mogens Melander wrote: > Stefan, > > Thanks for your suggestion. > > The virtusertable is actually being used in my config. I think my > problem is in the cyrusv2 definition. I know. What I meant was that it looked like it wasn't processed correctly. Meanwhile I've found ou

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-13 Thread Mogens Melander via Info-cyrus
Stefan, Thanks for your suggestion. The virtusertable is actually being used in my config. I think my problem is in the cyrusv2 definition. My virtusertable contains a mapping dom...@example.com j...@example.com The domain part of the address is getting stripped off, and the servers host.doma

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-13 Thread Stefan Suurmeijer via Info-cyrus
Hi Mogens, I have almost the same config as you do. Except for not using virtusertable. So I just ran a little test and got exactly the same result that you did: it looks like virtusertable is never checked and delivery fails. I don't have a solution for you (yet), maybe someone on this list does

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-13 Thread Mogens Melander via Info-cyrus
This is driving me nuts. I really need some help here. I'm running a test sendmail (8.15.2) and a cyrus-imapd 2.5.7 on slackware 14.1 running in a virtualbox. j...@example.com is a valid user on cyrus, not a login (linux) user. >From cyradm: localhost.localdomain> lm user/joe/dra...@example.com

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-02 Thread Alexander Dalloz via Info-cyrus
Am 02.06.2016 um 18:18 schrieb Mogens Melander: Thanks Alexander I have been all over the install-virtualdomains docs, plus a lot of deprecated info found on Google, not getting closer to a solution. My confic and log-files: --- cyrusv2.mc --

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-02 Thread Mogens Melander via Info-cyrus
cyrus < info-cyrus@lists.andrew.cmu.edu>: > Am 02.06.2016 um 15:09 schrieb Mogens Melander via Info-cyrus: > >> Hi Guys, >> >> I've been trying to get sendmail to play nice with imap with virtual >> domains and virtdomains: userid with no luck so far. >>

Re: imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-02 Thread Alexander Dalloz via Info-cyrus
Am 02.06.2016 um 15:09 schrieb Mogens Melander via Info-cyrus: Hi Guys, I've been trying to get sendmail to play nice with imap with virtual domains and virtdomains: userid with no luck so far. The imap part is working as far as I cat tell. I can login as u...@domain.tld using imtest

imapd 2.5.7-8 with virtual domains and sendmail config

2016-06-02 Thread Mogens Melander via Info-cyrus
Hi Guys, I've been trying to get sendmail to play nice with imap with virtual domains and virtdomains: userid with no luck so far. The imap part is working as far as I cat tell. I can login as u...@domain.tld using imtest -a u...@domain.tld -t "" -m login I just can't seem t

Re: Sendmail + Virtual Domains + aliases

2016-02-25 Thread Andrzej A. Filip via Info-cyrus
Sebastian Hagedorn via Info-cyrus wrote: > --On 24. Februar 2016 um 15:07:52 +0100 Andrea Venturoli via > Info-cyrus wrote: > >> I've setup a server running Cyrus IMAP 2.5.7 with virtual domains and >> sendmail as MTA. >> I'm having trouble with aliases. &

Re: Sendmail + Virtual Domains + aliases

2016-02-25 Thread Sebastian Hagedorn via Info-cyrus
/install-virtdomains.php AFAICT this is needed for virtual domains or sendmail will strip the domain part from destination addresses and cyrusv2 can't tell where to deliver. define(`confLOCAL_MAILER', `cyrusv2') That way all local mail is delivered to Cyrus. Or isn't that what y

Re: Sendmail + Virtual Domains + aliases

2016-02-25 Thread Andrea Venturoli via Info-cyrus
I've followed the instructions on this page: > https://cyrusimap.org/docs/cyrus-imapd/2.5.4/install-virtdomains.php AFAICT this is needed for virtual domains or sendmail will strip the domain part from destination addresses and cyrusv2 can't tell where to deliver. define(

Re: Sendmail + Virtual Domains + aliases

2016-02-25 Thread Andrea Venturoli via Info-cyrus
On 02/24/16 19:16, Alexander Dalloz via Info-cyrus wrote: Am 24.02.2016 um 18:15 schrieb Andrea Venturoli via Info-cyrus: On 02/24/16 15:24, Sebastian Hagedorn wrote: Use virtusertable instead of aliases, e.g. postmas...@oneofmydomains.comroot Don't use unqualified LHS addresses. LHS=L

Re: Sendmail + Virtual Domains + aliases

2016-02-25 Thread Sebastian Hagedorn via Info-cyrus
I was a bit brief yesterday. I have to say that I configured our sendmail more than 10 years ago and have only made minor changes since than. I don't remember the settings as well as I did back then ... --On 24. Februar 2016 um 18:15:26 +0100 Andrea Venturoli wrote: On 02/24/16 15:24, Seba

Re: Sendmail + Virtual Domains + aliases

2016-02-24 Thread Alexander Dalloz via Info-cyrus
Am 24.02.2016 um 18:15 schrieb Andrea Venturoli via Info-cyrus: On 02/24/16 15:24, Sebastian Hagedorn wrote: Use virtusertable instead of aliases, e.g. postmas...@oneofmydomains.comroot Don't use unqualified LHS addresses. And make sure to direct a catch-all to the error mailer in virtuse

Re: Sendmail + Virtual Domains + aliases

2016-02-24 Thread Andrea Venturoli via Info-cyrus
On 02/24/16 15:24, Sebastian Hagedorn wrote: Use virtusertable instead of aliases, e.g. postmas...@oneofmydomains.comroot Thanks, but it doesn't seem to work either. I put that line in virtusertable and issued "make". I even restarted sendmail, even if IIRC it's not needed. I confirm I h

Re: Sendmail + Virtual Domains + aliases

2016-02-24 Thread Sebastian Hagedorn via Info-cyrus
--On 24. Februar 2016 um 15:07:52 +0100 Andrea Venturoli via Info-cyrus wrote: I've setup a server running Cyrus IMAP 2.5.7 with virtual domains and sendmail as MTA. I'm having trouble with aliases. E.g. I put the following in /etc/aliases: root:

Sendmail + Virtual Domains + aliases

2016-02-24 Thread Andrea Venturoli via Info-cyrus
Hello. I've setup a server running Cyrus IMAP 2.5.7 with virtual domains and sendmail as MTA. I'm having trouble with aliases. E.g. I put the following in /etc/aliases: root: m...@someotherdomain.it postmas...@oneofmydomains.com: root However, writing

replication with virtual domains

2016-02-04 Thread Michael Plate via Info-cyrus
Hi, I'm going to sync between a Gentoo (master) and a Debian 8 machine (replica), Gentoo on Cyrus 2.4.17, Debian on "testing" Cyrus 2.4.18 because of broken sync in "stable" (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=799724). I am using virtual domains. I&#

Re: CalDAV and virtual domains

2015-11-11 Thread Ken Murchison via Info-cyrus
I haven't done any testing myself, but I *believe* it has been fixed and Fastmail is using virtdomains. I will let Bron confirm. On 11/11/2015 07:00 AM, Andrea Venturoli via Info-cyrus wrote: Hello. What's the status of CardDAV/CalDav and virtual domains? I read some messages

CalDAV and virtual domains

2015-11-11 Thread Andrea Venturoli via Info-cyrus
Hello. What's the status of CardDAV/CalDav and virtual domains? I read some messages about this being broken, but they are quite old: did this ever get fixed? Is this component stable? If I try: http:///dav/calendars/user/@./Default/ I get: Not Found Mailbox does not exist Cyrus/

anfi.homeumix.net recipes [Was: Sendmail and Virtual Domains]

2015-07-26 Thread Andrzej A. Filip
"Leena Heino" wrote: > [...] > Some additional information can also be found at: > http://jmaimon.com/sendmail/anfi.homeunix.net/sendmail/#cyrus It is the final snapshot of my site abandoned/discontinued "some time ago". I _may_ refresh it knowing the cyrus&sendmail recipes are used I would like

Re: Sendmail and Virtual Domains

2015-07-21 Thread Leena Heino
On Tue, 21 Jul 2015, Andrea Venturoli wrote: > Hello. > > I've been using Cyrus IMAP for years, but I'n now struggling with > virtual domains for the first time. > This is a new server, so there are no compatibility issues and I don't > need a default domain. >

Sendmail and Virtual Domains

2015-07-21 Thread Andrea Venturoli
Hello. I've been using Cyrus IMAP for years, but I'n now struggling with virtual domains for the first time. This is a new server, so there are no compatibility issues and I don't need a default domain. I've got most of it working, but I still have two questions... Fir

Re: CalDAV and virtual domains not working

2013-07-22 Thread Robert Norris
On Tue, Jul 23, 2013, at 05:58 AM, Ken Murchison wrote: > I think I prefer > > /dav/calendars/user/robn%40fastmail.fm/Default/ > > as long as clients support it. Yeah, we like this one. Its much clearer for the user. Can't think of any reason that clients wouldn't support it - URI escaping is har

Re: CalDAV and virtual domains not working

2013-07-22 Thread Ken Murchison
53 PM, Robert Norris wrote: > It looks like the CalDAV stuff is not doing the right thing with virtual > domains (beta6 and git e415f906) > >2013-07-21T20:44:55.580301-04:00 calendar1 calendar/http[30755]: login: > vpn94.mail.srv.osa [10.203.0.94] r...@fastmail.fm Basic User logged

CalDAV and virtual domains not working

2013-07-21 Thread Robert Norris
It looks like the CalDAV stuff is not doing the right thing with virtual domains (beta6 and git e415f906) 2013-07-21T20:44:55.580301-04:00 calendar1 calendar/http[30755]: login: vpn94.mail.srv.osa [10.203.0.94] r...@fastmail.fm Basic User logged in 2013-07-21T20:44:55.580929-04:00 calendar1

Re: Virtual Domains or not

2013-04-18 Thread Valentin Bud
Hello Marc, Thank you for your answer. I will go with virtual domains and separate mailboxes for now. On 4/16/13 10:51 AM, Marc Patermann wrote: > Valentin, > > Valentin Bud schrieb (16.04.2013 08:19 Uhr): > >> I am trying to figure out what would be a "best practice&quo

Re: Virtual Domains or not

2013-04-16 Thread Marc Patermann
t; valen...@example.com. The mailAlternateAddress is set to > valen...@example.net. Do you know mail is a multi valued attribute and - if there are no external circumstances - you do not need an extra attribute for a second mail address? > I plan to use the Lachman LDAP Mail Routing Draft [1] and sche

Virtual Domains or not

2013-04-15 Thread Valentin Bud
Draft [1] and schema. Should I create in Cyrus IMAP two virtual domains and a 'valentin' user for each of this domains or would it be better to create a user 'valentin' where to post the E-Mail messages I receive on both domains? Then the MUAs could be configured with multip

Re: Creatings subfolder of INBOX from an Email client, virtual domains

2012-06-14 Thread Jo Rhett
ith virtual domains. > > On my email client I can't create a folder under INBOX. Below you can see > that creating "test 1" works but "INBOX/test 2" does not. Is this normal or > is there something wrong with my setup? > > 05.06.2012 16:58:34 C: 00034 CRE

Re: Creatings subfolder of INBOX from an Email client, virtual domains

2012-06-14 Thread Bron Gondwana
On Wed, Jun 13, 2012, at 09:57 PM, Reg wrote: Hi, I have cyrus setup with virtual domains. On my email client I can't create a folder under INBOX. Below you can see that creating "test 1" works but "INBOX/test 2" does not. Is this normal or is there someth

Re: Virtual domains with SSL on Cyrus 2.2.13 ?

2012-02-18 Thread Henrique de Moraes Holschuh
On Fri, 17 Feb 2012, Paul van der Vlis wrote: > I use Cyrus 2.2.13 (from Debian stable). Can I use virtualhosts with SSL > on each host, or do I need Cyrus 2.3 for that? You can do it in 2.2, but it can be painful. One way known to work is to use one uniquely-named service per vhost, bound to a p

Virtual domains with SSL on Cyrus 2.2.13 ?

2012-02-17 Thread Paul van der Vlis
Hello, I use Cyrus 2.2.13 (from Debian stable). Can I use virtualhosts with SSL on each host, or do I need Cyrus 2.3 for that? I want to migrate a Cyrus installation from a customer to my mailserver, using the hostname of the customer for IMAP. With regards, Paul. -- Paul van der Vlis Linux

Re: `cyradm` login & `lm` behavior with Virtual Domains

2012-01-23 Thread Dan White
You could try using another mechanism, or just ignore the realm altogether in your SQL statement. Depending on your configuration, you may be able to ignore the realm altogether, and still support virtual domains. On 01/23/12 11:03 -0800, Reg wrote: >Hello Dan, > >Thanks for the reply. &g

Re: `cyradm` login & `lm` behavior with Virtual Domains

2012-01-23 Thread Dan White
On 01/21/12 02:59 -0800, Reg Proctor wrote: >Hi, > >I just want to confirm that logging into cyradm as I am experiencing it >is normal and that lm is behaving as it should be. It seems a little >unusual to me. > > >First cyradm logging in, here is what I am seeing: > >To log into cyradm I have to

`cyradm` login & `lm` behavior with Virtual Domains

2012-01-21 Thread Reg Proctor
Hi, I just want to confirm that logging into cyradm as I am experiencing it is normal and that lm is behaving as it should be. It seems a little unusual to me. First cyradm logging in, here is what I am seeing: To log into cyradm I have to set my defaultdomain to localhost and then I can login

Re: Multiple SSL Certs with virtual domains?

2010-01-21 Thread Scott Lambert
On Thu, Jan 21, 2010 at 11:36:02AM +0100, Eric Luyten wrote: > On Thu, January 21, 2010 11:27 am, Michael Menge wrote: > > > > Hi, > > > > Quoting Scott Lambert : > > > >> The only thing I've been able to figure is that I will need to at least > >> have multiple imapd-domainX.conf files and have

Re: Multiple SSL Certs with virtual domains?

2010-01-21 Thread Dan White
On 21/01/10 03:35 -0600, Scott Lambert wrote: >I am about to bring up the second of several virtual domains on my >Cyrus-IMAPd 2.3.15 installation. I've been Googling but can't seem >to come up with a useful search string for finding posts talking >about using multiple secur

Re: Multiple SSL Certs with virtual domains?

2010-01-21 Thread Eric Luyten
On Thu, January 21, 2010 11:27 am, Michael Menge wrote: > Hi, > > > Quoting Scott Lambert : > > >> I am about to bring up the second of several virtual domains on my >> Cyrus-IMAPd 2.3.15 installation. I've been Googling but can't seem >> to come up

Re: Multiple SSL Certs with virtual domains?

2010-01-21 Thread Michael Menge
Hi, Quoting Scott Lambert : I am about to bring up the second of several virtual domains on my Cyrus-IMAPd 2.3.15 installation. I've been Googling but can't seem to come up with a useful search string for finding posts talking about using multiple secure certificates for POP/IMAP c

Re: Multiple SSL Certs with virtual domains?

2010-01-21 Thread Eric Luyten
On Thu, January 21, 2010 10:35 am, Scott Lambert wrote: > I am about to bring up the second of several virtual domains on my > Cyrus-IMAPd 2.3.15 installation. I've been Googling but can't seem > to come up with a useful search string for finding posts talking about usin

Multiple SSL Certs with virtual domains?

2010-01-21 Thread Scott Lambert
I am about to bring up the second of several virtual domains on my Cyrus-IMAPd 2.3.15 installation. I've been Googling but can't seem to come up with a useful search string for finding posts talking about using multiple secure certificates for POP/IMAP connections to mail.domai

Re: Virtual Domains and TLS

2009-12-14 Thread nodens2099
On 14/12/2009 09:10, Michael Menge wrote: > Quoting Nybbles2Byte : > >> Hello, >> >> Is there a way to have the "tls_..." options in the imap.conf file >> work for multiple domains so that as many virtual domains as you want >> can authenticate withou

Re: Virtual Domains and TLS

2009-12-14 Thread Michael Menge
Quoting Nybbles2Byte : Hello, Is there a way to have the "tls_..." options in the imap.conf file work for multiple domains so that as many virtual domains as you want can authenticate without the client software popping up warnings like "certificate does not match this s

Virtual Domains and TLS

2009-12-13 Thread Nybbles2Byte
Hello, Is there a way to have the "tls_..." options in the imap.conf file work for multiple domains so that as many virtual domains as you want can authenticate without the client software popping up warnings like "certificate does not match this server"

Re: make_sha1 and virtual domains

2009-08-31 Thread Vladimir Klejch
Hi is somebody using make_sha1 or make_md5 with virtual domains ??? How to use it ??? I'm fiddling with source but make_sha1 does not find mailboxes for given login in mailboxes.db. I think there is no functionality in source of make_sha1 or make_md5 for vitrual domains ??? Would

make_sha1 and virtual domains

2009-08-26 Thread Vladimir Klejch
Hi Is there a way to use make_sha1 with virtualdomais ??? I see in source hardcoded adding of "user." in beginning of supplied user to make mailboxname and i think, this cann't work with virtualdomains. I need this to check replication and have all mailboxes in more virtual

How to use global admin & virtual domains?

2009-08-04 Thread Nybbles2Byte
Hello , I'm trying to use global admins with virtual domains and I am not sure how it works. It works find with admins for specific domains. Part of the documentation says that every user has a domain when using virtual domains and part says use a user without a domain for a global d

Problem with cyrus imapd and virtual domains

2009-03-03 Thread Falko Zurell
Hi, I got a tricky problem with my cyrus imapd + sasldb authentication. This cyrus was configured without support for virtual domains. Everything works fine. Now I have to add another domain and like the cyrus to support virtual domains. So I added the following lines to my /etc/imapd.conf

Re: Delete an user + virtual domains

2009-01-12 Thread Alain Spineux
2009/1/9 Laurent Archambault : > Hello, > > With this values in imap.conf : "virtdomains: yes" + "unixhierarchysep: yes" > (do after for it). > - In this directory : "/var/spool/cyrus/mail/domain/d/domaine2.com" > - I have for this an user this structural directory ... (for me it's strange > but i

Delete an user + virtual domains

2009-01-09 Thread Laurent Archambault
Hello, With this values in imap.conf : "virtdomains: yes" + "unixhierarchysep: yes" (do after for it). - In this directory : "/var/spool/cyrus/mail/domain/d/domaine2.com" - I have for this an user this structural directory ... (for me it's strange but i don't known all) *./Sent/l/user/laurent^amt

Re: Murder with Virtual Domains - deliveries from postfix fail

2008-09-30 Thread Dan Gaudette
Thanks again Dan - it was some of my virtual_ settings in postfix's main.cf causing the issue. Dan Dan White wrote: > Dan Gaudette wrote: >> Thanks Dan, but I'm still getting the same error. >> >> It'd be awesome if you could provide some more config. > > http://support.olp.net/cyrus/ > > - Dan

Re: Murder with Virtual Domains - deliveries from postfix fail

2008-09-03 Thread Dan White
Dan Gaudette wrote: > Thanks Dan, but I'm still getting the same error. > > It'd be awesome if you could provide some more config. http://support.olp.net/cyrus/ - Dan Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://

Re: Murder with Virtual Domains - deliveries from postfix fail

2008-09-03 Thread Dan Gaudette
Thanks Dan, but I'm still getting the same error. It'd be awesome if you could provide some more config. Dan White wrote: > Dan Gaudette wrote: >> Hello, >> >> I have Cyrus Murder 2.3.12p2 up and running (1 frontend, 1 backend, 1 >> mupdate), however when I enable virtdomains I receive the foll

Re: Murder with Virtual Domains - deliveries from postfix fail

2008-09-03 Thread Dan White
Dan Gaudette wrote: > Hello, > > I have Cyrus Murder 2.3.12p2 up and running (1 frontend, 1 backend, 1 > mupdate), however when I enable virtdomains I receive the following > error on the frontend: imapd/lmtp[]: verify_user > (frontend.example.com!user.steve) failed: Mailbox does not exist > >

Murder with Virtual Domains - deliveries from postfix fail

2008-09-03 Thread Dan Gaudette
Hello, I have Cyrus Murder 2.3.12p2 up and running (1 frontend, 1 backend, 1 mupdate), however when I enable virtdomains I receive the following error on the frontend: imapd/lmtp[]: verify_user (frontend.example.com!user.steve) failed: Mailbox does not exist Everything else seems to work fin

Re: migrate to virtual domains

2008-08-18 Thread Alain Spineux
On Mon, Aug 18, 2008 at 11:21 AM, Peter Lokus <[EMAIL PROTECTED]> wrote: > Hi list, > > I using cyrus imap for two domains without virtual domains. > Say, my folder structure look like > > /var/spool/cyrus/mail/user/user1domain: example.net > /var/spool/cyrus/ma

migrate to virtual domains

2008-08-18 Thread Peter Lokus
Hi list, I using cyrus imap for two domains without virtual domains. Say, my folder structure look like /var/spool/cyrus/mail/user/user1domain: example.net /var/spool/cyrus/mail/user/user2domain: example.com Every user has its own folders under the INBOX. In order to enhance

Re: FUD client with virtual domains

2008-06-15 Thread Tornoci Laszlo
Tornoci Laszlo wrote: > I have been using the FUD client/server for local users for some time > successfully. I am planning to introduce virtual domains, and did some > testing. > > ACL's are ok for local user torlasz and virtual user > [EMAIL PROTECTED]: >

FUD client with virtual domains

2008-05-24 Thread Tornoci Laszlo
Hi, I cannot make FUD to work with virtual domain users. Can someone help me with this? I have been using the FUD client/server for local users for some time successfully. I am planning to introduce virtual domains, and did some testing. ACL's are ok for local user torlasz and virtual

Re: Postfix, Cyrus, and virtual domains : verify_user failed: Mailbox does not exist - Help !

2008-04-12 Thread Simon Matter
>> >> Do you have a good reason to use the deprecated 'cyrus' transport? >> Otherwise you may try 'mailbox_transport = >> lmtp:unix:/var/lib/imap/socket/lmtp' instead. >> >> Simon >> > > You're right, just didn't see it...and working perfectly with that :-) > In fact for my case, I used : virtual_t

Postfix, Cyrus, and virtual domains : verify_user failed: Mailbox does not exist - Help !

2008-04-12 Thread Sébastien Rozier
> > Do you have a good reason to use the deprecated 'cyrus' transport? > Otherwise you may try 'mailbox_transport = > lmtp:unix:/var/lib/imap/socket/lmtp' instead. > > Simon > You're right, just didn't see it...and working perfectly with that :-) In fact for my case, I used : virtual_transport

Re: Postfix, Cyrus, and virtual domains : verify_user failed: Mailbox does not exist - Help !

2008-04-12 Thread Simon Matter
> Hello, > > I'm trying to setup a Postfix+Cyrus installation (no SQL nor LDAP, only > hash files). > I only want to handle virtual domains, no local accounts > My cyrus imap version is 2.3.7 since this is the packaged version for > centos/redhat. > My postfix version

Postfix, Cyrus, and virtual domains : verify_user failed: Mailbox does not exist - Help !

2008-04-12 Thread Sébastien Rozier
Hello, I'm trying to setup a Postfix+Cyrus installation (no SQL nor LDAP, only hash files). I only want to handle virtual domains, no local accounts My cyrus imap version is 2.3.7 since this is the packaged version for centos/redhat. My postfix version is 2.3.3 for the same reason. I&#x

Re: problems with virtual domains and sasl under Debian 4

2007-11-13 Thread Alain Spineux
On Nov 13, 2007 11:06 AM, Falko Zurell <[EMAIL PROTECTED]> wrote: > Hello List_members, > > I'm using a Debian Linux 4 and the provided Cyrus (2.2.13) and SASL > packages from Debian. I've configured my Postfix MTA to use virtual > domains with the SASL library

problems with virtual domains and sasl under Debian 4

2007-11-13 Thread Falko Zurell
Hello List_members, I'm using a Debian Linux 4 and the provided Cyrus (2.2.13) and SASL packages from Debian. I've configured my Postfix MTA to use virtual domains with the SASL library as authentication base. Postfix works fine for me but Cyrus makes some trouble. I can't

Re: Syntax for reconstruct with virtual domains?

2007-09-06 Thread Alain Spineux
ECTED]> wrote: > Hi there. > > I'm trying to figure out the syntax for recovering a single mailbox in a > virtual domain using reconstruct with Cyrus 2.3.8 > > Ultimately, I'd like to move an entire mail spool from one server > without virtual domains into a virtual dom

Syntax for reconstruct with virtual domains?

2007-09-05 Thread Nels Lindquist
Hi there. I'm trying to figure out the syntax for recovering a single mailbox in a virtual domain using reconstruct with Cyrus 2.3.8 Ultimately, I'd like to move an entire mail spool from one server without virtual domains into a virtual domain on a new server, but I thought I should s

Re: SSL/TLS certificates with virtual domains

2007-08-25 Thread Alain Spineux
On 8/23/07, Nels Lindquist <[EMAIL PROTECTED]> wrote: > > Hi, all. > > I'm configuring a Cyrus IMAPD server for a number of virtual domains, > and I'm concerned about a potential issue with SSL/TLS for the virtual > hosts, which is that I can't find a way of

Re: SSL/TLS certificates with virtual domains

2007-08-24 Thread Nels Lindquist
Hello again! Goetz Babin-Ebell wrote: > This question pops up occasionally in most list concerning SSL. > > You can only use one certificate for one IP address / port pair. > > If you have several IP addresses on your host, > you can run several insances of cyrus to listen on > the different IP

Re: SSL/TLS certificates with virtual domains

2007-08-23 Thread Robert Banz
> > How much configuration similarity does there have to be between the > different config files? Can I change anything except for the > tls_[*]_file directives? > > Thanks very much for the information! I think this could work for us. Make one master imapd.conf file with everything but the cert

Re: SSL/TLS certificates with virtual domains

2007-08-23 Thread Nels Lindquist
Goetz Babin-Ebell wrote: > This question pops up occasionally in most list concerning SSL. > > You can only use one certificate for one IP address / port pair. > > If you have several IP addresses on your host, > you can run several insances of cyrus to listen on > the different IP addresses and

Re: SSL/TLS certificates with virtual domains

2007-08-23 Thread Goetz Babin-Ebell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nels Lindquist schrieb: > Hi, all. Hello Nels, > I'm configuring a Cyrus IMAPD server for a number of virtual domains, > and I'm concerned about a potential issue with SSL/TLS for the virtual > hosts, which is that I can'

SSL/TLS certificates with virtual domains

2007-08-23 Thread Nels Lindquist
Hi, all. I'm configuring a Cyrus IMAPD server for a number of virtual domains, and I'm concerned about a potential issue with SSL/TLS for the virtual hosts, which is that I can't find a way of specifying different certificates for each virtual host. We strongly encourage users to

Re: Virtual Domains

2007-08-04 Thread Jarod Watkins
FORMER 03 | Baltasar Cevc wrote: > Hi Jarod, > > does the stripping ocurr whichever the setting of virtdomains is? > Setting it to userid is quite common. Is your domain.tld the > defaultdomain? In that case, cyrus substitutes it by the hostname, if I > remember the behaviour right. > > You could

Re: Virtual Domains

2007-08-03 Thread David Lang
`TCP asgard lmtp') dnl MAILER(`smtp') MAILER(`cyrusv2') MAILER(`smtp') MAILER_DEFINITIONS Mlmtp, P=[IPC], F=lsDFMnqA@/:|SmXz, E=\r\n, S=EnvFromL, R=EnvToL/HdrToL, T=DNS/RFC822/X-Unix, A=FILE $h On Fri, 3 Aug 2007, Jarod Watkins wrot

Re: Virtual Domains

2007-08-03 Thread FORMER 03 | Baltasar Cevc
Hi Jarod, does the stripping ocurr whichever the setting of virtdomains is? Setting it to userid is quite common. Is your domain.tld the defaultdomain? In that case, cyrus substitutes it by the hostname, if I remember the behaviour right. You could post imapd.conf. Using lmtp, Postfix should not

Re: Virtual Domains

2007-08-03 Thread Jarod Watkins
emails from postfix to the virtual users in cyrus. After looking through the logs, its as if postfix isn't supplying the whole email address to Cyrus, or Cyrus is just stripping out it. Can anyone tell me what I have configured wrong? What's your virtual domains setting in imapd.c

Re: Virtual Domains

2007-08-03 Thread FORMER 03 | Baltasar Cevc
e virtual users in > cyrus. After looking through the logs, its as if postfix isn't > supplying the whole email address to Cyrus, or Cyrus is just > stripping out it. Can anyone tell me what I have configured wrong? What's your virtual domains setting in imapd.conf (virtdomain

Virtual Domains

2007-08-03 Thread Jarod Watkins
I have been searching google for the past 2 days trying to figure out how to finish setting up my Cyrus email system. I am almost there, however I cannot deliver emails from postfix to the virtual users in cyrus. After looking through the logs, its as if postfix isn't supplying the whole email

Cyrus virtual domains quota

2007-04-09 Thread ram
I have cyrus server with ~600 virtual domains ( cyrus-imapd-2.3.7 on centos 4.4 ) Can I have a quota for every virtual domain I give quota to every user, but I want to be able to let domain administrator manage quotas of their own email users Does cyrus support this Thanks Ram

Re: Replication and virtual domains revisited

2006-11-27 Thread Bron Gondwana
On Mon, Nov 27, 2006 at 04:21:56PM +0100, Rudy Gevaert wrote: > Janne Peltonen wrote: > >Hi! > > > >I was wondering about replication and virtual domains. Last May, it > >wasn't supported yet: > > > > http://lists.andrew.cmu.edu/pipermail/info-cyrus/2

Re: Replication and virtual domains revisited

2006-11-27 Thread Rudy Gevaert
Janne Peltonen wrote: Hi! I was wondering about replication and virtual domains. Last May, it wasn't supported yet: http://lists.andrew.cmu.edu/pipermail/info-cyrus/2006-May/021943.html -- the 2.3.7 from last July includes support. Any experiences? It works in 2.3.7. We are using

Replication and virtual domains revisited

2006-11-27 Thread Janne Peltonen
Hi! I was wondering about replication and virtual domains. Last May, it wasn't supported yet: http://lists.andrew.cmu.edu/pipermail/info-cyrus/2006-May/021943.html -- the 2.3.7 from last July includes support. Any experiences? --Janne Peltonen Cyrus Home Page:

Re: Moving from a server without virtual domains to one with virtual domains.

2006-11-17 Thread Mikael Nehlsen
example,dc=com" Since I want to dump the osx server not use the osx server as authentication source. /Mikael Dmitriy Kirhlarov wrote: > On Wed, Nov 08, 2006 at 10:08:02PM +0100, Mikael Nehlsen wrote: > >> I have an old MacOS X server with cyrus 2.2.12. Now I want to move it to >

Re: Moving from a server without virtual domains to one with virtual domains.

2006-11-09 Thread Dmitriy Kirhlarov
On Wed, Nov 08, 2006 at 10:08:02PM +0100, Mikael Nehlsen wrote: > I have an old MacOS X server with cyrus 2.2.12. Now I want to move it to > a solaris box with cyrus 2.3.3. > This should be no problem I believe, but I am trying to move from a > server without virtual domains to one

Moving from a server without virtual domains to one with virtual domains.

2006-11-08 Thread Mikael Nehlsen
Hi, I have an old MacOS X server with cyrus 2.2.12. Now I want to move it to a solaris box with cyrus 2.3.3. This should be no problem I believe, but I am trying to move from a server without virtual domains to one with virtual domains. I wonder if there is any problems with that? My idea of the

postix cyrus--imapd virtual domains

2006-10-29 Thread A Clockwork Orange
Postfix send mail for user [EMAIL PROTECTED] Oct 30 06:40:06 mow postfix/smtpd[10644]: warning: 127.0.0.1: hostname localhost verification failed: no address associated with name Oct 30 06:40:06 mow postfix/smtpd[10644]: connect from unknown[127.0.0.1] Oct 30 06:40:39 mow postfix/smtpd[10644]: 54

postix cyrus--imapd virtual domains

2006-10-28 Thread A Clockwork Orange
hi postfix send to cyrus [EMAIL PROTECTED] but cyrus recieve just user witout domain! Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: cyrus--imapd virtual domains

2006-10-28 Thread Jo Rhett
A Clockwork Orange wrote: What is heppening??? Have you any idias? Have you read the logfiles? Seriously, if you have read the logfiles you would understand the problem very clearly. It will show you the name that it tries to authenticate with when you don't specify the domain name, a

cyrus--imapd virtual domains

2006-10-28 Thread A Clockwork Orange
Hi # uname -a OpenBSD mow.strs.ru 3.9 GENERIC#617 i386 # # sasldblistusers2 [EMAIL PROTECTED]: cmusaslsecretOTP [EMAIL PROTECTED]: cmusaslsecretOTP [EMAIL PROTECTED]: cmusaslsecretOTP [EMAIL PROTECTED]: userPassword [EMAIL PROTECTED]: userPassword [EMAIL PROTECTED]: userPassword [EMAIL PROTECTED

Re: virtual domains

2006-10-27 Thread Jo Rhett
On Oct 26, 2006, at 11:00 PM, A Clockwork Orange wrote: Cyradm can not create virtual mailbox! Why? localhost.strs.ru> cm [EMAIL PROTECTED] createmailbox: Permission denied localhost.strs.ru> Please try some self-help before you ask us to fix your problems for you. "Permission denied." pr

virtual domains

2006-10-26 Thread A Clockwork Orange
Cyradm can not create virtual mailbox! Why? localhost.strs.ru> cm [EMAIL PROTECTED] createmailbox: Permission denied localhost.strs.ru> Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wiki/FAQ: http://cyrusimap.web.cmu.edu/twiki List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-

Virtual domains, sendmail, aliases

2006-10-17 Thread Jérôme Nenert
Hello, We've tried to use sendmail with Cyrus virtual domains and createonpost=yes. Our mailer accept mail for domain1 while the machine name of the mailer belongs to domain2. When a mail arrive, the mailbox is created under the domain2 while we would like it would have been created unde

Re: Sendmail and Cyrus Virtual Domains

2006-09-20 Thread cyrus
On Wed, 20 Sep 2006, AJ wrote: ; > finalreturns: john . smith ; > mailer local, user john.smith Sendmail is selecting the local mailer instead of cyrusv2. This is likely to be because the domain you're sending to is in class w - i.e. in the /etc/mail/local-host-names file or it's the

Re: Sendmail and Cyrus Virtual Domains

2006-09-20 Thread AJ
After removing any mr* stuff from my .mc file, I still get the below result. My mailertable now only has: domain.com cyrusv2:/var/cyrus/imap/socket/lmtp And my sendmail.mc: OSTYPE(`linux') # # We don't need these # undefine(`UUCP_RELAY') undefine(`BITNET_RELAY') # # Here are the define

  1   2   3   4   5   6   >