Henrique de Moraes Holschuh said:
> On Thu, 24 Feb 2005, Matt Goebel wrote:
>> How would I go about telling postix to insert a message-id if one is not
>> there? It DOESN'T do that now. With Postfix+Dovecot I get the message
>
> It must, AFAIK. BTW, a broken message-id is not the same as no messa
Mufit Eribol said:
> I just installed FC3, postfix-2.1.5, cyrus-imapd-2.2.10,
> cyrus-sasl-2.1.19, mysql-3.23.58 as per Postfix-Cyrus-Web-cyradm-HOWTO
> of Luc de Louw. All authentication issues seem working OK.
>
> I am new to imap and cyrus. Perhaps it is a simple issue, but I don't
> know.
>
>
I'm working on a webmail system using client certificates for
authentication.
I have Cyrus IMAP working fine with Cyrus SASL and "AUTH=EXTERNAL" after
negotiating TLS... the IMAP daemon authenticate the user properly.
However, it chooses the CN from the client cert as the authentication
identi
Craig White wrote:
My goal was to be my own CA - generate per user certificates and have
revocation rights. I haven't had many issues with creating certs for
various applications such as ldap/apache etc. I was looking for some
granular control for individual users.
I do this manually using OpenSSL
On Thu, 24 Feb 2005, Matt Goebel wrote:
> How would I go about telling postix to insert a message-id if one is not
> there? It DOESN'T do that now. With Postfix+Dovecot I get the message
It must, AFAIK. BTW, a broken message-id is not the same as no message-id.
If the message-id header is there
I've just reworked my Cyrus IMAP installation, and I'm beginning to get
the impression that --with-auth (which defaults to "unix") is only for
group memberships, and really has no other effect. It certainly doesn't
seem to affect SASL in any way, which is what actually handles
authentication.
Igor Brezac wrote:
Your bigger issue is to find a client that supports SASL/EXTERNAL. I
do not believe c-client library (this is what drives IMP/Horde via
PHP) supports SASL/EXTERNAL, so this is what you need to start hacking.
OK, I've successfully connected using imtest and SASL/EXTERNAL and it
On Tue, 2005-02-22 at 23:42 +, Wil Cooley wrote:
> On 2005-02-22, Craig White <[EMAIL PROTECTED]> wrote:
>
> > now going a bit off topic - I installed tinyca and it seems to be the
> > type of thing that I could really use - of course, I need to know how to
> > use it.
> >
> > The web site doe
Henrique de Moraes Holschuh said:
> On Wed, 23 Feb 2005, Matt Goebel wrote:
>> However, cyrus SHOULD still accept this messages. I've tested postfix
>> +dovecot, yahoo mail, and gmail and all of those accept messages with
>> blank message-id's fine. Is there someway to fix this?
>
> Yes. Fix post
Hi, when I used to use sendmail, I used "aliasname: |/path/to/app" in
/etc/aliases to pipe mail to a program. Now, I used postfix with
cyrus' "deliver" as the delivery mechanism. How do I have cyrus pipe
certain aliases to applications?:
Thank you.
TunaSundae
---
Cyrus Home Page: http://asg.web.c
On Wed, 23 Feb 2005, Robert Scussel wrote:
This might be a shot in the dark, but having recently battled through some
quirks on Solaris 9, make sure that your perl binary is one that was compiled
on the Solaris box with gcc ( unless of course you actually have the sun
compiler and compiled cyrus
On Wed, 23 Feb 2005, Matt Goebel wrote:
> However, cyrus SHOULD still accept this messages. I've tested postfix
> +dovecot, yahoo mail, and gmail and all of those accept messages with
> blank message-id's fine. Is there someway to fix this?
Yes. Fix postfix to bounce such crap back before it rea
Aleksandar Milivojevic wrote:
> In Outlook Express, folder for storing sent email is hard coded as top
> level folder "Sent Items". User can not change it.
The folder name *can* be changed:
Tools -> Accounts... -> Select mail account ->
Click "Properties" button -> Select "IMAP" tab ->
Enter fo
On 08.02.2005 02:28, kael wrote:
I wish to use the _push_ method, as described in
http://asg.web.cmu.edu/cyrus/download/imapd/install-netnews.html.
I have been searching but haven't ben able to deliver NetNews via Cyrus.
imapd.conf is managed with the following lines:
partition-news: /var/spool/ima
I just installed FC3, postfix-2.1.5, cyrus-imapd-2.2.10,
cyrus-sasl-2.1.19, mysql-3.23.58 as per Postfix-Cyrus-Web-cyradm-HOWTO
of Luc de Louw. All authentication issues seem working OK.
I am new to imap and cyrus. Perhaps it is a simple issue, but I don't know.
How come some of the messages i
On 2005-02-23, Vernon A. Fort <[EMAIL PROTECTED]> wrote:
> Anyone
> I currently have samba3 joined to Active Directory and squid working
> as well, transparent authentication. I would like to find a simple way
> to get my cyrus accounts to authentcate to the Active Directory as
> well. Is th
On Wed, 23 Feb 2005, Dieter Kluenter wrote:
Hi,
man imapd.conf(5) lists some options to authenticate against ldap,
This is for authorization not authentication.
I
just wonder which auxprop and pwcheck_method has to be evoked. For
Postfix sasl authentication I use libldapdb which works flawless, but
Marc G. Fournier wrote:
G'day ..
Just setup Outlook Express w/ IMAP on the remote mail server, and
whenever we send out an email, I get an error to the effect of:
"Some of hte messages in your Outbox Folder could not be copied to your
Sent Items Folder. Your message could not be uploaded to t
Hi,
man imapd.conf(5) lists some options to authenticate against ldap, I
just wonder which auxprop and pwcheck_method has to be evoked. For
Postfix sasl authentication I use libldapdb which works flawless, but
with imapd I get an error 'no mechanisms found'. The relevant part of
my imapd.conf
,--
On Wed, 23 Feb 2005, Andrzej Adam Filip wrote:
Robert Scussel wrote:
Outlook Express likes to have Sent Items under the mailbox, and cyrus has
everything under the inbox. Sice the Sent Items is probably under
/path/to/imap, the user that is using Outlook doesn't have permssions to
write to Sent
Anyone
I currently have samba3 joined to Active Directory and squid working
as well, transparent authentication. I would like to find a simple way
to get my cyrus accounts to authentcate to the Active Directory as
well. Is there a way to get cyrus-imap + cyrus-sasl to auth to the AD
server o
I've noticed a problem with postfix+cyrus. When you send a message with
a blank message-id header it gets bounced back with an "Invalid header"
message. This is a problem because I've had people complain they can't
send legitimate email to our mail server. It appears to be an issue of
lotus note
Robert Scussel wrote:
Outlook Express likes to have Sent Items under the mailbox, and cyrus
has everything under the inbox. Sice the Sent Items is probably under
/path/to/imap, the user that is using Outlook doesn't have permssions to
write to Sent Items, or Sent Items in "/path/to/imap/Sent Ite
Google for imapcreate.pl. Use it with the -d flag (for delete) within a
shell script that reads through a list of usernames. For example:
for USER in `cat userlist.txt`; do
/imapcreate.pl -d -s -u cyrusaccount -p 'cyrusaccountpassword' -m $USER
localhost
done
> "Boyle, Bernadette" wrote:
>
Outlook Express likes to have Sent Items under the mailbox, and cyrus
has everything under the inbox. Sice the Sent Items is probably under
/path/to/imap, the user that is using Outlook doesn't have permssions to
write to Sent Items, or Sent Items in "/path/to/imap/Sent Items" doesn't
exist.
Y
Something like this?
#!/usr/bin/perl
use Cyrus::IMAP::Admin;
my $partition = 'default';
$client = Cyrus::IMAP::Admin->new('localhost');
defined($client) || die "failed to get Admin obj.";
$ret = $client->authenticate(User => 'cyrus', Password => 'xxx', );
while (<>) {
chomp;
$mbox =
G'day ..
Just setup Outlook Express w/ IMAP on the remote mail server, and
whenever we send out an email, I get an error to the effect of:
"Some of hte messages in your Outbox Folder could not be copied to your
Sent Items Folder. Your message could not be uploaded to the IMAP server"
I've
Hello all,
We are using Cyrus 2.1.15/MySQL 3.23.58/Postfix 2.1.5/PERL 5.8 on a fairly
current RHEL3 clone. I am having troubles with how to move a user from one
username to another. E-mail addresses are based on user name, as are
account names. When a user gets married/divorced/etc. then the ac
Hello,
I would like to
remove a couple of thousand users mailboxes. Does anyone have a script that
would do this in batch please for a Solaris system running perl and all the
usual shells.
Thanks
Bernie
Read the docs about unixhierarchysep option in imapd.conf.
Using this option you can use "." in usernames.
Bye
Lincoln Zuljewic Silva wrote:
Hello all again...
I have another problem.
In my company, the default unsernames to e-mail is .@domain, for example the user Richard Stallman is
richard.stall
On Wed, 2005-02-23 at 13:30 -0300, Lincoln Zuljewic Silva wrote:
> how I can create the mailboxes in tha format . ?
look for unixhiersep in man imapd.conf and in documentation.
Ondrej
--
Ondrej Sury <[EMAIL PROTECTED]>
---
Cyrus Home Page: http://asg.web.cmu.edu/cyrus
Cyrus Wiki/FAQ: http://cyr
Hello all again...
I have another problem.
In my company, the default unsernames to e-mail is .@domain, for example the user Richard Stallman is
richard.stallman.
but in cyrus, the mailboxes is user..
if I create a mailbox user.richard.stallman, cyrus will understand
that stallman is a subfolder o
This might be a shot in the dark, but having recently battled through
some quirks on Solaris 9, make sure that your perl binary is one that
was compiled on the Solaris box with gcc ( unless of course you actually
have the sun compiler and compiled cyrus with it ). The one from
sunfreeware works
Paul Boven wrote:
Hi Thomas,
Thomas Robers wrote:
I'm running Cyrus-Imapd 2.2.12 on Solaris 9.
I compiled it from source with gcc 3.2.2 from
Sunfreeware. I use saslauthd with method pam
for authentication. The "user accounts" for pam
are from a Windows 2003 Server via Samba/Winbind.
I'm running Cy
Hello all,
I'm running Cyrus-Imapd 2.2.12 on Solaris 9.
I compiled it from source with gcc 3.2.2 from
Sunfreeware. I use saslauthd with method pam
for authentication. The "user accounts" for pam
are from a Windows 2003 Server via Samba/Winbind.
Everything works so far except sieveshell, which
I nee
35 matches
Mail list logo