Quoting Igor Brezac <[EMAIL PROTECTED]>:
>
> On Wed, 28 Jan 2004 [EMAIL PROTECTED] wrote:
>
> > > > Jan 16 06:59:18 synodon imap[58231]: size read failed
> > > > Jan 16 06:59:18 synodon imap[58231]: badlogin: [68.147.210.233]
> plaintext
> > > > dennis.rendflesh SASL(-1): generic failure: checkp
> > Jan 16 06:59:18 synodon imap[58231]: size read failed
> > Jan 16 06:59:18 synodon imap[58231]: badlogin: [68.147.210.233] plaintext
> > dennis.rendflesh SASL(-1): generic failure: checkpass failed
> > Jan 16 06:59:24 synodon /kernel: pid 44231 (saslauthd), uid 0: exited on
> > signal 11 (cor
Quoting Romeo Benzoni <[EMAIL PROTECTED]>:
> On Mon, 2004-01-19 at 21:41, Jure PeÄar wrote:
> > On Mon, 19 Jan 2004 15:53:13 +0100
> > Romeo Benzoni <[EMAIL PROTECTED]> wrote:
> >
> > > 1. is my approach wide of the mark or are there better, smarter
> > > solutions to achieve this?
> >
> > Smarter
Quoting Igor Brezac <[EMAIL PROTECTED]>:
>
> Your check may fail if realm is NULL. Use
>
> if (realm && *realm != '\0') {
>
Thank you, that works grate now!
Dmitry
Quoting Igor Brezac <[EMAIL PROTECTED]>:
> This may help:
> http://asg.web.cmu.edu/archive/message.php?mailbox=archive.cyrus-
sasl&searchterm=patch&msg=4669
Thank you very mach, I already did the same thing :-)
I'm not sure if it's correct (I'm not C programmer), but I just added this:
/* END
Hi everybody,
I'm using Cyrus SASL 2.1.17 + PAM + pam-pgsql. When I used v 2.1.15 before, I
had user login as [EMAIL PROTECTED] in pam-pgsql module. Right now SASL devides it to
username and realm. I can still get username (without @domain part) with
pam_get_user() function, but not realm any
>
> Auch... saslauthd/pam is known to be unreliable, furthermore you cannot
> use saslauthd/pam combination for fully qualified userids ([EMAIL PROTECTED])
> because libsasl (2.1.17+) ignores the realm (domain) portion. ;(
>
But it works just fine with my other 4 servers. I have saslauthd + pa
> The actual code did not change, just the Berkeley detection did. If you
> remove db 4.1.25 from your system, the sasl configure script should find
> 4.2.52 (Do not forget to apply a patch from the sleepycat site:
> http://www.sleepycat.com/update/4.2.52/patch.4.2.52.html)
>
I'm installing it f
Quoting Igor Brezac <[EMAIL PROTECTED]>:
>
> Yes. You need to fetch sasl from CVS or hack the configure script.
>
OK, that's clear. I'll better wait for new Cyrus SASL release that will support
BDB 4.2.
But I have another problem at one of my servers with Cyrus ASL 2.1.17
(I have the same v
Hi folks,
If I want to compile Cyrus IMAPD with DBD 4.2 support, and I have Cyrus SASL
2.1.17 compiled with DBD 4.1 support, do I need to recompile Cyrus SASL with
DBD 4.2 support (does it have that support at all)?
Thank you,
Dmitry
Hello,
I couldn't find anything in the documentation and mailing list archives.
So I have a simple (I hope) question:
Can I change defaultdomain: option to another domain in my imapd.conf after it
was initially setup? Does that affect anything in Cyrus IMAPD? Are there any
issues? I'm using 2.2.
Quoting Michael J Barber <[EMAIL PROTECTED]>:
> This brings up another thread in this off-topic discussion. Anyone know of a
> good web based file management tool that (preferably) can or cannot be
> integrated with a webmail client.
Gollem module for Horde system (IMP is a webmail interface and
Hi,
I'm trying to use PHP's imap_set_quota() function to manage user's quotas. I
can set user's quota to 0 with:
imap_set_quota($mbox, "user/afif", none); or
imap_set_quota($mbox, "user/afif", 0);
And for sure I can set user's quota to any other value > 0
imap_set_quota($mbox, "user/afif", -1);
i
Hi,
When I create groups in my /etc/group file to use with cyrus, I'd like to have
them there in format [EMAIL PROTECTED]:*:gid:users which I think make sense.
It works just fine except fot the default domain. With the default domain
groups work only in format groupname:*:gid:users
When I have
Sorry guys, my fault :-)
I forgot to put
smtpauthrequiredpam_pgsql.sotry_first_pass
smtpaccount requiredpam_pgsql.sotry_first_pass
in my pam.conf file
Dmitry
Hi,
I have a problem sending mail using sendmail SASL Authentication. I'm using
saslauthd -a pam for authentication. pam module is pam-pgsql Users can login to
Cyrus IMAPD and receive their mail using MS Outlook Express but they can't send
mail. The accounts setup to authenticate to mail server
Hi,
I just installed Cyrus-IMAPD 2.2a (from FreeBSD ports collection) on a new
server (FreeBSD 4.8) and can't get sieve to work
I have a simple script
require ["vacation", "reject"];
# Vacation Message
if not exists ["List-Id", "List-Post", "List-Subscribe", "List-
Unsubscribe", "List-Archive"
Quoting Sebastian Konstanty Zdrojewski <[EMAIL PROTECTED]>:
> The Cyrus server runs as group defined in the configure procedure. The
> use of a different kind of authentication doesn't affect this, so all
> the users are assigned to the Cyrus' master process.
>
> Of course, if I understood well h
>
> I am sorry, but I am running out of ideas. I use similar setup and I have
> no problem (sendmail 8.12.9). I suggest you try news:comp.mail.sendmail
> for more answers. This thread was a bit OT up to this point anyway.
>
> Good luck.
OK, no problems, thank you very much for your help anywa
>
> I think I know what is going on. You also need to tell sendmail what
> domains to use on LHS of the virtuser map. So, add
> VIRTUSER_DOMAIN(domain.com)
> VIRTUSER_DOMAIN(domain2.com)
>
> or
>
> use VIRTUSER_DOMAIN_FILE to your .mc file.
>
> Please see $sendmail_src/cf/README for more.
> I looked again at your .mc file and you have an error in there:
>
> FEATURE(`virtusertable', `hash /etc/mail/virtusertable')dnl
>
> needs to be
>
> FEATURE(`virtusertable', `hash -T /etc/mail/virtusertable')dnl
>
> You need to fix your other FEATURE statements, define(`_VIRTUSER_S...
> still
I asked that question but still didn't get an answer:
I'm using 'saslauthd -a pam' for IMAP authentication (pam_pgsql actually) and
compiled cyrus-imapd22 --with-auth=unix
Should I still use /etc/groups for users group membership (to set access
mailbox permissions) or maybe there is a way to use
Quoting Igor Brezac <[EMAIL PROTECTED]>:
> You need to modify cyrus mailer as described here:
> http://asg.web.cmu.edu/archive/message.php?mailbox=archive.info-
cyrus&searchterm=EnvFromSMTP&msg=20324
Yes, I've done that already
> Are you certain your sendmail installation is using correct .cf fi
> I do not see anything trying to deliver to cyrus mailer. There is one
> attempt to send email to [EMAIL PROTECTED], most everything else is
> misconfigured MSP (submit.cf) and attempts to notify postmaster about
> those errors.
>
Do I have to add any options to submit.mc too?
This is my sub
Quoting Igor Brezac <[EMAIL PROTECTED]>:
>
> If you have define(`_VIRTUSER_STOP_ONE_LEVEL_RECURSION_', `1')dnl and a
> mailertable entry for domain.com, this will work.
>
I did that and that's what I've got:
Mar 31 16:45:21 mail sm-mta[90664]: h2VNjL2r090664: SYSERR(root): rewrite: map
macro
I'm using 'saslauthd -a pam' for IMAP authentication (pam_pgsql actually) and
compiled cyrus-imapd22 --with-auth=unix
Should I still use /etc/groups for group membership?
Best regards,
Dmitry
You mean I should have records in virtusertable for all my users? If I want to
forward all mail coming to unexistent users I must have records for all valid
users in that domain, right?
Like this:
[EMAIL PROTECTED][EMAIL PROTECTED]
???
But it doesn't make sense.
Quoting Igor Brezac <[EM
How can I configure Curus IMAP v 2.2 to forward all incoming mail to unexistent
users in specific domain to specific email address.
Since v 2.2 supports virtual domains I'm not using Sendmail's virtusertable any
more. But I'm missing this important feature :-(
In virtusertable I could do this:
@d
Nevermind, I fixed that issue!
I had my domain names in /etc/local-host-names instead of /etc/relay-domains
Now everything works
Thanx,
Dmitry
Quoting [EMAIL PROTECTED]:
> Hi,
>
> I configured Cyrus IMAP and Sendmail according install-virtdomains.html:
>
> in /etc/mailertable
> intellinet.ab.
Hi,
I configured Cyrus IMAP and Sendmail according install-virtdomains.html:
in /etc/mailertable
intellinet.ab.ca cyrusv2:/var/imap/socket/lmtp
skillsforsuccess.ca cyrusv2:/var/imap/socket/lmtp
then
makemap hash /etc/mail/mailertable < /etc/mail/mailertable
in sendmail
Hi,
Could anybody tell me where I can get Cyrus IMAPD 2.2 sources? I tried from CVS
co -d cyrus-imapd2_2 cyrus. But when I compile and install it, telnet localhost
143 produces "Cyrus IMAP4 v2.1.12 server ready"
Best regards,
Dmitry
Dimon
Quoting [EMAIL PROTECTED]:
> I've setup PostgreSQl as a container for email accounts and installed and
> configured pam_pgsql
> But when I'm trying to login as a test.user I'm getting these errors:
>
> in var/log/auth.log
> Mar 13 09:35:05 intelline
I've setup PostgreSQl as a container for email accounts and installed and
configured pam_pgsql
But when I'm trying to login as a test.user I'm getting these errors:
in var/log/auth.log
Mar 13 09:35:05 intellinet saslauthd[77076]: attempting to authenticate:
test.user
Mar 13 09:35:05 intellinet s
Hi,
I've setup cyrus IMAP with sieve a few weeks ago. It works just fine for me!
But I couldn't find info how I can have global sieve rules. Is there a way to
set up global rules for all users defined by administrator? I want sometimes
change some rules for all my users, but going to each users
Quoting John Alton Tamplin <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] wrote:
>
> >So what is you suggestion? How do I fix this problem? Why the mail server
> >doesn't accept the message if the envelope from set right?
> >
> It is hard to tell from the logs since you are using 4 different email
>
Quoting John Alton Tamplin <[EMAIL PROTECTED]>:
> [EMAIL PROTECTED] wrote:
>
> >I'm wondering why cyrus setting sender to <>, not to <[EMAIL PROTECTED]>,
> or
> >even as I made configuration in my imapd.conf?
> >May be I missed something?
> >
> You don't want an auto-generated message generatin
Hello,
I have Cyrus IMAP + Sendmail installed
in my imapd.conf ia have
duplicatesuppression: yes
sieveusehomedir: false
sievedir: /var/imap/sieve
sendmail: /usr/sbin/sendmail
postmaster: postmaster
sieve_maxscriptsize: 32
sieve_maxscripts: 50
And everything works fine, except for vacation message
37 matches
Mail list logo