A small mistake in a Dovecot error message.

2020-05-24 Thread Bill Shirley
irty Two) dovecot-2.3.9.3-1.fc32.x86_64 Many thanks for such useful software. Bill

Re: Sieve "redirect" changes envelope sender in 2.3. / pigeonhole 0.5

2018-04-21 Thread Bill Shirley
for example.com. REJECT If you accept mail that's obviously forging the envelope sender, any spammer can just send email saying I am you and get passed by a whitelist statement in Spamassassin because... u...@example.com "oh, he's a good guy.  Let him through." Bill

Re: Sieve

2018-02-24 Thread Bill Shirley
quot;returned to sender"] {   addflag "$label1";   stop; } if body :regex "rejected:[[:space:]]+unverified[[:space:]]+address" {   fileinto "AASystemAdministration.Postmaster.Unverified";   stop; } if body :regex "rejected:[[:space:]]+(domain|host)[[:space:]]

Re: Aw: Re: problem with lda

2018-01-26 Thread Bill Shirley
Right, I figured out the symlink after I sent my response. Did you try the command switches from my post? Bill On 1/25/2018 8:07 AM, Infoomatic wrote: thanks for your input. Bill: deliver is just a symlink to dovecot-lda Stephan: I don't know, and and it even does not work when

Re: problem with lda

2018-01-24 Thread Bill Shirley
Shouldn't the executable be dovecot-lda?: /usr/libexec/dovecot/dovecot-lda -d ${user}@${domain} -a {recipient} -f ${sender} -m ${extension} Bill On 1/24/2018 11:30 AM, Infoomatic wrote: Hello, I am currently testing the upgrade from our dovecot v2.2.23 to 2.3.0. I have a strange pr

Re: Renewing certificates

2017-12-27 Thread Bill Shirley
ki/dovecot/certs/imap.example.com.full.chain.crt \     --reloadcmd "systemctl reload dovecot.service" Notice the --reloadcmd. Bill On 12/26/2017 6:16 PM, Aki Tuomi wrote: On December 26, 2017 at 11:42 PM Kenneth Porter wrote: I'm setting up certbot/letsencrypt to provide

Re: ot: fail2ban dovecot setup

2017-12-17 Thread Bill Shirley
Copy dovecot-pop3imap.conf to dovecot-pop3imap.local.  Edit dovecot-pop3imap.local and add to the failregex: dovecot:.+auth failed.+rip= Then run: fail2ban-regex /var/log/dovecot.log /etc/fail2ban/filter.d/dovecot-pop3imap.local and see if you get any matches. Bill On 12/16/2017 6:56 PM, voy

Re: sieve filter move wrong email to Junk folder

2017-12-14 Thread Bill Shirley
Also, I wouldn't use the second rule:     if header :contains "subject" ["SPAM?"] {       fileinto "Junk";       stop;     } If someone sends you an email with the subject "Can you help me with this spam?" it will get filed into Junk. Bill

Re: sieve filter move wrong email to Junk folder

2017-12-14 Thread Bill Shirley
This is what I use.  Notice the comma: require "fileinto"; if header :contains "X-Spam-Status" "Yes," {   fileinto "SystemFolders.SuspectedSpam";   stop; } Bill On 12/14/2017 1:02 PM, Richard wrote: Date: Thursday, December 14, 2017 09:47:44 -0800

Re: Log rotation and combining...

2017-11-16 Thread Bill Shirley
/usr/bin/mysqladmin flush-logs     fi     endscript } Bill On 11/16/2017 4:27 AM, SH Development wrote: I have recently noticed that my dovecot-deliver.log is huge and wanted to start rotating it. So a couple of questions: 1. Can the dovecot-deliver

Re: Sieve global path?

2017-11-10 Thread Bill Shirley
my changes are in /etc/dovecot/conf.d/99-mystuff.conf except for 10-ssl.conf where I commented out ssl_cert & ssl_key. Like I said, I'm not having a problem with anything unwanted showing up: [0:root@elmo squid]$ ls /home/bill/Maildir/ cur  dovecot.index.log.2 dov

Re: Sieve global path?

2017-11-10 Thread Bill Shirley
I just checked with Thunderbird, SquirrelMail, and Roundcube.  The sieve directory is not in the overview. dovecot is highly configurable.  Ya think I may have configured mine where this is not a problem?  I have 9+ mail servers running this way. Bill On 11/10/2017 4:56 AM, Tamsy wrote

Re: Sieve global path?

2017-11-10 Thread Bill Shirley
No it isn't shown as a folder.  All folder directories here begin with a dot. i.e.  .INBOX  .Trash  .Drafts Bill On 11/10/2017 3:07 AM, Stephan von Krawczynski wrote: On Thu, 9 Nov 2017 21:02:44 -0500 Bill Shirley wrote: Set the sieve_global_dir like this. /etc/dovecot/conf

