Just wondering if work is still being done on Cyrus.
I have sent repeated messages to cyrus-bugs without an answer; there
seem to be serious flaws with the integration of SASL 2.1.1 with cyrus
2.1.1, but without help from the CMU folks I don't have any idea.
We are getting ready to cut over a 10
As you mentioned you have started saslauthd to use PAM. Therefore you
need to have the different configs in PAM. If timsieved needs
authentication, it sends the request to saslauthd with service sieve,
saslauthd send the auth request to PAM with service sieve. That's why
you need a sieve config in
On Tue, Feb 26, 2002 at 08:01:13AM +0100, Manuel Hendel wrote:
That's what cyrus logs about it:
imapd.log:
Feb 26 08:13:13 he0 master[1747]: about to exec
/usr/local/cyrus/bin/lmtpd
Feb 26 08:13:13 he0 service-lmtpunix[1747]: executed
Feb 26 08:13:14 he0 lmtpd[1747]: accepted connection
Feb 26 0
I tried several things. Here's what I've done:
.procmailrc:
:0: $LOGNAME.lock
* ^To: [EMAIL PROTECTED]
| /usr/local/cyrus/bin/deliver mhetest
I'm sending mails for testing to [EMAIL PROTECTED]
Logs from procmailrc:
procmail: Match on "^To: [EMAIL PROTECTED]"
procmail: Locking "mhe.lock"
procmail
I don't quite understand why I should bother about pam.conf if the
pwcheck_method is saslauthd? Should all the authentications are done through
saslauthd for imapd, popd, and timsieved? Here is my /etc/imapd.conf:
configdirectory: /ext/imap/config
partition-default: /ext/imap/mailboxes
servername
Victor Duchovni wrote:
> Do you really a want a typo in the username to post personal email for one
> of your users as a SPAM report at ORDB? Legitimate senders will not get
> bounces for mistyped addresses. This can be done, but it is misguided.
>
That's not what I said. I said that we'd scan th
Victor Duchovni wrote:
> What determines whether a user's mail should go to cyrus or not (it cannot
> be a cyrus delivery attempt)?
>
The answer seems simple. If a user is not in local_recipient_maps, it's not
a local recipient.
In my case, the reason I want this is for mail abuse control. Most m
Hi,
I am having trouble getting Cyrus 2.1.2 and cyrus-sasl-2.1.1 to work on a
Mandrake 8.1 box. i seem to get this error in the logs
Feb 26 11:10:13 cyrus pop3d[6219]: unknown password verifier saslauthd
any help would be appreciated
Thanks
Daniel Cumming
Keith Kee wrote:
>
> Hi:
>I am running cyrus-imap 2.1.2 and cyrus-sasl 2.1.1 on Solaris 8, and I am
> having problem getting timsieved to authenticate right. Following the
> instructions written in "installing sieve" in the docs included with the
> source, I should be able to check my login
On Mon 25 Feb 2002 at 16:14:33 -0500, you wrote:
> What's the "Return-Path" header indicate?
Hmm, I seem to have two.
The Cyrus server is currently not in production, so the current
sequence of events for delivery is as follows:
- MX host (sendmail) accepts message from the Internet
- MX host
Lorty wrote:
> I recently upgraded my server to a Postfix/Cyrus Imap installation.
> Everything works fine, but I'd like to know ho to get email sent to
> unknown users. The luser_relay postfix configuration parameter has a
> lower precedence than cyrus deliver...
>
I couldn't get this working th
On Mon, 2002-02-25 at 16:53, Dave C wrote:
> I'm having some trouble getting cyrus-imap with sasl
> to work with ldap, i have the cyrus-imapd ldap patch
> and recompiled, but im just getting a connectoin, what
> shoudl the pwcheck_method be if i still want to use
> sasl as the password store and j
Hi:
I am running cyrus-imap 2.1.2 and cyrus-sasl 2.1.1 on Solaris 8, and I am
having problem getting timsieved to authenticate right. Following the
instructions written in "installing sieve" in the docs included with the
source, I should be able to check my login to timsieved using
sieveshell -
What's the "Return-Path" header indicate?
If Return-Path isn't right, vacation won't work either, since the
vacation message will attempt to go to the Return-Path.
If Return-Path isn't right, then it's almost certainly your MTA
rewriting the return-path to something bogus and there's nothing we
On Mon, 25 Feb 2002, John C. Amodeo wrote:
> What command would someone use to checkout the most recent version of
> Cyrus Imap from CVS right *before* the code was merged to use Saslv2?
>
> I am trying to get the most recent version with some bugs that were
> fixed after 2.0.16 but before 2.1.0.
"John C. Amodeo" wrote:
>
> What command would someone use to checkout the most recent version of
> Cyrus Imap from CVS right *before* the code was merged to use Saslv2?
>
> I am trying to get the most recent version with some bugs that were
> fixed after 2.0.16 but before 2.1.0...
Checkout t
CFLAGS=-DUSGISH ./configure
make
Hope this helps.
-Igor
On Mon, 25 Feb 2002, [iso-8859-1] Ana Belén Díez wrote:
> I try to install cyrus-imap in Solaris 8.
> Do have any idea what would cause the following error when running make
> in the makedepend directory:
>
> # pwd
> /export/cyrus-imapd-
On Mon 25 Feb 2002 at 10:36:00 -0800, you wrote:
> On Fri 22 Feb 2002 at 19:04:17 -0600, you wrote:
>
> > On Fri, Feb 22, 2002 at 05:48:35PM -0500, Ken Murchison wrote:
> > >
> > >
> > > [EMAIL PROTECTED] wrote:
> > > >
> > > > I have been following this thread, and
> > > > humbly suggest loo
I try to install cyrus-imap in Solaris 8.
Do have any idea what would cause the following error when running make
in the makedepend directory:
# pwd
/export/cyrus-imapd-2.0.16/makedepend
# make
gcc -c -I. -I. -I/usr/local/include -DHAVE_STDARG_H=1 -g -O cppsetup.c
gcc -c -I. -I. -I/usr/local
On Fri 22 Feb 2002 at 19:04:17 -0600, you wrote:
> On Fri, Feb 22, 2002 at 05:48:35PM -0500, Ken Murchison wrote:
> >
> >
> > [EMAIL PROTECTED] wrote:
> > >
> > > I have been following this thread, and
> > > humbly suggest looking for where the line:
> > >
> > > unspecified-domain.google.com
What command would someone use to checkout the most recent version of
Cyrus Imap from CVS right *before* the code was merged to use Saslv2?
I am trying to get the most recent version with some bugs that were
fixed after 2.0.16 but before 2.1.0...
Thanks,
-John
On Mon, 25 Feb 2002, Andres Maduro wrote:
> When I installed Cyrus Imap I follow the installation instructions by the
> book. Does any one know if you have to set the partition directories to
> update synchronouslysome when using Ext3 or ReiserFS ?
Since both of these are journaling file systems
Hi,
I recently upgraded my server to a Postfix/Cyrus Imap installation.
Everything works fine, but I'd like to know ho to get email sent to
unknown users. The luser_relay postfix configuration parameter has a
lower precedence than cyrus deliver...
Thanks in advance,
Lorenzo
I'm having some trouble getting cyrus-imap with sasl
to work with ldap, i have the cyrus-imapd ldap patch
and recompiled, but im just getting a connectoin, what
shoudl the pwcheck_method be if i still want to use
sasl as the password store and just use ldap for user
information?
daveC
__
I don't seem to be getting all the messages on the
info-cyrus mailing list is there some type of problem
that's known as to why this might happen?
dave
__
Do You Yahoo!?
Yahoo! Sports - Coverage of the 2002 Olympic Games
http://sports.yahoo.com
"Andres Maduro" <[EMAIL PROTECTED]> writes:
> Thanks for your message. After modifying the hashing code, how should I
> configure multiple partitions ? I checked the manual for imapd.conf but
> don't understand exactly how this is accomplished.
See doc/overview.html.
The hashing code is applie
--On Monday, February 25, 2002 8:03 +0100 Lutz Albers <[EMAIL PROTECTED]>
wrote:
>
> I can confirm that behaviour as well. I my case it happens with a Cyrus
> IMAP server 2.0.16.
Oops, forgot that. It happened when I was running 2.0.16 as well as 2.1.0.
Alec
--
Alec H. Peterson -- [EMAIL PRO
Hi Walter,
Thanks for your message. After modifying the hashing code, how should I
configure multiple partitions ? I checked the manual for imapd.conf but
don't understand exactly how this is accomplished.
Extract from impad.conf follows:
partition-default: /var/spool/imap(this is the onl
Thanks everyone for helping.
Now that the problem is well understood, I will need to modify the hash code
to adapt to my numeric usernames and probably install ReiserFS as it is
faster than Ext3 according to my research.
When I installed Cyrus Imap I follow the installation instructions by the
b
On Monday 25 February 2002 12:10 am, David Lang wrote:
> you do this type of username mapping in sendmail (or equivalent) not in
> cyrus.
>
> in sendmail look at the virtusertable feture and with it you can set the
> type of mapping you are describing.
Thanks, this did the trick. I did try it la
30 matches
Mail list logo