Re: iOS email content loading issue

2025-02-05 Thread Bob Gustafson via dovecot
My guess is that the problem is that one end or the other has a different idea of the transfer protocol for the content of messages. One end is listening, but the other end is not sending or also listening. If you can set up a Wireshark test bed you can easily see who is waiting for who. Goo

Re: Is it possible to setup ntlm authentication then proxy it to the mail server ?

2024-04-21 Thread Bob Gustafson via dovecot
Maybe use Wireshark to get an independent check on what the logs are saying? On 4/18/24 20:27, karl.l--- via dovecot wrote: Hi, This is my dovecot version: ``` root@freebsdsvr:~ # dovecot --version 2.3.21 (47349e2482) ``` I'm having trouble in making dovecot as proxy to the mail server when us

Re: Problem with the dovecot-fts-xapian package.

2021-09-12 Thread Bob Marcan
On Sun, 12 Sep 2021 11:36:46 +0100 Joan Moreau wrote: > This is where I am for now : > > https://koji.fedoraproject.org/koji/packageinfo?packageID=34417 > > Probably, I should wait for Fedora batch programs to push that into main rep > > On 2021-09-12 11:18, Joan Moreau

Problem with the dovecot-fts-xapian package.

2021-09-12 Thread Bob Marcan
vecot/lib21_fts_xapian_plugin.so: Module is for different ABI version 2.3.ABIv15(2.3.15) (we have 2.3.ABIv16(2.3.16)) BR, Bob

Re: auth_username_format effective only within passdb/userdb