Re: Sieve global path?

2017-11-09 Thread Bill Shirley
  2015 /etc/dovecot/sieve/global Since this directory is read-only to all but root, pre-complie your scripts with 'sievec'. Bill On 11/9/2017 6:39 PM, Gao wrote: Hello, I am building a new server on CentOS 7 and the global sieve filter can not be loaded. The debug shows: Nov  9 15:

Re: IMAP stops responding.

2017-10-20 Thread Bill Shirley
See NATing comment below. Bill On 10/20/2017 5:24 AM, Søren Peter Skou wrote: Hiya all, I've experienced that IMAP/IMAPS stops responding. To restore service there is only one way, restart Dovecot completely. This leads to services being interrupted for some people, so it seems to

Re: Mail Alias Stores in mySQL Not working

2017-10-12 Thread Bill Shirley
So ab...@kasdivi.com is an alias, not a user.  You can't login with an alias because your user_query is looking at the`mailbox` table. Have your tried logging in as: ad...@theoceanwindow.com OR you could put an entry forab...@kasdivi.com in your `mailbox` table. Bill On 10/12/2017 11:

Re: Locking Errors

2017-10-12 Thread Bill Shirley
doveconf: Fatal: Error in configuration file /etc/dovecot/conf.d/10-master.conf line 27: Invalid size: $default_vsz_limit Have you though about fixing the configuration error? Bill On 10/12/2017 10:05 AM, List wrote: On Oct 12, 2017, at 8:56 AM, Bill Shirley wrote: Is everyone's

Re: Locking Errors

2017-10-12 Thread Bill Shirley
Is everyone's email going to /mail/user/Maildir ? What's the output of 'dovecot -n' ? Bill On 10/12/2017 9:47 AM, List wrote: We recently upgraded to version 2.2.10-8 on Centos 7 (from 2.2.10-7) and immediately started experiencing errors in the log file that look like

Re: Mail Alias Stores in mySQL Not working

2017-10-12 Thread Bill Shirley
Do you have an SQL entry for ab...@kasdivi.com ? Bill On 10/12/2017 9:31 AM, jason hirsh wrote: "In an earlier post you said your user_query was: user_query = SELECT CONCAT('/var/vmail/mail/', maildir) AS home, 5000 AS uid, 5000 AS gid, CONCAT('*:bytes=', quota) A

Re: Mail Alias Stores in mySQL Not working

2017-10-11 Thread Bill Shirley
is stored at /var/mail/vhosts and: mail_location = maildir:/var/mail/vhosts/%d/%n These don't agree with your user_query. Run a MySQL query: SELECT `username`, `domain`, `maildir` FROM `mailbox` LIMIT 5; Let's see the value of maildir Also, lets see the output of: ls -l /var/mail/vhost

Re: Mail Alias Stores in mySQL Not working

2017-10-10 Thread Bill Shirley
We don't know what your table layout looks like.  Post your 'SHOW COLUMNS FROM `mailbox`'. What is the on-disk directory layout for mail? Bill On 10/10/2017 1:06 PM, jason hirsh wrote: First of all excuse.. I am having an issue getting maillist responses so I may be responding to

Re: Mail Alias Stores in mySQL Not working

2017-10-10 Thread Bill Shirley
ROM `Virtual_User` \     WHERE LOWER(`User`) = LOWER('%n') \     AND LOWER(`Domain`) = LOWER('%d') \     AND `Retrieve_Mail` = 'Yes' The directory structure is: /home/vmail/domains/example.com/bob/Maildir HTH, Bill On 10/9/2017 10:34 PM, jason hirsh wrote

Re: Permission denied error on private key...

2017-10-07 Thread Bill Shirley
The context should be: system_u:object_r:dovecot_cert_t:s0 Try: restorecon -v /etc/pki/dovecot/private/mailserver.crt Bill On 10/8/2017 1:06 AM, SH Development wrote: -rw-r--r--. root root unconfined_u:object_r:home_root_t:s0 /etc/pki/dovecot/private/mailserver.crt On Oct 8, 2017, at 12

Re: Permission denied error on private key...

2017-10-07 Thread Bill Shirley
What does ls -lZ /etc/pki/dovecot/private/mailserver.crt say? Bill On 10/7/2017 7:30 PM, SH Development wrote: I have a working dovecot/postfix/mysql server running and was trying to set up another one for replication purposes. If I copy my certificates from the working server, everything

Re: Dovecot and Letsencrypt certs

