Re: Re: Re: Re: sendmail and cyrus-imap - delivery problem

2009-03-26 Thread Mario Pavlov
Hi, I've got some more verbose logging I've created new mailbox (just for fun) localhost> cm user/j...@yo.com localhost> lm user/b...@yo.com (\HasNoChildren) user/j...@yo.com (\HasNoChi

Re: Re: Re: sendmail and cyrus-imap - delivery problem

2009-03-25 Thread Mario Pavlov
Hi, I've tried the new version of cyrus-imapd (2.3.14) ... it works like the previous version for me but in addition I got a strange problem with cyradm when I do: cyradm --user cyrus localhost I have to wait about a minute before I'm prompted for password could you tell me how can I set up deta

Re: Re: sendmail and cyrus-imap - delivery problem

2009-03-24 Thread Mario Pavlov
Hi, I've discovered something odd (at least to me) when I first configured cyrus-imap I was unable to create mailboxes I kept getting this: localhost> cm user@yo.com createmailbox: Permission denied then I read somewhere that I should set "unixhierarchysep" to "yes" and it will work so I did

Re: sendmail and cyrus-imap - delivery problem

2009-03-23 Thread Andrzej Adam Filip
Mario Pavlov wrote: > thanks again to all of you for your time I've tried all that you > suggested I've tried ckuser_cyrus as Matthew Seaman suggested...it > made no difference then I've tried rtcyrus3 as Andrzej Adam Filip > suggested...it didn't work either...and the logging output in maillog >

Re: Re: sendmail and cyrus-imap - delivery problem

2009-03-23 Thread Mario Pavlov
Hi, thanks again to all of you for your time I've tried all that you suggested I've tried ckuser_cyrus as Matthew Seaman suggested...it made no difference then I've tried rtcyrus3 as Andrzej Adam Filip suggested...it didn't work either...and the logging output in maillog stopped...but I still get

Re: Re: sendmail and cyrus-imap - delivery problem

2009-03-22 Thread Mario Pavlov
Hi, please excuse me I totally messed up this output...because of my pathetic try to substitute yo.com with my real domain this output should be read as follows: # ( echo subject: test ; echo testmsg ) | sendmail -v -Am b...@yo.com b...@yo.com... Connecting to /var/imap/socket/lmtp via cyrusv2vd

Re: sendmail and cyrus-imap - delivery problem

2009-03-22 Thread Andrzej Adam Filip
Mario Pavlov wrote: > Hi, > thanks for the response. > > I did what you suggested > I defined new mailer like this: > > # cat /usr/share/sendmail/cf/mailer/cyrusv2vd.m4 > PUSHDIVERT(-1) > # > # Copyright (c) 2002 Sendmail, Inc. and its suppliers. > # All rights reserved. > # > # By using th

Re: Re: sendmail and cyrus-imap - delivery problem

2009-03-22 Thread Mario Pavlov
Hi, thanks for the response. I did what you suggested I defined new mailer like this: # cat /usr/share/sendmail/cf/mailer/cyrusv2vd.m4 PUSHDIVERT(-1) # # Copyright (c) 2002 Sendmail, Inc. and its suppliers. # All rights reserved. # # By using this file, you agree to the terms and conditions

Re: sendmail and cyrus-imap - delivery problem

2009-03-22 Thread dick hoogendijk
On Sun, 22 Mar 2009 11:36:36 +0200 (EET) Mario Pavlov wrote: > MAILER(local) > MAILER(smtp) > MAILER(`cyrusv2') Is this the correct order? Does it make a difference if you switch (smtp) <-> (cyrusv2) ? -- Dick Hoogendijk -- PGP/GnuPG key: 01D2433D + http://nagual.nl/ | SunOS sxce snv109 ++ + A

Re: sendmail and cyrus-imap - delivery problem

2009-03-22 Thread Reinaldo de Carvalho
On Sun, Mar 22, 2009 at 6:36 AM, Mario Pavlov wrote: > > # grep -v "^#" /usr/local/etc/imapd.conf > configdirectory: /var/imap > partition-default: /var/imap/spool > unixhierarchysep: yes > admins: cyrus ad...@yo.com if virtdomains is "no" then logon is by user, like "cyrus". else virtdomains is

Re: sendmail and cyrus-imap - delivery problem

2009-03-22 Thread Matthew Seaman
Mario Pavlov wrote: Hi, I've setup sendmail 8.14.3 to work with cyrus-imapd 2.3.13 on FreeBSD 7-STABLE but I have a delivery issue of course outgoing e-mail is OK but incoming is not ... it was OK before I switched to the cyrus mailer This sounds like a job for smmapd. so if we assume my doma

Re: sendmail and cyrus-imap - delivery problem

2009-03-22 Thread Duncan Gibb
Mario Pavlov wrote: MP> I've setup sendmail 8.14.3 to work with cyrus-imapd 2.3.13 on MP> FreeBSD 7-STABLE but I have a delivery issue > localhost> lm > user/b...@yo.com (\HasNoChildren) > Mar 21 09:55:57 yo sm-mta[3465]: n2L9tvmO003426: to=, >delay=00:00:00, xdelay=00:00:00, mailer=cyrusv2,

Re: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-26 Thread Andrzej Filip
James Miller wrote: I'm trying to implement Andrzej Filip's Real Time Cyrus Integration Version 2 (sendmail,cyrus2) recipe to get sendmail to check whether a cyrus account exists before accepting the message and I'm having a few problems. I've setup the cyrus account 'jimm' and I can send messages

RE: Sendmail and Cyrus IMAP - Real Time Integration

2004-08-26 Thread James Miller
Hello, I'm trying to implement Andrzej Filip's Real Time Cyrus Integration Version 2 (sendmail,cyrus2) recipe to get sendmail to check whether a cyrus account exists before accepting the message and I'm having a few problems. I've setup the cyrus account 'jimm' and I can send messages to it via s

RE: Sendmail and Cyrus IMAP

2004-01-30 Thread Peter P. Benac
wrong mode and owner when the socket is created? > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Sebastian Hagedorn > Sent: Friday, January 30, 2004 3:53 > To: [EMAIL PROTECTED] > Cc: [EMAIL PROTECTED] > Subject: Re:

Re: Sendmail and Cyrus IMAP

2004-01-30 Thread Sebastian Hagedorn
Hi, --On Donnerstag, 29. Januar 2004 18:12 Uhr -0500 "Peter P. Benac" <[EMAIL PROTECTED]> wrote: I assume the unsafe domain socket is /var/imap/socket/lmtp, however all I see is lmtpunix-0.lock in /var/imap/socket. Both my cyrus.conf and imapd.conf are configured for /var/imap/socket/lmtp a