I'll have to go look for that and disable it, but
that still doesn't solve the problem.
It isn't lmtp that is stripping the domain off.
It is sendmail that isn't sending ANY domainname.
lmtp doesn't have any way of knowing which
domain to deliver to.
Allan Rafuse wrote:
>
> There is some code
I use sendmail's virtusertable feature to deliver mail for
[EMAIL PROTECTED] to somelocaluser; I was thinking of modifying the Cyrus
code that handles IMAP LOGIN so that it tries to look up the username as
presented by the user in the sendmail virtusertable, and if it succeeds,
it will log in as t
Hello all
I am trying to run 2.0.12 on linux sparc. I keep getting the same error and
I am coming to that point that I do not what else to do :(
I have seen similar errors on the list, but the solutions don't seem to fit
my bill.
Any help would be deeply appreciated.
This is what I get in imap
Thanks Pascal --
I tried your config changes, but they didn't make any difference. Turns out
it was a compilation option that was set on my OpenLDAP installation - the
SASL in OpenLDAP was conflicting with the SASL in Cyrus. (See my other post
to the list for details...)
Now I'm playing with c
I'm using PAM to connect and authenticate plaintext users from
our Mysql database. Is there anyway to implement Kerebos
or APOP using PAM and Mysql?
-ALlan
<- Allan Rafuse ->
Systems Administrator
Freeview Publishing Inc.
email: [EMAIL PROTECTED]
web: http://www.freeview.com
You have no idea how relevant!!! That's it! THANK YOU! :^)
I rebuilt my OpenLDAP installation and added --without-cyrus-sasl and
--disable-spasswd, and sure enough everything works!
Okay, on my way to write up a howto... thanks again!
--Josh
> -Original Message-
> From: Seva Adari [
There is some code in lmtpd.c and lmtpengine.c that
strips from the "@" to \0. Find those and lmtp
will work the way you want it.
-Allan
On Mon, 26 Feb 2001 12:54:26 -0800, Joel M. Baldwin wrote:
>
>Cyrus 2.0.12
>
>Using socket lmtp for local delivery
>
>I've got some desired patches working
From: Bruce Bauman <[EMAIL PROTECTED]>
Cc: Bruce Bauman <[EMAIL PROTECTED]>
Date: Mon, 26 Feb 2001 16:04:28 -0500
We have written our own e-mail client, and would like to obtain a user's
quota from the server. Unfortunately,
the Cyrus IMAP server only allows a GETQUOTA if the us
> Bruce Bauman wrote:
>
> We have written our own e-mail client, and would like to obtain a
> user's quota from the server. Unfortunately,
> the Cyrus IMAP server only allows a GETQUOTA if the user is an admin
> user. I read the Quota Extension RFC
> and this seems overly restrictive.
>
> Or am
No worries, thats what the list is for :). Anyways, now that
there is hard evidence of the "_" being a valid character,
it might make some peopel think about there currrent
implentation :). But hey, if it works for your use, then why
fix it. :).
-Allan
On Mon, 26 Feb 2001 13:40:21 -0800,
Hi,
Can anyone tell me what might be causing deliver to exit with a -11? I
can't seem to find documentation for this or glean it from the source.
-Justin
Hey everyone,
I was wondering if messages more than a certain age can automatically be
deleted from cyrus for users, possibly like how duplicate messages are
deleted? Is there any facility to do this?
Todd Nemanich wrote:
>
> Hey everyone,
> I was wondering if messages more than a certain age can automatically be
> deleted from cyrus for users, possibly like how duplicate messages are
> deleted? Is there any facility to do this?
If you're running 2.x, check out ipurge(8). Note: man
Title: Cyrus getquota and ACLs
We have written our own e-mail client, and would like to obtain a user's quota from the server. Unfortunately,
the Cyrus IMAP server only allows a GETQUOTA if the user is an admin user. I read the Quota Extension RFC
and this seems overly restrictive.
Or am I m
Cyrus 2.0.12
Using socket lmtp for local delivery
I've got some desired patches working for my
implementation of mutiple/virtual domains but
for one thing.
When sendmail talks lmtp to lmtpd it isn't
sending a domain name.
I'm getting:
RCPT To:
I want it to be:
RCPT To:<[EMAIL PROTECTED]>
Wh
Grant Beattie <[EMAIL PROTECTED]> wrote:
> wombat> lam user.grant
> anyone p
> grant lrswipcda
> cyrus d
> wombat> dm user.grant
> deletemailbox: Permission denied
>
> What is causing this? How can I delete the mailbox?
sam user.grant cyrus c
dm user.grant
'c' gives right to delete actual folde
From: "Grant Beattie" <[EMAIL PROTECTED]>
> 2.0.11/Solaris 7
>
> root@wombat# grep admins /etc/imapd.conf
> admins: cyrus
>
> wombat> lam user.grant
> anyone p
> grant lrswipcda
> cyrus d
> wombat> dm user.grant
> deletemailbox: Permission denied
>
> What is causing this? How can I delete the mail
>It turns out we have several users that very strongly want to use APOP. I
>could find it mentioned nowhere in the documentation, so I'm presuming that
>it's not implemented in the server code. Has anyone made modifications to
>implement APOP? Are there suggestions on how to avoid sending clear
Michael,
Hadn't really thought about doing this (even though Amos mentioned it
once), because you're limited to having different configs based on the
interface. By using an alternate config file, I can have multiple
imapds listening on one interface (different ports, obviously) each with
a diffe
The following may be relevant to your problems!
Subject: Re: SIGSEGV in combination with pam_ldap->OpenLDAP v2.0.x
Date: Sat, 24 Feb 2001 10:25:59 -0800
From: "Kurt D. Zeilenga" <[EMAIL PROTECTED]>
To: Carsten Hoeger <[EMAI
Prior version of imapd(/sasl) had problems working
openldap 2.x.x. You may want to down grade the
openldap client module that you link with imapd
to 1.x.x and see if your problems get resolved.
__
Seva
Joshua Penix wrote:
>
> I'm having trouble getting Cyrus-IMAP to authenticate against an Open
> -
> #%PAM-1.0
> auth sufficient /lib/security/pam_ldap.so
> auth required /lib/security/pam_unix_auth.so try_first_pass
> accountsufficient /lib/security/pam_ldap.so
> accountrequired /lib/security/pam_unix_acct.so
> -
try with :
authsufficient
I have a solution to the following problem now. The problem is that in
order to do SIA authentication under Compaq Tru64, you must be root. The
reason the IMSP server didn't have any problems was because the server
*does* run as root. However, the IMAP server immediately changes to the
cyrus us
Thomas Jarosch wrote:
>
> Hi,
>
> I just wanted to know if the user rename implementation
> is considerd as stable?
What implementation are you talking about? If you are talking about the
patch that posted to the list a while back, functionally it works.
> Are there any known bugs?
I doesn
Grant Beattie wrote:
>
> 2.0.11/Solaris 7
>
> root@wombat# grep admins /etc/imapd.conf
> admins: cyrus
>
> wombat> lam user.grant
> anyone p
> grant lrswipcda
> cyrus d
> wombat> dm user.grant
> deletemailbox: Permission denied
>
> What is causing this? How can I delete the mailbox?
IIRC, g
Hi,
I find it often more useful to use a sniffer (like ethereal,
www.ethereal.com) to debug php programs. Ofcourse this way you'll only
see the commands going to the imap server, and not what's going on there
internally.
cheers,
.roel
On Sun, Feb 25, 2001 at 02:15:02PM +0100, Roland Scheike wr
[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <3A9558FE.DEDAC78
[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
"John C. Amodeo" wrote:
>
> David,
>
> You have mentioned a very important point - "Cyrus lacks is a 'pretty interfac
e' for
> administration, a
Pascal Pucci wrote:
>
> * If I want to use ldap directly :
>
> - does:
> sasl_passwd_method: ldap // should be good ?
> ldap_basedn: ou=People,dc=test
yes.
ldap_server: LDAP Server [localhost]
ldap_basedn: LDAP base dn
ldap_uidattr: LDAP uid attribute [uid]
Hi,
maybe a silly question- but I`m not that specialist :-)
After configuring Cyrus with default settings, make produces
the following:
### Making all in /home/r2scheik/test/cyrus-imapd-2.0.12/et
make[1]: Wechsel in das Verzeichnis Verzeichnis
;/home/r2scheik/test/cyrus-imapd-2.0.12/et+
gcc -c
[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Thanks John; I just forwarded a copy of this to my boss, who was a
little uncomfortable with my using Cyrus to replace Netscape last
summer. Cyrus has done such a great job, his doubts have diminished
g
/6.0
X-Accept-Language: en
MIME-Version: 1.0
To: [EMAIL PROTECTED]
Subject: Re: What a BITCH!
References: <[EMAIL PROTECTED]>
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit
1. Yes it is good of the people at CMU to provide this
for free.
2. Documentation is part of an
[EMAIL PROTECTED]> <[EMAIL PROTECTED]> <011501c09c3f$00b4b750$8181608f@cn
w.co.nz>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-scanner: Scanned by Inflex & McAffee.
Hi.
Looking at the docs, in particular install-configure.html, it only
mentions problems on linux
Subject: Re: Enterprise Server Solution
Date: Thu, 22 Feb 2001 01:08:24 -0800
MIME-Version: 1.0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 5.50.4522.1200
X-MimeOLE: Produced By M
Hi,
I just wanted to know if the user rename implementation
is considerd as stable?
Are there any known bugs?
Thanks in advance, Thomas.
I am in the process of writing a custom MDA which wraps the Cyrus
"deliver" MDA to add several capabilities to an email delivery system I
am building (there is a more detailed description of the system at
http://safeadd.net/ ). My current task is to allow users to dynamically
route their incoming
[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
I'm supporting 1600 users (400 concurrent) across 3 machines and it
works pretty well. I've got the mail partitions and config directories
split across two different partition on 2 different drives. This
we use some custom sendmail rules to deliver mail to IMAP folders based on a
flat file containing the usernames of those who wish to use IMAP.
All others go to /var/mail/username.
I can post the rules here, if you like, it's fairly straightforward stuff.
g.
> -Original Message-
> From
[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
X-scanner: Scanned by Inflex & McAffee.
Yes, I had to do something similar, on a smaller scale.
Assuming that you have your default mailer as cyrus, add something like
the following to your sendmail.m4
On Thu, 22 Feb 2001, John C. Amodeo wrote:
: Randall,
:
: Paying for software is really not an issue. The University has spent hundreds
: of thousands of dollars for hundreds of copies of Novell, a site license for
: McAfee, Oracle, etc.
Sorry if my comment sounded off handed. I worked at umd
Hi all,
Is Cyrus safe to use on a logging file system? or is there anything I should
be aware of if I want to use cyrus on a logging file system? (specifically
Solaris 7/ufs logging, but I'm also interested in any shortcomings using
NetBSD LFS).
g.
On Mon, 19 Feb 2001, Marco Pirovano wrote:
> Dear Michael and Simon,
> thank you for your answer.
>
> At 02:47 PM 2/19/01 +0100, you wrote:
> >On Monday, February 19, 2001 12:01:19 PM +0100 Marco Pirovano
> ><[EMAIL PROTECTED]> wrote:
> >+--
> >| Hello,
> >| I have to migrate about 12,000 st
2.0.11/Solaris 7
root@wombat# grep admins /etc/imapd.conf
admins: cyrus
wombat> lam user.grant
anyone p
grant lrswipcda
cyrus d
wombat> dm user.grant
deletemailbox: Permission denied
What is causing this? How can I delete the mailbox?
g.
You should fix Makefile.PL in the perl/imap directory, it should include:
-L/usr/local/openssl/lib (or wherever you installed openssl). you might want
to include -R with the same path, also.
rm Makefile, and re-run make from the top level.
g.
-Original Message-
From: [EMAIL PROTECTED]
I have no idea about the specific questions
you are asking but I would recommend changing
your naming scheme for a couple reasons.
1) the "+" character is usually used to designate
a sub mailbox. Sending mail to
[EMAIL PROTECTED] would be directly placed
in the user.allan.cyrus folder. While it
"Michael Abrahamsson" <[EMAIL PROTECTED]> writes:
> What to do, anyone ?!
Did you install libssl-dev? If not, you don't have the .so link that
ld looks for.
Mike.
I'm observing similar problems - Cyrus 2.0.12, NetBSD-1.5
I think the problem may be related to have several processes open the unix
socket at once - I observed it happened when my system generated messages
from cron - possibly at the same time.
It seems that /etc/cyrus.conf has support for eithe
Result of tail /var/log/messages
[root@ms1 /root]# tail /var/log/messages
Feb 26 23:10:00 ms1 CROND[1886]: (root) CMD ( /sbin/rmmod -as)
Feb 26 23:20:00 ms1 CROND[1888]: (root) CMD ( /sbin/rmmod -as)
Feb 26 23:23:45 ms1 named[549]: Cleaned cache of 0 RRsets
Feb 26 23:23:45 ms1 named[549]: USA
Hi all!
Maybe someone can help me:
After running ok for a while, the mailserver stops working and I have
the following in my syslog:
Feb 25 15:07:21 mail sendmail[18937]: [ID 801593 mail.crit]
f1P6MJs18884: SYSERR(root): Could not connect to socket
/var/imap/socket/lmtp: Connection refused by l
maybe it's a security risk, but has anybody tried to keep the secrets
normally stored
in sasldb in an LDAP tree? i guess a rewrite of db_berkeley.c using
ldap, calling it db_ldap.c,
should be sufficient when access control to the LDAP tree can be
enforced.
this would allow the usage of AUTH authe
I'm having trouble getting Cyrus-IMAP to authenticate against an OpenLDAP
server using PAM modules. I seem to be able to get Cyrus/SASL to work with
PAM when it's authenticating against /etc/passwd, but as soon as I point it
at LDAP it refuses to work.
Of course, it's hard to know where to post
Cyrus Daboo <[EMAIL PROTECTED]> writes:
> I would like to see a standard protocol that all clients could
> use. This would act as a 'wrapper' for whatever storage mechanism a
> particular implemenation may want to use on the back-end, e.g. file
> system, ACAP, IMSP, LDAP etc, but would provide si
51 matches
Mail list logo