2017-09-09 Thread Bill Shirley
;   }   fileinto "AASystemAdministration.Cron.certificate";   stop; } The redirect :copy I enable for my other servers to forward a copy to me. HTH, BIll On 9/9/2017 3:16 PM, Bill Shirley wrote: If you're using acme.sh: acme.sh --installcert -d imap.example.com \

Re: Dovecot and Letsencrypt certs

2017-09-09 Thread Bill Shirley
adcmd    "systemctl reload dovecot.service" HTH, Bill On 9/8/2017 9:56 AM, Darac Marjal wrote: On Fri, Sep 08, 2017 at 06:47:25AM -0600, @lbutlr wrote: So this morning at 4am I was awoken to my mail clients getting certificate errors for an expired certificate. I hopped on to the server and check

Re: lda

2017-09-06 Thread Bill Shirley
Spamassassin supports per-user configs.  This is the way to do that. One size does not fit all. Bill On 9/5/2017 3:08 PM, Robert Schetterer wrote: Am 05.09.2017 um 20:00 schrieb Pol Hallen: Sep  5 19:59:21 domain postfix/qmgr[19936]: warning: connect to transport private/spamassassin

Re: lda

2017-09-04 Thread Bill Shirley
Try main.cf: # dovecot 2.x mailbox_command = /usr/bin/spamc -e /usr/libexec/dovecot/dovecot-lda -a "$RECIPIENT" -f "$SENDER" -m "$EXTENSION" Bill On 9/3/2017 12:33 PM, doveco...@fuckaround.org wrote: Hi all :) I will try to use /usr/lib/dovecot/delive

Re: is a self signed certificate always invalid the first time

