caldav and carddav in murder environment?

2015-11-11 Thread Khalid Mehmood via Info-cyrus
Is it possible to enable caldav/carddav support in a murder environment? Any 
documention available about running caldav/carddav in a murder setup?

Thanks.

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: 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 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/2.5.6 Cyrus-SASL/2.1.26 OpenSSL/7 Zlib/1.2.8 LibXML2.9.2 
SQLite/3.9.1 Libical/1.0 Jansson/2.7 Server at 127.0.1.1 Port 80




 bye & Thanks
av.

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



--
Kenneth Murchison
Principal Systems Software Engineer
Carnegie Mellon University


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: caldav and carddav in murder environment?

2015-11-11 Thread Ken Murchison via Info-cyrus

On 11/11/2015 04:33 AM, Khalid Mehmood via Info-cyrus wrote:

Is it possible to enable caldav/carddav support in a murder environment?


Yes.  We are running it in our Murder at CMU.  I highly recommend that 
you use the 3.x code since its much more robust and had more testing 
than the 2.4-caldav and 2.5 code.




Any documention available about running caldav/carddav in a murder setup?


Set it up just like any other service in a Murder.

--
Kenneth Murchison
Principal Systems Software Engineer
Carnegie Mellon University


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


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/2.5.6 Cyrus-SASL/2.1.26 OpenSSL/7 Zlib/1.2.8 LibXML2.9.2 SQLite/3.9.1 
Libical/1.0 Jansson/2.7 Server at 127.0.1.1 Port 80




 bye & Thanks
av.

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


mail to multiple recipient doesn't work

2015-11-11 Thread Daniel Schröter via Info-cyrus
Hello,

I deliver mail to cyrus (2.4.12) with postfix (2.9.6) under ubuntu by lmtp.

If a mail has multiple recipient just one recipient gets the mail. No
error occur in logs by bounced mail. AFAIK cyrus should generate
hardlinks for this(?). On the filesystem there is no additional file for
the other recipient.

My postfix configuration:

# postconf  -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
debug_peer_list = 127.0.0.1
inet_interfaces = all
inet_protocols = ipv4
local_recipient_maps =
mailbox_size_limit = 0
mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
message_size_limit = 0
mydestination = example.com, smtp.example.com, example.de, localhost
mydomain = example.com
myhostname = smtp.example.com
mynetworks = 192.168.0.0/16 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
relay_domains = $mydestination
relayhost = [wp381.webpack.hosteurope.de]
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd
smtp_sasl_security_options = noanonymous,noplaintext
smtp_sasl_tls_security_options = noanonymous
smtp_use_tls = yes
smtpd_banner = The SMTP-Server

Any ideas?
I try to solve this for 2 days without a solution :-(

Many thanks in advanced!

Bye

Daniel

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: mail to multiple recipient doesn't work

2015-11-11 Thread Dan White via Info-cyrus

On 11/11/15 22:02 +0100, Daniel Schröter via Info-cyrus wrote:

I deliver mail to cyrus (2.4.12) with postfix (2.9.6) under ubuntu by lmtp.

If a mail has multiple recipient just one recipient gets the mail. No
error occur in logs by bounced mail. AFAIK cyrus should generate
hardlinks for this(?). On the filesystem there is no additional file for
the other recipient.

My postfix configuration:

# postconf  -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
config_directory = /etc/postfix
debug_peer_list = 127.0.0.1
inet_interfaces = all
inet_protocols = ipv4
local_recipient_maps =
mailbox_size_limit = 0
mailbox_transport = lmtp:unix:/var/run/cyrus/socket/lmtp
message_size_limit = 0
mydestination = example.com, smtp.example.com, example.de, localhost
mydomain = example.com
myhostname = smtp.example.com
mynetworks = 192.168.0.0/16 127.0.0.0/8 [:::127.0.0.0]/104 [::1]/128
myorigin = $mydomain
readme_directory = no
recipient_delimiter = +
relay_domains = $mydestination
relayhost = [wp381.webpack.hosteurope.de]
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl/passwd
smtp_sasl_security_options = noanonymous,noplaintext
smtp_sasl_tls_security_options = noanonymous
smtp_use_tls = yes
smtpd_banner = The SMTP-Server


What does syslog say? What type of filesystem do you have? What does your
cyrus.conf config look like?

--
Dan White

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