2020-09-30 Thread Bob
Sami Ketola writes: >> On 30. Sep 2020, at 17.08, Bob wrote: >> >> Hello dovecot list. >> >> I have multiple passdb/userdb, some use %Ln some use %Lu. >> How to make auth_username_format effective only within passdb/userdb? > > > passdb { >

auth_username_format effective only within passdb/userdb

2020-09-30 Thread Bob
Hello dovecot list. I have multiple passdb/userdb, some use %Ln some use %Lu. How to make auth_username_format effective only within passdb/userdb?

Re: Mailbox & Server Down

2020-06-03 Thread Bob Gustafson
Use Fetchmail on the link between your provider and your email server. Schedule a fetch every 5 minutes or so.. This makes for a very flexible and resilient system. On 6/3/20 5:06 AM, Andrea Miconi wrote: My mailboxes are on a Dovecot (IMAP) server. On DNS there is an MX record pointing to the

Pound on Dovecot with mailer.nim script

2019-09-03 Thread Bob Gustafson via dovecot
For testing mail programs (postfix and dovecot), it is reasonable to use a scripted client application on a separate machine. Scripting started with unix shell scripts, but got a big boost with Sol Libes' tcl/expect. From those early days, we now have 'puppet', 'chef', 'fabric', 'ansible', .

Re: submission configuration issues

2019-07-27 Thread Bob Gustafson via dovecot
service submission-login {   inet_listener submissions {     haproxy = no     port = 465     reuse_port = no     ssl = yes   } } Shouldn't the port be 587 here? My config file looks like: service submission-login {   inet_listener submission {     #port = 587   } } The # comment must also mean

Re: “doveadm mailbox” command fails with UTF-8 mailboxes

2019-03-12 Thread Bob Gustafson via dovecot
A tool to determine the encoding of a file is 'file -bi ' This command is not perfect though. On 3/12/19 2:20 PM, Felipe Gasper via dovecot wrote: Hello, I’ve got a strange misconfiguration where the following command: doveadm -f pager mailbox status -u spamutf8 'messages vsize guid'

Re: dovecot Buch 2014 vs 2016

2019-02-22 Thread Bob Gustafson via dovecot
Using translate.google.com Hello, Op 22-2-2019 om 13:08 schreef Heiko Schlittermann via dovecot: Moin, It's about the Dovecot book. I assume that at least one, who knows, reads: Is there a difference between language and price? The first (and only?) German edition of 2014 and the English

Failed to get attribute vendor/vendor.dovecot/pvt/server/sieve/default

2018-09-03 Thread Bob Smith
Any ideas what this cryptic message means ? Despite what the message says, there is no "more information" to be found in the logs on either server ! mail.debug dovecot: dsync-server(): Debug: sieve: file storage: Created storage directory /my/dir/structure/.dovecot.sieve/tmp mxd mail.debug dovec

Re: MAPI Properties?

2015-10-26 Thread Bob Miller
The last time I investigated that was a couple years ago, but according to my understanding the IMAP protocol does not support the colour categories provided by Outlook, and therefore anything Outlook does in that respect is a "Local Only" feature. That is, the colour categories cannot be stor

Re: LDAP authentication

2015-06-22 Thread Bob Miller
Hi, I would suggest starting with a simplified config. by example: hosts = my.server.local auth_bind = yes ldap_version = 3 base = CN=Person,CN=Schema,CN=Configuration,DC=company,DC=local base = DC=company,DC=local scope = subtree user_attrs = \ =home=/home/imapproxy/%u, \ =mail=mail

Search Public Folder

2015-04-08 Thread Bob Wooldridge
I'm trying to use doveadm fetch to search a folder that is public for all users. The command runs but the output is empty. There are no error messages. Is there anything different to do in order to search public folders? -- Bob Wooldridge EDM Incorporated http://www.edm-inc.com

Re: Evolution clientware and Dovecot

2014-11-14 Thread Bob Miller
Hi, On Fri, 2014-11-14 at 11:46 -0700, The Doctor wrote: > Got a customer using Evolution 2.12.3 and was using SSL and could not > retrieve e-mail in the last week. Got the custome to turn off > SSL and he was able to retrieve e-mail. > > Recently I compiled SSL so that any comprimise was remove

Re: X-sieve-redirected-from

2014-10-04 Thread Bob Miller
mail; dovecot-lda was missing the -a argument for the recipient... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca

X-sieve-redirected-from

2014-10-03 Thread Bob Miller
ing for a while now, and I can't figure out where it is picking up the hostname from. doveconf -a | grep hostname comes up empty. the hostname is not in any of the mta config files. Anyone got a hint? -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca

Re: Authentication using AD : bug ?

2014-09-22 Thread Bob Miller
Hi, > I authenticate my test user in AD well in Dovecot. However, if I change > this user's password in AD, the old password still works for > authentication in Dovecot and the new is working too. > > Is there a time to make Dovecot don't "remember" the old password or is > it a bug ? Are you

Re: LDAP authentication

2014-09-10 Thread Bob Miller
Hi, > [joliver@localhost ~]$ cat /etc/dovecot/dovecot-ldap.conf.ext > hosts = localhost > base = ou=Users,dc=my,dc=domain > ldap_version = 3 > auth_bind = yes > auth_bind_userdn = uid=%u,ou=Users,dc=my,dc=domain > this looks different than mine. here is my example config file, maybe it helps:

Re: outlook 2013

2014-09-10 Thread Bob Miller
> That’s odd. The one and only thing that Lookout does pretty well is IMAP. After several hours scouring the net last night, I am surprised to hear that. Certainly has never been my experience with outlook, especially 2013... > > is there some special trick that google is hiding from me? > >

Re: LDAP authentication

2014-09-10 Thread Bob Miller
Hi, > Sep 10 11:27:00 localhost dovecot: auth: pam(testuser1,127.0.0.1): > pam_authenticate() failed: Permission denied > Sep 10 11:27:00 localhost dovecot: auth: ldap(testuser1,127.0.0.1): > invalid credentials I am not clear from this if you are using pam auth first and ldap auth 2nd, or if you

Re: outlook 2013

2014-09-09 Thread Bob Miller
Hi Patrick, Thanks for your reply. > I have no idea what your doing to cause this issue :( > > I have a normal install of dovecot running, and I have 3 webmail pages > open, 2 phones using imap, and a thunderbird connected to it. I > started with outlook 2007, then 2010, and now 2013 for the

outlook 2013

2014-09-09 Thread Bob Miller
f the computers. But the problem inevitably returns in short order. Surely people have outlook 2013 connecting via imap to dovecot without problems; is there some special trick that google is hiding from me? -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca

Re: Mailboxes are in Maildir format. Any good backup tips? Had success with version control?

2014-06-30 Thread Bob Miller
Hi, > > > > Suggestions and warnings are most welcome. > > > > Thanks! > > Since you're using maildir, you might want to check rsync out as well, > especially with --link-dest. In short, you call rsync on your backup > machine like this: > > rsync --link-dest=previous-backup-dir source new-bac

Re: Dovecot authentication against active directory

2014-06-23 Thread Bob Miller
Hi , > My dovecot-ldap.conf: > > > hosts = ** > dn = CN=*,OU=*,OU=*,OU=*,DC=**,DC=*,DC=de > dnpass = > tls = no > debug_level = -1 > ldap_version = 2 > base = OU=*,DC=*,DC=*,DC=de > deref = never > scope = subtree > user_attrs = sA

Re: [Dovecot] Dovecot2 vs. AD, "Inactivity during authentication"

2014-02-27 Thread Bob Miller
Hi, have you verified from you AD logs that dovecot is sending the same thing as your ldapsearch? -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Thu, 2014-02-27 at 12:58 +0100, Jeroen Scheerder wrote: > Quoth Jeroen Scheerder (27 Feb 2014, 12

Re: [Dovecot] lda+ldap multiple users

2014-02-17 Thread Bob Miller
Hi, > so not much to do on the qmail side. and thats the reason everything > user related is done in dovecot itself. ok > ...but if nobody knows if its possible inside the dovecot lookup > process, a new/seperate lookup process that calls dovecot-lda with the > username instead of the mailadd

Re: [Dovecot] lda+ldap multiple users

2014-02-14 Thread Bob Miller
mails sent to x...@domain.com will deliver to all users. I documented my sandbox qmail-ldap/dovecot system here, maybe it is useful to you: http://cocnm.computerisms.ca/index.php/Install_Qmail-ldap,_Dovecot,_and_Related_Email_Services -- Computerisms Bob Miller 867-334-7117 / 86

Re: [Dovecot] Authentification Dovecot + Samba4

2013-12-06 Thread Bob Miller
Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Fri, 2013-12-06 at 19:21 +0100, d...@quantentunnel.de wrote: > Hello list, > > I am struggling with setting up dovecot 2.1.7 with samba 4.1.2 on debian > wheezy. Dovecot should authenticate via LDAP, but I cannot ge

Re: [Dovecot] using dovecot in Asterisk imap storage

2013-10-21 Thread Bob Miller
-- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Tue, 2013-10-22 at 02:47 +0200, Asmaa Ahmed wrote: > Hello, > I am trying to use postfix/dovecot as mail server to be the imap storage for > my voicemail system.For that I installed postfix and do

Re: [Dovecot] Dovecot extremely slow!

2013-09-26 Thread Bob Miller
hi, > Sep 26 11:03:23 wasabi dovecot: imap-login: Disconnected (no auth attempts in > 1 secs): user=<>, rip=24.58.62.118, lip=146.83.9.56, TLS, \ > > session= > > Sep 26 11:03:26 wasabi dovecot: imap-login: Login: user=, method=PLAIN, > rip=24.58.62.118, lip=146.83.9.56, mpid=3973, TLS, sessio

Re: [Dovecot] Dovecot extremely slow!

2013-09-25 Thread Bob Miller
-- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Wed, 2013-09-25 at 16:15 -0600, LuKreme wrote: > On 25 Sep 2013, at 16:05 , Patricio Rojo wrote: > > > I attach the 10-master configuration > > That’s not that useful. > > doveco

Re: [Dovecot] Disagreement on where mail goes.

2013-08-16 Thread Bob Miller
One guess: your mail_location is misconfigured. something like: mail_location = maildir:/usr/local/%u/Maildir might fix it up... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Fri, 2013-08-16 at 17:09 -0600, LuKreme wrote: > My virtual users h

Re: [Dovecot] lda and home directory

2013-08-15 Thread Bob Miller
Hi Rick, > I had/have the same issue. In Dovecot 1.x I was able to use LDA with > vpopmail and only environment variables to deliver to a home directory. I > was never able to get it to work with Dovecot 2.x - don't know if using > environment variables is depricated, but I ended up having to s

[Dovecot] lda and home directory

2013-08-15 Thread Bob Miller
ere a $VAR I can use instead of $USER that will expand to just the part before the @?) -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-20 Thread Bob Miller
I got another quick idea, too; try running dovecot in the foreground. Maybe something that isn't being written to the log will show up on the terminal... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Thu, 2013-06-20 at 19:00 -0700, Bob Miller

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-20 Thread Bob Miller
Hi Ben, >> Maybe using something like set -e to try and get some output from the >> script? >> >Adding the -e switch doesn't seem to produce any output, either. To be clear, I meant putting the line: set -e near the top of your script. I forget exactly how it functions, but it makes it so

Re: [Dovecot] Calling dovecot-lda from within Antispam pipe script (bash) seems to have no effect

2013-06-19 Thread Bob Miller
Hi Ben, I checked over your script, and I don't see the problem either. You already checked everything that comes to my mind. Maybe using something like set -e to try and get some output from the script? -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computeris

Re: [Dovecot] Passwordless auth?

2013-05-23 Thread Bob Miller
> You can also use doveadm for quite a lot of this sort of administration; > this may be easier if you're scripting in shell rather than something > more sophisticated. +1

Re: [Dovecot] Slooow imap copy to "Sent" folders

2013-04-18 Thread Bob Miller
these reports... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Thu, 2013-04-18 at 15:21 +0200, Frank Bonnet wrote: > Hello > > Many users here use the "copy to Sent folder" using the IMAP protocol > with Dovecot 2.1.15 on a FresBSD 9

Re: [Dovecot] qmail-ldap LDA Delivery and sieve

2013-04-17 Thread Bob Miller
Hi, > > : > lda(sar): Fatal: Unknown argument: sar > Usage: dovecot-lda [-c ] [-a ] [-d ] [-p > ] >[-f ] [-m ] [-e] [-k] > > It happens on messanges that could not be delivered and need to be > returned to the sender. I would think this indicates that lda is trying to deliv

Re: [Dovecot] repeating dsync - questions

2013-04-08 Thread Bob Gustafson
reasonable amount of time. The dovecot-uidlist which is modified in the Maildir by dsync is not written over by the 2nd rsync and therefore the 2nd dsync just processes the added messages. (There were no deletes between rsync runs) Thanks much for your hints and comments. Bob G On Mon, 2013-0

Re: [Dovecot] repeating dsync - questions

2013-04-08 Thread Bob Gustafson
the Imap copy process - maybe that would be simpler in the long run. No rsync needed (as long as the source system is not changed by the Imap copy process) Thanks much for your comments and suggestions Bob G On Mon, 2013-04-08 at 13:57 +0300, Timo Sirainen wrote: > On 8.4.2013, at 1.32,

Re: [Dovecot] repeating dsync - questions

2013-04-07 Thread Bob Gustafson
Ok, see interspersed. On Mon, 2013-04-08 at 00:53 +0300, Timo Sirainen wrote: > On 8.4.2013, at 0.10, Bob Gustafson wrote: > > >>> I am still on my quest for a quick way to move mail from a live Maildir > >>> system to a 'soon to be live' sdbox system. &

Re: [Dovecot] repeating dsync - questions

2013-04-07 Thread Bob Gustafson
On Sun, 2013-04-07 at 20:50 +0300, Timo Sirainen wrote: > On 7.4.2013, at 17.12, Bob Gustafson wrote: > > > I am still on my quest for a quick way to move mail from a live Maildir > > system to a 'soon to be live' sdbox system. > > > > I copy Maildir to

Re: [Dovecot] repeating dsync - questions

2013-04-07 Thread Bob Gustafson
ctories in the sdbox directory (see below) Is this normal? Why is it taking a long time? (debug is set..?) See dovecot -n below Thanks for your time Bob G [bobgus@hoho0 ~]$ du -h sdbox 4.5Gsdbox/mailboxes/Sent_09e4633955496151c51aba55d82c/dbox-Mails 4.5Gsdbox/mailboxes/Sent_09e463395549

Re: [Dovecot] repeating dsync - questions

2013-04-06 Thread Bob Gustafson
(now..) Thanks for your suggestion. Bob G On Apr 6, 2013, at 10:19, Ken A wrote: > Maybe take a look at "vmstat 2" and see if i/o is blocking a lot or you > are hitting swap space? Someone else may be more informed about the > inner workings of dsync and how it handles ma

Re: [Dovecot] repeating dsync - questions

2013-04-05 Thread Bob Gustafson
your response. Bob G On Fri, 2013-04-05 at 22:45 -0500, Ken A wrote: > It's about 300GB of mboxes (I don't know how many messages) and dsync > took about 3 hours from scratch in the destination. But, when I sync > more frequently, it's much quicker, and depends on the number

Re: [Dovecot] repeating dsync - questions

2013-04-05 Thread Bob Gustafson
I tried that a week or so ago, with a 'dsync -R backup', but got the funny named directories, so I read more and am trying the 'dsync mirror' which doesn't require the -R. How long does the sync step take for you? (Normalize to # of messages..) Bob G On Apr 5, 201

[Dovecot] repeating dsync - questions

2013-04-05 Thread Bob Gustafson
I'm moving/converting email from one system to another The source system is: Dual core x86_64 6GB memory 180 GB raid1 disks ext4 Fedora 9 Dovecot 1.0.15 Maildir format The destination system is: Dual core x86_64 2GB memory 1TB raid1 disks ext4 Fedora 18 Dovecot 2.1.15 sdbox format I am moving m

Re: [Dovecot] postfix, dovecot, samba, winbind

2013-02-28 Thread Bob Miller
can share more of how I set things up... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Thu, 2013-02-28 at 18:22 +0100, Denis Witt wrote: > Hello List, > > we're currently working on the migration of our LDAP/Samba3-Domain to > Samb

Re: [Dovecot] How To Remove?

2013-01-02 Thread Bob Miller
> > > So your package shouldn't need to come with its own installer, nor > should you need to extract the files by hand... Bah! My neural pathways are shorting out. That should read: So your package shouldn't need to come with its own uninstaller, nor should you need to delete the files by ha

Re: [Dovecot] How To Remove?

2013-01-02 Thread Bob Miller
> the pkg installer did not come with an uninstaller, and since the install is > pretty much useless, is there some list of what it installed so i can get rid > of it all? This would actually be a function of your package manager. For example on debian you can do dpkg -L to get a list of fil

Re: [Dovecot] [OT] MS Exchange Alternative?

2012-12-04 Thread Bob Miller
other features to make it shine a little brighter than an exchange server, such as openupload or webdav storage. And, if you really want a windows networking environment, all of this stuff can be made to authenticate against Samba4 active directory... -- Computerisms Bob Miller 867-334-7117 / 86

Re: [Dovecot] POLL: v2.2 to allow one mail over quota?

2012-10-29 Thread Bob Miller
+1 to one last mail, though it would be nice if the over percentage could be configurable... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Mon, 2012-10-29 at 22:39 +0200, Timo Sirainen wrote: > Currently if user is 1MB under quota and someone tries

Re: [Dovecot] dovecot auth against AD on samba4

2012-10-24 Thread Bob Miller
auth-ldap.conf file. Samba4/Active Directory is just another ldap implementation. between the config files and the wiki, I believe all the documentation you need is there... -- Computerisms Bob Miller 867-334-7117 / 867-633-3760 http://computerisms.ca On Wed, 2012-10-24 at 11:48

Re: [Dovecot] Dovecot configuration and question about IP trusted

2012-10-06 Thread Bob Miller
than my second language (if you could even say I have one), so good on you... I interpret this sentence as an if statement: if [[ (using NFS||Cluster) == true || (using OS w separate cache for mmap, such as OpenBSD) == true ]]; then setting is required (set to yes/true) fi > > Thank

Re: [Dovecot] Dovecot configuration and question about IP trusted

2012-10-05 Thread Bob Miller
rse lookup or something like that. And it would explain the > overhead. I don't know about the reverse lookup, but this sounds like a caching issue to me. http://wiki2.dovecot.org/IndexFiles > > Thank you -- Computerisms Bob Miller 867-334-7117 / 867 633 3760 http://computerisms.ca

Re: [Dovecot] sieve vacation

2012-09-27 Thread Bob Miller
Robert, > The settings are listed in the example conf.d/15-lda.conf file. The > important settings are: > > sendmail_path is used to send mails. Note that the default is > /usr/sbin/sendmail, which doesn't necessarily work the same as > /usr/lib/sendmail. > > Alternatively you can u

[Dovecot] sieve vacation

2012-09-27 Thread Bob Miller
place else I should be looking for the missing vacation response... Thank you for any suggestions... -- Computerisms Bob Miller 867-334-7117 / 867 633 3760 http://computerisms.ca

[Dovecot] Incorrect W value after filesystem corruption

2010-12-13 Thread Bob
it perhaps? Regards, Bob == I am configured as vmail with MySQL back-end, postfix, policyd-weight and mailscanner. # 1.2.15: /etc/dovecot/dovecot.conf # OS: Linux 2.6.26-2-amd64 x86_64 Debian 5.0.7 ext3 base_dir: /var/run/dovecot/ log_timestamp: %Y-%m-%d %H:%M:%S protocols: i

Re: [Dovecot] architecture to handle 1000 messages per second?

2010-01-03 Thread Bob Eastbrook
Hi all, Thanks for the suggestions. It sounds like the consensus is that I should avoid polling with POP or IMAP and deal with incoming messages directly. Bob

Re: [Dovecot] architecture to handle 1000 messages per second?

2010-01-01 Thread Bob Eastbrook
On Fri, Jan 1, 2010 at 3:07 PM, Thomas Løcke wrote: > Hi Bob, > > Just to make sure I understand you: Some app is sending emails to > ord...@example.com at the rate of 1000 per second, and another app is > fetching email from ord...@example.com to process them? Hello, Actuall

Re: [Dovecot] architecture to handle 1000 messages per second?

2010-01-01 Thread Bob Eastbrook
On Fri, Jan 1, 2010 at 2:09 PM, Bob Eastbrook wrote: > Can anyone describe an architecture which can handle 1000 IMAP or POP > messages per second?  Ideally, it would be hosted in the cloud and > additional instances could be launched to handle additional load. More information: imagi

[Dovecot] architecture to handle 1000 messages per second?

2010-01-01 Thread Bob Eastbrook
Can anyone describe an architecture which can handle 1000 IMAP or POP messages per second? Ideally, it would be hosted in the cloud and additional instances could be launched to handle additional load. Bob

[Dovecot] 'Book of IMAP' ?

2008-07-02 Thread Bob Gustafson
the book's treatment of Cyrus IMAP much different from Dovecot? Thanks for any comments. Bob G

Re: [Dovecot] Dovecot/postfix to do 'copy to sent' ?

2008-05-09 Thread Bob Gustafson
Charles Marcus wrote: On 5/8/2008, Zbigniew Szalbot ([EMAIL PROTECTED]) wrote: If you use postfix for your MTA, you could simply disable saving sent messages in tbird, and set up sender BCC maps in postfix so that a copy of each users sent mail is dumped into their Sent folder. But it won't b

[Dovecot] Dovecot/postfix to do 'copy to sent' ?

2008-05-08 Thread Bob Gustafson
the mail server. Is there a way to configure Dovecot (or postfix?) so the local copy is done? Thanks for your time. Bob G

[Dovecot] Dismal Dovecot log messages

2008-04-09 Thread Bob Gustafson
(those messages have stopped..) However, I am still getting corrupted index messages. I don't think I am losing email, but the messages are a concern. What can I do? Bob G - Dovecot Begin Dovecot disconnects: Inactivity: 6 Time(s) Logg

[Dovecot] Checkpassword question

2008-03-05 Thread Bob Wonder
Hi all, I would like to write my own checkpassword script for dovecot. I have very little experience with C programming. My questions are: 1. Can I use php for this purpose? 2. How dovecot call checkpassword program (passes NUL to checkpassword)? Thank you in advance for answers. Bob

Re: [Dovecot] Can't connect to auth server at default: Resource temporarily unavailable

2007-07-24 Thread bob passendon
On 7/24/07, Gunter Ohrner <[EMAIL PROTECTED]> wrote: Am Dienstag, 24. Juli 2007 schrieb bob passendon: > # dovecot --version > 1.0.beta3 Well, this is ancient... At first I'd try a recent released version. Greetings, Gunter Unfortunately I can't keep chasing the la

Re: [Dovecot] Can't connect to auth server at default: Resource temporarily unavailable

2007-07-24 Thread bob passendon
On 7/24/07, Sergey A. Kobzar <[EMAIL PROTECTED]> wrote: Hi bob, Tuesday, July 24, 2007, 3:09:06 PM, you wrote: > # dovecot -n > Usage: dovecot [-F] [-c ] [-p] >[--exec-mail ] [--version] [--build-options] > Fatal: Unknown argument: -n # dovecot -h Usage: dovecot [

Re: [Dovecot] Can't connect to auth server at default: Resource temporarily unavailable

2007-07-24 Thread bob passendon
On 7/24/07, Sergey A. Kobzar <[EMAIL PROTECTED]> wrote: Hi bob, Tuesday, July 24, 2007, 2:30:24 PM, you wrote: > auth default { >mechanisms = plain login >userdb passwd { > args = blocking=yes ^^^ - try comment this. >} >

[Dovecot] Can't connect to auth server at default: Resource temporarily unavailable

2007-07-24 Thread bob passendon
Hello! What do the following messages mean? Jul 24 13:07:20 box dovecot: pop3-login: Can't connect to auth server at default: Resource temporarily unavailable Jul 24 13:07:20 box dovecot: imap-login: Can't connect to auth server at default: Resource temporarily unavailable Jul 24 13:07:20 box do

[Dovecot] qpopper -> dovecot migration : which pop3_uidl_format?

2007-07-23 Thread bob passendon
Hello, I have read in lots of places about how I should use pop3_reuse_xuidl = yes to prevent pop3 users having to re-download mail (and duplicate their e-mail) after a migration. This fails with the message: pop3_uidl_format setting is missing from config file Which setting for pop3_uidl_format

Re: [Dovecot] Freebsd 4 error DSN stat=Service Unavailable after dovecot install

2007-03-30 Thread Biffy Bob
Biffy Bob wrote: Charles Marcus wrote: Biffy Bob wrote: Hello everyone, I am getting an error message on FreeBSD 4 after I install dovecot. To start off, I create two regular users, testuser and testuser1. Hi Bob, You might get a response if you provided a bit more info that might help

Re: [Dovecot] Freebsd 4 error DSN stat=Service Unavailable after dovecot install

2007-03-30 Thread Biffy Bob
Charles Marcus wrote: Biffy Bob wrote: Hello everyone, I am getting an error message on FreeBSD 4 after I install dovecot. To start off, I create two regular users, testuser and testuser1. Hi Bob, You might get a response if you provided a bit more info that might help, like, maybe

[Dovecot] Freebsd 4 error DSN stat=Service Unavailable after dovecot install

2007-03-29 Thread Biffy Bob
Hello everyone, I am getting an error message on FreeBSD 4 after I install dovecot. To start off, I create two regular users, testuser and testuser1. I send each user emails then I install dovecot. After installing dovecot I set up the users in Maildir format then proceed to send them email