2017-08-20 Thread Bill Shirley
168.192.in-addr.arpa 902 PTR Zeratul.lan.example.com send Command: nsupdate -k /etc/named/DHCP_UPDATER.key nsupdate.txt This could be used for a TXT record. Bill On 8/20/2017 3:59 PM, Ralph Seichter wrote: On 20.08.2017 19:50, KT Walrus wrote: I use Cloudflare (free DNS) and DNS Made Easy (pa

Re: /var/run/dovecot permission issues

2017-08-18 Thread Bill Shirley
I'm glad to read this thread. I didn't even know that dovecot stats existed. Which statistics do you find most useful? Bill On 8/17/2017 3:31 PM, Matt Simpson wrote: On Aug 17, 2017, at 12:07 PM, Larry Rosenman wrote: In /usr/local/etc/dovecot/conf.d/90-plugin.conf: Thanks. Th

Re: passwd-file, getting invalid uid 0

2017-07-18 Thread Bill Shirley
Unless your userid is also zero, my guess is that Exim isn't using the alias. This message (to me) says "I can't deliver to 'root' because that userid is zero". On Postfix, you have to run 'newaliases' after changing /etc/aliases. Bill On 7/13/201

Re: Moving dovecot/maildir to new host, dovecot.* files

2017-05-24 Thread Bill Shirley
I did it successfully the way you're thinking about doing it. If your uid's changed you should use rsync's --usermap= and --groupmap= I created a bash exec with an entry for each user: #!/usr/bin/bash USERMAP=400:psql,301:smbguest,501:bill GROUPMAP=400:pvsw,401:pvsw-adm,301:sm

Re: Sieve GLOBAL + Sieve LOCAL

2017-05-18 Thread Bill Shirley
Doesn't 'keep' imply 'stop'? What if your users want the email in a different folder that the INBOX? Leave the 'else' clause off. Bill On 5/17/2017 4:07 PM, dove...@pallissard.net wrote: But what I would need is execute a global sieve_before for all users

Re: Apparent Maildir permission issue

2017-01-16 Thread Bill Shirley
I've gotten errors like this when it was actually a selinux denial. If you're running selinux, check those logs too. Bill On 1/16/2017 4:09 PM, Mark Foley wrote: More info ... This is the only user having this permission problem. All other Thunderbird/dovecot users are getting

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-11 Thread Bill Shirley
This one is for vmail which is attached. Bill On 11/10/2016 8:29 PM, Ben Johnson wrote: On 11/10/2016 3:46 AM, Bill Shirley wrote: I don't use the Anti-Spam plugin; I just fire off a BASH script every four hours with crontab which iterates thru the vmail email accounts and t

Re: How does one mark all messages as read (imap4flag "seen") with sieve?

2016-11-10 Thread Bill Shirley
I don't use the Anti-Spam plugin; I just fire off a BASH script every four hours with crontab which iterates thru the vmail email accounts and trains Spamassassin 'per-user' accounts. If the script sounds interesting I can post it here. It probably could use a little polish th

Re: Managesieve problem

2016-07-22 Thread Bill Shirley
What directory is sieve configures to use? Mine is: sieve= ~/Maildir/dovecot.sieve Which is: drwxr-xr-x. 13 root root system_u:object_r:home_root_t:s0 4096 Jul 17 2015 /home drwx--. 13 bill bill unconfined_u:object_r:user_home_dir_t:s0 4096 Aug 30 2015 /home/bill

Re: Changing Password Schemes

2016-04-29 Thread Bill Shirley
Looks like an SQL update would do this: UPDATE `users` SET `passwd_SHA512` = SHA2(`passwd_clear`, 512); Bill On 4/29/2016 9:07 AM, Carl A Jeptha wrote: converting the passwords in the database from clear/plain text to SHA512-CRYPT You have a good day now, en mag jou môre ook so

Re: autoexpunge - different settings for different users

2016-02-07 Thread Bill Shirley
If have a Bash script I invoke from cron that iterates thru /home looking for a control file in each users Maildir that looks like this: /home/bill/Maildir/maildir.dovecot.purge.conf #Mailbox : KeepDays # #INBOX

Re: doveadm search -A tries to create mailboxes

2016-01-07 Thread Bill Shirley
e any directories. Maybe have a doveadm CREATE for that purpose? I am not the creator nor a developer of Dovecot; just one user with an opinion. If they think this is the correct behavior I'm fine with that. Bill On 1/7/2016 2:22 AM, Steffen Kaiser wrote: -BEGIN PGP SIGNED MESSAGE-

Re: doveadm search -A tries to create mailboxes

2016-01-06 Thread Bill Shirley
On 1/6/2016 3:29 PM, Timo Sirainen wrote: On 05 Jan 2016, at 15:36, Bill Shirley wrote: [0:root@elmo ~]$ rpm -q dovecot dovecot-2.2.18-2.fc22.x86_64 I got a surprise today when I tried the doveadm search function from: http://wiki2.dovecot.org/Plugins/Expire [0:root@elmo ~]$ doveadm

doveadm search -A tries to create mailboxes

2016-01-05 Thread Bill Shirley
have or need mailboxes. Is this correct? Bill

Re: [Dovecot] Why does it appear that dovecot is deleting messages after migration?

2014-04-28 Thread Bill Eccles
On Apr 28, 2014, at 8:40 AM, Steffen Kaiser wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On Mon, 28 Apr 2014, Bill Eccles wrote: > >> correctly. But it's only a matter of time before Dovecot, or something, runs >> "doveadm index -u (

[Dovecot] Why does it appear that dovecot is deleting messages after migration?

2014-04-28 Thread Bill Eccles
Hi, y'all, long-time Mac OS X Server user Bill here with a thorny question for the mailing list since nobody at discussions.apple.com can quite put their finger on the answer. While well-aquainted with other aspects of Server, Dovecot is a bit of a mystery still to me. So here it

Re: [Dovecot] retr errors

2013-10-06 Thread Bill Morgan
On 10/6/2013 5:58 PM, Daniel Parthey wrote: Hi Bill, any intercepting virus scanner or personal firewall software between your mail client and the dovecot server? Regards Daniel McAfee and the ISP wasn't interested in the wireshark traces. I know, I should change the ISP and see i

[Dovecot] retr errors

2013-10-06 Thread Bill Morgan
.@blah.com; dkim=pass header.i=@blah.com Reply-To: android-develop...@googlegroups.com Precedence: list Mailing-list: .. == My ISP has been non-helpful. Any ideas how I can track down the problem? Thanks Bill

Re: [Dovecot] Received header only showing localhost

2013-08-29 Thread Bill Oliver
On Thu, 29 Aug 2013, Bill Oliver wrote: nonsense Sorry, belay that -- I misread my own output. Doh. Headsmack. I thought I had fixed that issue but did not. billo

Re: [Dovecot] Received header only showing localhost

2013-08-29 Thread Bill Oliver
On Thu, 29 Aug 2013, Matt Devaney wrote: Apologies for giving this a gentle nudge, but still confused as to where the headers are going / what's causing them to be removed and hoping someone may have some insight. Thanks, Matt I don't know why the mailserver at wyvern.net is stripping stuff,

[Dovecot] Bizarre permissions problem

2013-08-29 Thread Bill Oliver
Help! I have been using dovecot for some years with great success. A little while ago, I changed my mail server from Fedora to CentOS linux. I reinstalled dovecot, and *almost* everything seems to be working, but one thing. There's *one* user I can't get it to work on without a workaround.

Re: [Dovecot] Help me with IMAP config

2012-11-12 Thread Bill Shirley
figuration for a way to 'move deleted items to trash' or 'expunge'. Bill

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
haps i missused "flame" here Best Regards MfG Robert Schetterer No problem. You do very well at speaking English. Bill

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
On 10/24/2012 2:24 PM, Robert Schetterer wrote: Am 24.10.2012 19:21, schrieb Bill Shirley: Admittedly, I have not used amavisd-new or LMTP; they may be better. But will they allow spamassassin per-user prefs? Performance is a plus; another daemon is not. That saying, I'll run another d

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
On 10/24/2012 2:25 PM, /dev/rob0 wrote: On Wed, Oct 24, 2012 at 02:04:39PM -0400, Bill Shirley wrote: On 10/24/2012 1:39 PM, /dev/rob0 wrote: On Wed, Oct 24, 2012 at 01:28:41PM -0400, Bill Shirley wrote: On 10/24/2012 12:32 PM, /dev/rob0 wrote: On Tue, Oct 23, 2012 at 02:52:45PM -0600, Troy

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
On 10/24/2012 1:39 PM, /dev/rob0 wrote: On Wed, Oct 24, 2012 at 01:28:41PM -0400, Bill Shirley wrote: On 10/24/2012 12:32 PM, /dev/rob0 wrote: There seems to be much confusion in this thread. I might be able able to help clear up some of it, but probably not all, because I agree with Robert

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
On 10/24/2012 1:37 PM, Robert Schetterer wrote: Am 24.10.2012 18:28, schrieb Bill Shirley: I don't understand why you strongly recommend against using the mailbox_command. Is there a security risk here? no ,until you dont have made any setup failures... your right there are tons of wo

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
stconf(5) mailbox_command was bringing in a red herring. That is for local(8) delivery, and you evidently are using pipe(8). Just a note: the original post did NOT have the word 'virtual' in it. If it did, I missed it and apologize for introducing confusion. Bill

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
On 10/24/2012 12:44 PM, /dev/rob0 wrote: On Wed, Oct 24, 2012 at 12:28:48PM -0400, Bill Shirley wrote: I don't understand why you strongly recommend against using the mailbox_command. Is there a security risk here? One issue is that mailbox_command is only used for local(8) delivery

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
On 10/24/2012 12:10 PM, Troy Vitullo wrote: On Tue, 23 Oct 2012 21:32:59 -0400 Bill Shirley wrote: On 10/23/2012 9:06 PM, Bill Shirley wrote: What is your mailbox_command in main.cf? I just use: mailbox_command = /usr/bin/spamc -u "$USER" -e /usr/lib64/dovecot/deliver -a "

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
On 10/24/2012 12:09 PM, Robert Schetterer wrote: Am 24.10.2012 17:47, schrieb Bill Shirley: On 10/24/2012 2:33 AM, Robert Schetterer wrote: Am 24.10.2012 03:32, schrieb Bill Shirley: What is your mailbox_command in main.cf? I just use: mailbox_command = /usr/bin/spamc -u "$USER&quo

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-24 Thread Bill Shirley
On 10/24/2012 2:33 AM, Robert Schetterer wrote: Am 24.10.2012 03:32, schrieb Bill Shirley: What is your mailbox_command in main.cf? I just use: mailbox_command = /usr/bin/spamc -u "$USER" -e /usr/lib64/dovecot/deliver -a "$RECIPIENT" -f "$SENDER" -m "$E

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-23 Thread Bill Shirley
On 10/23/2012 9:06 PM, Bill Shirley wrote: On 10/23/2012 4:52 PM, Troy Vitullo wrote: Hi, My server uses a system comprised of postfix, dovecot and dspam to filter and deliver mail. Postfix used the following flags in calling spamc and dovecot: flags=DRhu user=dovecot:secmail argv=/usr

Re: [Dovecot] Problem with sieve. dovecot 2.0.17

2012-10-23 Thread Bill Shirley
uire "fileinto"; require "copy"; #require "body"; #require "imap4flags"; # put this in main #if header :contains "list-id" "dovecot.dovecot.org" { include "Dovecot"; } if address :is :localpart "to" "dovecot" { fileinto :copy "SystemFolders.Ham"; fileinto "Lists.Dovecot"; stop; } fileinto "Lists"; stop; As you can see, I also train Spamassassin with the mail from the list. Bill

Re: [Dovecot] spamc can't seem to call /usr/lib/dovecot/deliver

2012-10-23 Thread Bill Shirley
r/lib64/dovecot/deliver -a "$RECIPIENT" -f "$SENDER" -m "$EXTENSION" I don't need anything in master.cf. But you should be using -u ${user} for spamc. Bill

Re: [Dovecot] Trouble implementing Antispam plug-in for Dovecot

2012-09-20 Thread Bill Shirley
sa-learn for i in `$LS /home`; do prefs="/home/$i/.spamassassin/user_prefs" # [ ! ."$i" == ".bill" ] && continue echo $i spamdir="/home/$i/$MAILDIR/.SystemFolders.Spam" [ ! -d "$spamdir" ] && continue

Re: [Dovecot] thunderbird not connecting

2012-09-06 Thread Bill Shirley
your PRIVATE ip address and not your public one. Bill On 9/4/2012 12:21 AM, cc young wrote: cannot get TB to recognize either pop3/s or imap/s server can connect just fine with: openssl s_client -connect ms1.myserver.net:993 . login ... but trying with TB /var/log/mail.log gets: dovecot:

Re: [Dovecot] dovecot sasl + postfix issue

2012-09-03 Thread Bill Shirley
You should get AUTH after you STARTTLS. Bill On 9/3/2012 5:10 AM, tseveendorj wrote: Hello, I'm trying to configure postfix + Dovecot SASL for user authenticated mail relay. I set following configuration on postfix queue_directory = /var/spool/postfix smtpd_sasl_auth_enable

Re: [Dovecot] BEWARE: This list is being harvested for leads

2012-05-17 Thread Bill Cole
On 17 May 2012, at 10:20, Timo Sirainen wrote: On 17.5.2012, at 16.46, Charles Marcus wrote: On 2012-05-17 9:38 AM, Bill Cole wrote: A spammer claiming to be '"Tim Saarela" ' is sending out a pitch for "Enterprise Level Support" for Dovecot. The address of

Re: [Dovecot] BEWARE: This list is being harvested for leads

2012-05-17 Thread Bill Cole
scribed to the Dovecot Users mailing list, not "Whatever spam Timo thinks is justifiable." I'm about ready to add you to my PLONK file Bill. Not necessary in regards to this list, as I'm moments away from doing that for you. That is ridiculous... if a formal announceme

[Dovecot] BEWARE: This list is being harvested for leads

2012-05-17 Thread Bill Cole
A spammer claiming to be '"Tim Saarela" ' is sending out a pitch for "Enterprise Level Support" for Dovecot. The address of mine which he hit is only ever used for this mailing list, so it is clear that whatever the mechanism, this list is being harvested for commercial leads.

Re: [Dovecot] Thunderbird STARTTLS error

2012-05-09 Thread Bill Cole
On 9 May 2012, at 9:51, Markus Fritz wrote: Am 09.05.2012 15:42, schrieb Bill Cole: On 9 May 2012, at 9:05, Markus Fritz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 09.05.2012 14:32, schrieb Ken Stevenson: I got only this keys. Can you explain me what exactly you mean with

Re: [Dovecot] Thunderbird STARTTLS error

2012-05-09 Thread Bill Cole
On 9 May 2012, at 9:05, Markus Fritz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 09.05.2012 14:32, schrieb Ken Stevenson: I got only this keys. Can you explain me what exactly you mean with adding chains? And I wonder why this error only occurs in Thunderbird, not in openssl.

Re: [Dovecot] ENVELOPE mishandling of Subject lines with quote(s)?

2012-02-06 Thread Bill Cole
On 6 Feb 2012, at 16:34, Dinh Le wrote: On Mon, 6 Feb 2012, Timo Sirainen wrote: On 6.2.2012, at 22.45, Michael M Slusarz wrote: The subject, because it contains quotes, can't be expressed in a quoted string so it is instead sent in a literal string. Small correction: Quotes can be escaped

[Dovecot] A namespace error on 2.1rc5

2012-01-29 Thread Bill Ryder
Hello all, I'm not sure if this is a bug. It's probably just an upgrade note. In summary I had no namespace section in my 2.0.17 config. When trying out 2.1rc5 no user could login because of a namespace error. 2.1rc5 adds a default namespace clause which broke my logins (It was noted in the

Re: [Dovecot] Restoring Mails from Backup Archive

2011-11-13 Thread Bill Cole
Andreas Cieslak wrote, On 11/13/11 9:48 AM: Hi List, i am trying to restore mails from an backup-archive which was made with rsnapshot. All the mails in the archive look similar like the following: -rw--- 2 1014 1015 3308 8. Aug 13:42 1312803768.V809I266a00aM505178.server:2,ST

Re: [Dovecot] TLS Authentication Confusion

2011-11-11 Thread Bill Cole
Carlos Mennens wrote, On 11/10/11 2:17 PM: I asked a user today to make sure his incoming and outgoing email was using TLS. He told me it wasn't possible because my Dovecot / Postfix daemons were only listening on TCP 25& 143 according to a port scan he did. He told me the only way I could enabl

Re: [Dovecot] Per IP ssl certificates

2011-06-27 Thread Bill Cole
Simone Caruso wrote, On 6/27/11 4:34 PM: I have to manage 2 different domains, with 1 ssl certificate each, but I don't know how to configure them. I tried this example: "Different certificates per IP and protocol" http://wiki2.dovecot.org/SSL/DovecotConfiguration but I got this error: doveconf

Re: [Dovecot] adding users to passwd-file

2010-04-26 Thread Bill Landry
rypted; # generate md5 password $encrypted{md5} = unix_md5_crypt( $password, gensalt(8) ); print "$_ $encrypted{$_}" for sort keys %encrypted; # uses global @salt to construct salt string of requested length sub gensalt { my $count = shift; my $salt; for (1..$count) { $salt .= (@salt)[rand @salt]; } return $salt; } = You will need to have the Crypt::PasswdMD5 perl module installed to use this. Bill

[Dovecot] Log the virtual email address and not the local account - dovecot 1.2.2 w/ MySQL

2010-01-06 Thread Bill
dress (b...@bob.net) being logged it records the local account (vemail101) in the POP3 log. How can I get dovecot to reflect the email address that the customer logged in with instead of the local account? Thx, Bill

Re: [Dovecot] testing needed

2009-10-20 Thread Bill Cole
Timo Sirainen wrote, On 10/19/09 6:11 PM: On Mon, 2009-10-19 at 17:55 -0400, Timo Sirainen wrote: Can someone find an OS where the attached program doesn't work? It should print "success". So far tested for success: Linux 2.6, Solaris 10, FreeBSD 7.2, OpenBSD 4.2. And also: I think (guess) tha

[Dovecot] Mailbox locking problem with iphone and POP3

2009-08-03 Thread Bill Dunn - VCI Internet Services
kf file locking and it doesn't have this problem. If someone could clue me in I'd be very grateful. Bill

Re: [Dovecot] Fail2Ban and the Dovecot log

2009-05-17 Thread Bill Landry
Timo Sirainen wrote: > On Mon, 2009-05-11 at 14:48 -0700, Bill Landry wrote: >>> If you log via syslog, the timestamp will be at the beginning of line. >> >> Well, then that would explain it. Maybe it would be a good idea then to >> remove the "dovecot: "

Re: [Dovecot] Fail2Ban and the Dovecot log

2009-05-11 Thread Bill Landry
from the beginning of each log line when not using syslog for logging, since I'm pretty sure that anyone checking the "dovecot.log" would know that it was the "dovecot" log they were looking at (no need to remind then at the beginning of each and every line). ;-) Bill

Re: [Dovecot] Fail2Ban and the Dovecot log

2009-05-11 Thread Bill Landry
Bill Landry wrote: > Lou Duchez wrote: > >> Is there any way to disable the "dovecot: " at the beginning of each >> line of the log? Fail2Ban responds poorly to it. I know there are a >> number of sites with "failregex" strings for Fail2Ban and D

Re: [Dovecot] Fail2Ban and the Dovecot log

2009-05-11 Thread Bill Landry
ban-0.8.3-18.fc10.noarch and this seems to work just fine for me: failregex = auth.*passwd.*,\).*(unknown user|Password mismatch) in my /etc/fail2ban/filter.d/dovecot.conf. Bill

Re: [Dovecot] core dumps disabled?

2009-04-30 Thread Bill Cole
Timo Sirainen wrote, On 4/30/09 12:27 PM: On Thu, 2009-04-30 at 18:25 +0200, Ralf Hildebrandt wrote: Apr 30 18:12:48 postamt dovecot: dovecot v1.1.14 starting up (core dumps disabled) Uh, how do I enable them? ulimit -c unlimited before starting Dovecot. If that doesn't work, it means you're

Re: [Dovecot] Non-atomic Flags in APPEND

2009-04-26 Thread Bill Cole
Richard Laager wrote, On 4/26/09 2:12 AM: I'm using Evolution and Dovecot (on the localhost) and receiving these errors trying to move a message into the IMAP folder: C00095 APPEND INBOX (\Answered \Seen NotJunk "Junk" "NotJunk" "receipt-handled") {1022} C00095 BAD Error in IMAP command APPEND:

Re: [Dovecot] Address Extensions with System Users

2009-04-17 Thread Bill Cole
Scott Silva wrote, On 4/17/09 1:27 PM: [...] AFAIR the RFC's state that all e-mail addresses are acted on in lowercase when being manipulated. The upper case parts are left intact only for human beings to read. That is very wrong. Email address local-parts MUST be treated as case-sensitive in

Re: [Dovecot] is it possible to recover files from a dovecot.inboxe.cache file?

2009-04-05 Thread Bill Cole
Alfred Nutile wrote, On 4/4/09 10:02 AM: I found this file in the mail boz and noticed it had 20 emails in it (though you can only read really the header the body is cryptic cause it is a bin file?) You can't read the message bodies in a cache file because they are not there.

Re: [Dovecot] Common "sasl master" [Was: sendmail with dovecot sasl]

2009-03-30 Thread Bill Cole
Mario Pavlov wrote, On 3/28/09 8:36 AM: Hi, so sendmail can use only cyrus-sasl ? Right. SASL is only standardized in the network-facing parts: a collection of named and specified authentication mechanisms. Cyrus and Dovecot offer extremely different interfaces to different sets of back-end

Re: [Dovecot] dovecot with IMAP and POP3 mixed

2009-03-21 Thread Bill Cole
Andreas Meyer wrote, On 3/21/09 11:16 AM: Hello! I tried to setup dovecot to work with IMAP and POP3 but when I connect with Squirrelmail, I get an error saying CREATE "INBOX.Sent" reason: Mailbox doesn't allow inferior mailboxes That's for user7, right? The cause of that error is SquirrelMai

Re: [Dovecot] Account lockout option?

2009-03-19 Thread Bill Landry
Ed W wrote: > Bill Landry wrote: >> Ed W wrote: >> >> >>> failregex = : warning: [-._\w]+\[\]: SASL >>> (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed$ >>> failregex = dovecot: auth.*\(.*,\): (unknown user|password >>> mismatc

Re: [Dovecot] Account lockout option?

2009-03-19 Thread Bill Landry
only the first failregex line is used? Maybe this has changed in the most recent version of fail2ban, but I have found that I had to create a separate filter file if I wanted to used a second failregex against the same log file and also add a second jail.conf entry. Bill

Re: [Dovecot] Dovecot LDA and "undeliverable" emails

2009-03-17 Thread Bill Cole
Kat Wisnosky wrote, On 3/16/09 1:35 PM: I googled around looking for this, apparantly my google-fu is failing this morning. I just switched over to using a Postfix/Dovecot virtual set-up with Dovecot as the delivery agent. One of my users mistyped his email address when he paid for something t

Re: [Dovecot] OT: Fixing Messages To Be RFC 2822 Compliant

2009-02-24 Thread Bill Cole
Neil wrote, On 2/23/09 4:16 AM: Soapparently I have some messages which are not RFC compliant sitting in my mailboxes (mostly older ones), and I have some software which is refusing to handle such messages. 1. Does anyone know of a nice way to verify that all my messages are compliant/find t

Re: [Dovecot] quota - implement via dovecot or postfix? which is easier ?

2009-02-12 Thread Bill Cole
Scott Silva wrote, On 2/10/09 11:34 AM: on 2-9-2009 7:53 PM Linux Advocate spake the following: B. Am i right in concluding that its easier and better in the long run to implement and enforce quotas thru dovecot instead of postfix? If you enforce quota with postfix only, the quota effects mail

Re: [Dovecot] No Spaces in Directory names

2009-01-27 Thread Bill Cole
Matt Rude wrote, On 1/25/09 10:49 PM: How can I make it so my users can not create folders with spaces in them? Or allow them to create such folders but rewrite them on the hardrive with a "_" or some other symbol. I have looked threw the wiki but couldn't find anything about folder name restrict

Re: [Dovecot] Dovecot read only for users

2008-10-26 Thread Bill Cole
JC wrote: All, I have hopefully a base question. How do you give users only read access to their inbox and folders? If I use chmod 600 they have full access. If I do a 400 they have read access but cannot access their inbox. The config file is the out of the box config other than advertisin

Re: [Dovecot] Something weird happening...

2008-10-09 Thread Bill Cole
Timo Sirainen wrote: On Oct 9, 2008, at 12:43 AM, Bill Cole wrote: Claudio Prono wrote: Very strange, i have tryied to chmod 666 all log files, like that: -rw-rw-rw- 1 root root 681 Oct 8 11:08 dovecot-err.log -rw-rw-rw- 1 root root 1039 Oct 8 11:02 dovecot-inf.log (Is terrible i know, but

Re: [Dovecot] Something weird happening...

2008-10-08 Thread Bill Cole
Claudio Prono wrote: Very strange, i have tryied to chmod 666 all log files, like that: -rw-rw-rw- 1 root root 681 Oct 8 11:08 dovecot-err.log -rw-rw-rw- 1 root root 1039 Oct 8 11:02 dovecot-inf.log (Is terrible i know, but only a test) I think you should follow the suggestion already prov

Re: [Dovecot] client certs with godaddy ssl cert

2008-10-01 Thread Bill Cole
Harondel J. Sibble wrote: On 29 Sep 2008 at 10:43, Bill Cole wrote: Right. You need to keep track of what client certs you trust, so you really should be *at least* the immediate issuer (signer) of the client certs. The only reasons you would want your signing cert for those client certs to

  1   2   3   >