[Dovecot] Valid config for lda_mailbox_autosubscribe with dovecot 1.2?

2012-05-17 Thread Joan
Hi,

Due to some reasons I've to support both dovecot 1.2 and dovecot 2.x, and I
just found that the -s parameter I used to autosubscribe to sieve folders
doesn't exist anymore in dovecot 2.x
The problem arises because (AFAIK) in postfix's master.cf you can only
specify one configuration, and I used to have this:

dovecot   unix  -   n   n   -   -   pipe
  flags=DRhu user=vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d
${recipient} -s


Is there any way to make the config compatible for both versions, achieving
the autosubscribe and not crashing dovecot?


Re: [Dovecot] Valid config for lda_mailbox_autosubscribe with dovecot 1.2?

2012-05-17 Thread Pascal Volk
On 05/17/2012 12:11 PM Joan wrote:
 Hi,
 
 Due to some reasons I've to support both dovecot 1.2 and dovecot 2.x, and I
 just found that the -s parameter I used to autosubscribe to sieve folders
 doesn't exist anymore in dovecot 2.x
 The problem arises because (AFAIK) in postfix's master.cf you can only
 specify one configuration, and I used to have this:
 
 dovecot   unix  -   n   n   -   -   pipe
   flags=DRhu user=vmail argv=/usr/lib/dovecot/deliver -f ${sender} -d
 ${recipient} -s
 
 
 Is there any way to make the config compatible for both versions, achieving
 the autosubscribe and not crashing dovecot?

Just add a second dovecot entry, with a differently service name, to
your master.cf, e.g.

dovecot20 unix  -   n   n   -   -   pipe
  flags=DRhu user=vmail argv=/usr/lib/dovecot2.0/dovecot-lda
 -f ${sender} -d ${recipient}

Then create a transport(5) map and list your 'Dovecot 2' users there, e.g:
john@example.comdovecot20:

BUT, with Dovecot v2.0 you should better use Dovecots lmpt service.


Regards,
Pascal
-- 
The trapper recommends today: deadbeef.1213...@localdomain.org


[Dovecot] Migration between namespaces breaks outlook on mac's

2012-05-17 Thread Mark Zealey

Hi there,

We're running dovecot 1.1 on one set of servers with a courier-imap-like 
namespace configuration:


namespace private {
separator = .
prefix = INBOX.
inbox = yes
}

We're now migrating customers onto a dovecot-2 platform, switching from 
Maildir to sdbox (using dsync mirror)  changing the namespace at the 
same time. New namespace configuration looks like (as taken from 
http://wiki2.dovecot.org/Namespaces)


# This is for courier-imap namespace compatability
namespace {
type = private
separator = /
prefix =
inbox = yes
}

namespace {
type = private
prefix = INBOX.
separator = .
inbox = no
hidden = yes
list = no
alias_for =
}

For 99% of clients this works fine eg thunderbird on first login after 
migration notices the folder structure has changed  automagically 
redownloads folders  emails. However I have noticed some really strange 
messages in the logs which seems to be related to customers running 
outlook on macos. When they login after migration they are generating 
commands like:


2012-05-07T00:04:43+01:00 imap-03 dovecot: imap(): Mailbox created: 
INBOX 1 1 1 1 1
2012-05-07T00:05:38+01:00 imap-03 dovecot: imap(): Mailbox created: 
INBOX 1 1 1 1 1 1
2012-05-07T00:06:44+01:00 imap-03 dovecot: imap(): Mailbox created: 
INBOX 1 1 1 1 1 1 1
2012-05-07T00:07:33+01:00 imap-03 dovecot: imap(): Mailbox created: 
INBOX 1 1 1 1 1 1 1 1
2012-05-07T00:08:42+01:00 imap-03 dovecot: imap(): Mailbox created: 
INBOX 1 1 1 1 1 1 1 1 1
2012-05-07T03:09:00+01:00 imap-03 dovecot: imap(): Mailbox created: 
INBOX 1 1 1 1 1 1 1 1 1 1
2012-05-07T03:09:08+01:00 imap-03 dovecot: imap(): Mailbox created: 
INBOX 1 1 1 1 1 1 1 1 1 1 1
2012-05-07T03:10:09+01:00 imap-03 dovecot: imap(): Mailbox created: 
INBOX 1 1 1 1 1 1 1 1 1 1 1 1

...

this goes on a long time and we've not yet found a solution other than 
delete the imap config on their outlook and reconfigure. Does anyone 
have any idea why this might be happening, or if there is a way we can 
somehow have old namespaces for old customers, new namespaces for new 
customers (we are using sql login code so should be possible to do 
something like this in theory I think?)


Thanks,

Mark


[Dovecot] Migration between namespaces breaks outlook on mac's

2012-05-17 Thread Mark Zealey

Hi there,

We're running dovecot 1.1 on one set of servers with a courier-imap-like 
namespace configuration:


namespace private {
separator = .
prefix = INBOX.
inbox = yes
}

We're now migrating customers onto a dovecot-2 platform, switching from 
Maildir to sdbox (using dsync mirror)  changing the namespace at the 
same time. New namespace configuration looks like (as taken from 
http://wiki2.dovecot.org/Namespaces)


# This is for courier-imap namespace compatability
namespace {
type = private
separator = /
prefix =
inbox = yes
}

namespace {
type = private
prefix = INBOX.
separator = .
inbox = no
hidden = yes
list = no
alias_for =
}

For 99% of clients this works fine eg thunderbird on first login after 
migration notices the folder structure has changed  automagically 
redownloads folders  emails. However I have noticed some really strange 
messages in the logs which seems to be related to customers running 
outlook on macos. When they login after migration they are generating 
commands like:


dovecot: imap(): Mailbox created: INBOX 1 1 1 1 1
dovecot: imap(): Mailbox created: INBOX 1 1 1 1 1 1
dovecot: imap(): Mailbox created: INBOX 1 1 1 1 1 1 1
dovecot: imap(): Mailbox created: INBOX 1 1 1 1 1 1 1 1
dovecot: imap(): Mailbox created: INBOX 1 1 1 1 1 1 1 1 1
dovecot: imap(): Mailbox created: INBOX 1 1 1 1 1 1 1 1 1 1
dovecot: imap(): Mailbox created: INBOX 1 1 1 1 1 1 1 1 1 1 1
dovecot: imap(): Mailbox created: INBOX 1 1 1 1 1 1 1 1 1 1 1 1
...

this goes on a long time and we've not yet found a solution other than 
delete the imap config on their outlook and reconfigure. Does anyone 
have any idea why this might be happening, or if there is a way we can 
somehow have old namespaces for old customers, new namespaces for new 
customers (we are using sql login code so should be possible to do 
something like this in theory I think?)


Thanks,

Mark


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

2012-05-17 Thread Bill Cole
A spammer claiming to be 'Tim Saarela tim.saar...@dovecot.fi' 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] BEWARE: This list is being harvested for leads

2012-05-17 Thread Charles Marcus
On 2012-05-17 9:38 AM, Bill Cole 
dovecot-20110...@billmail.scconsult.com wrote:

A spammer claiming to be 'Tim Saarela tim.saar...@dovecot.fi' 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.


Chill, Bill...

Tim is working closely with Timo, and I'm sure got Timo's permission to 
send that email to list subscribers. I'm already in discussions with Tim 
for some support for my main client's migration...


I for one am very happy to see this development, and there is another 
announcement coming soon that I am aware of that will be even better for 
dovecot's future.


--

Best regards,

Charles


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

2012-05-17 Thread dovecot-20120517

On 17 May 2012, at 9:46, Charles Marcus wrote:

On 2012-05-17 9:38 AM, Bill Cole 
dovecot-20110...@billmail.scconsult.com wrote:

A spammer claiming to be 'Tim Saarela tim.saar...@dovecot.fi' 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.


Chill, Bill...

Tim is working closely with Timo, and I'm sure got Timo's permission 
to send that email to list subscribers.


I subscribed to the Dovecot Users mailing list, not Whatever spam Timo 
thinks is justifiable.


If the terms of subscription are that the former includes the latter, 
that's a choice Timo has the power to make and I hope he will make that 
choice explicit. It would certainly settle what I tell people who ask my 
opinion of Dovecot Solutions Oy.




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

2012-05-17 Thread Timo Sirainen
On 17.5.2012, at 16.46, Charles Marcus wrote:

 On 2012-05-17 9:38 AM, Bill Cole dovecot-20110...@billmail.scconsult.com 
 wrote:
 A spammer claiming to be 'Tim Saarela tim.saar...@dovecot.fi' 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.
 
 Chill, Bill...
 
 Tim is working closely with Timo, and I'm sure got Timo's permission to send 
 that email to list subscribers. I'm already in discussions with Tim for some 
 support for my main client's migration...


I was surprised that directly contacting people worked at all, but since it has 
I thought I'd allow it and hope it wouldn't piss off too many people.. There 
won't be more than that one mail, which you're free to just ignore.

If we get enough funding we can hire more people to work on Dovecot (and 
related projects), and that would be good for everyone.



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

2012-05-17 Thread Reindl Harald

Am 17.05.2012 16:20, schrieb dovecot-20120...@billmail.scconsult.com:
 On 17 May 2012, at 9:46, Charles Marcus wrote:
 
 On 2012-05-17 9:38 AM, Bill Cole dovecot-20110...@billmail.scconsult.com 
 wrote:
 A spammer claiming to be 'Tim Saarela tim.saar...@dovecot.fi' 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.

 Chill, Bill...

 Tim is working closely with Timo, and I'm sure got Timo's permission to send 
 that email to list subscribers.
 
 I subscribed to the Dovecot Users mailing list, not Whatever spam Timo 
 thinks is justifiable.

well, but what is exactly your problem with people offering professional
support for dovecot which is ON-TOPIC if this are not 20 mails each day?

nothing better than have free opensource AND get informations where
you can retrieve professional support if you are in trouble and have
no time to post to the list and HOPE someone has an answer for you?





signature.asc
Description: OpenPGP digital signature


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

2012-05-17 Thread Giles Coochey

On 17/05/2012 15:24, Reindl Harald wrote:

Am 17.05.2012 16:20, schrieb dovecot-20120...@billmail.scconsult.com:

On 17 May 2012, at 9:46, Charles Marcus wrote:


On 2012-05-17 9:38 AM, Bill Coledovecot-20110...@billmail.scconsult.com  
wrote:

A spammer claiming to be 'Tim Saarelatim.saar...@dovecot.fi' 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.

Chill, Bill...

Tim is working closely with Timo, and I'm sure got Timo's permission to send 
that email to list subscribers.

I subscribed to the Dovecot Users mailing list, not Whatever spam Timo thinks is 
justifiable.

well, but what is exactly your problem with people offering professional
support for dovecot which is ON-TOPIC if this are not 20 mails each day?

nothing better than have free opensource AND get informations where
you can retrieve professional support if you are in trouble and have
no time to post to the list and HOPE someone has an answer for you?



And he could do with re-posting his email, as I don't appear to have it 
in my archive.




smime.p7s
Description: S/MIME Cryptographic Signature


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

2012-05-17 Thread Timo Sirainen
On 17.5.2012, at 17.25, Giles Coochey wrote:

 And he could do with re-posting his email, as I don't appear to have it in my 
 archive.


The list included only .com addresses, with gmail/yahoo/etc removed. I'm sure 
Tim will be happy to send you the email if you ask it from him. :)



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

2012-05-17 Thread Charles Marcus

On 2012-05-17 10:20 AM, dovecot-20120...@billmail.scconsult.com wrote:

On 17 May 2012, at 9:46, Charles Marcus wrote:

Tim is working closely with Timo, and I'm sure got Timo's permission
to send that email to list subscribers.



I subscribed 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.

That is ridiculous... if a formal announcement about a commercial 
support company that has Timo's blessing isn't pertinent to participants 
on the dovecot support list, then what is?


Just admit you made a silly mistake and move on...

--

Best regards,

Charles


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

2012-05-17 Thread Dennis Guhl
On Thu, May 17, 2012 at 10:56:50AM -0400, Charles Marcus wrote:
 On 2012-05-17 10:20 AM, dovecot-20120...@billmail.scconsult.com wrote:
 On 17 May 2012, at 9:46, Charles Marcus wrote:
 Tim is working closely with Timo, and I'm sure got Timo's permission
 to send that email to list subscribers.
 
 I subscribed 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.
 
 That is ridiculous... if a formal announcement about a commercial
 support company that has Timo's blessing isn't pertinent to
 participants on the dovecot support list, then what is?

I did not received this mail so I can't comment on the appearance but
I would not be happy to receive any unrequested commercial offers,
irrelevant which form it comes along.

I can understand Timo's desire to acquire as much paying customers as
possible, but in this case he should at least have announced --
publicly -- what he plans to do and how to opt out.

Such 'ideas' are a sure way to kill all the good reputation, which is
crucial for open source projects. And, not to forget, it can lead to
some nasty legal problems. Such forms of email marketing are at least
in the EU and US prohibited.

 Just admit you made a silly mistake and move on...

The only silly mistake was this answer of yours.

Dennis
-- 
Dennis Guhl
()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments


[Dovecot] High level of pop3 popping causing server to become unresponsive

2012-05-17 Thread Root Kev
Hello all,

We have put Dovecot 2.1.4 on several of our production servers (CentOS, on
Dell R710, with 20GB memory, dual CPU Quad-core). We have a single instance
of Dovecot running and currently have several instances of Popa3d.  When
there are significant amount of popping from 2 mailboxes that dovecot that
is popping from (500+ msgs in the mailboxes), the popping of the messages
causes the boxes to become unresponsive.  We use another application that
connects to the Dovecot, downloads 2-10 messages, then processes them, then
sends the delete command to Dovecot.

When this issue occurs we are unable to become Root, or login again if we
close our ssh connection.  This only occures when Dovecot is doing the
popping.  If we only run the older Popa3d, this doesn't occur.  We believe
it is caused by the way dovecot is authenticating.

We are using auth_mechanisms = plain

passdb
drive = shadow

usedb
driver = passwd
args = blocking=yes

If anyone could suggest what could be causing the login issue, we would
appreciate any incite to fix it!

Thanks,

Kevin


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

2012-05-17 Thread Giles Coochey

On 17/05/2012 16:20, Dennis Guhl wrote:

On Thu, May 17, 2012 at 10:56:50AM -0400, Charles Marcus wrote:

On 2012-05-17 10:20 AM, dovecot-20120...@billmail.scconsult.com wrote:

On 17 May 2012, at 9:46, Charles Marcus wrote:

Tim is working closely with Timo, and I'm sure got Timo's permission
to send that email to list subscribers.

I subscribed 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.

That is ridiculous... if a formal announcement about a commercial
support company that has Timo's blessing isn't pertinent to
participants on the dovecot support list, then what is?

I did not received this mail so I can't comment on the appearance but
I would not be happy to receive any unrequested commercial offers,
irrelevant which form it comes along.

I can understand Timo's desire to acquire as much paying customers as
possible, but in this case he should at least have announced --
publicly -- what he plans to do and how to opt out.

Such 'ideas' are a sure way to kill all the good reputation, which is
crucial for open source projects. And, not to forget, it can lead to
some nasty legal problems. Such forms of email marketing are at least
in the EU and US prohibited.


Just admit you made a silly mistake and move on...

The only silly mistake was this answer of yours.

Dennis

[sarcasm on]
No, I think we should lock Tim  Timo up and force Timo to eat lentils 
while he codes his IMAP server for us. It's incredibly astounding that 
he should even need to be involved in a business where he makes money 
developing my free IMAP server software!!!

[sarcasm off]




smime.p7s
Description: S/MIME Cryptographic Signature


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

2012-05-17 Thread Spyros Tsiolis
I hear people complaining about Timos' 

effort to try and make a profit out of
his idea.

Maybe these people would prefer for people
like Timo to not announce anything at all and
do this without informing anyone ?

My take on this (if anyone is interested
in my opinion) is that Timo should be free
to do whatever he wants with his code.


s.






I merely function as a channel that filters 
music through the chaos of noise
- Vangelis


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

2012-05-17 Thread Charles Marcus

On 2012-05-17 11:20 AM, Dennis Guhl d...@dguhl.org wrote:

I did not received this mail so I can't comment on the appearance but
I would not be happy to receive any unrequested commercial offers,
irrelevant which form it comes along.


It was a simple *notification* email, letting people know the new 
company exists.


Sheesh...


I can understand Timo's desire to acquire as much paying customers as
possible, but in this case he should at least have announced --
publicly -- what he plans to do and how to opt out.


Opt out of... what? Receiving a *single* *email* announcing the new 
company/service?


I'm about ready to PLONK you too... as you're being more ridiculous than 
Bill.


--

Best regards,

Charles


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

2012-05-17 Thread Bill Cole

On 17 May 2012, at 10:56, Charles Marcus wrote:


On 2012-05-17 10:20 AM, dovecot-20120...@billmail.scconsult.com wrote:

On 17 May 2012, at 9:46, Charles Marcus wrote:

Tim is working closely with Timo, and I'm sure got Timo's permission
to send that email to list subscribers.



I subscribed 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 announcement about a commercial 
support company that has Timo's blessing isn't pertinent to 
participants on the dovecot support list, then what is?


Such an announcement was made months ago, to the list. I agree that is a 
reasonable use of the list. That announcement was not a direct message 
to a filter-exempted list-specific address. It also wasn't composed in 
broken MS-specific almost-HTML, so it was short and easily skimmed past.



Just admit you made a silly mistake and move on...


I don't believe it was silly, but I certainly made a mistake in that I 
had not anticipated how Timo views this mailing list.


If you wish to engage in a public debate over the precise definition of 
spam then I must decline. I burnt out on that sport some years ago 
after years of repetitive and largely fruitless effort.


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 
dovecot-20110...@billmail.scconsult.com wrote:

A spammer claiming to be 'Tim Saarela tim.saar...@dovecot.fi' 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.


Chill, Bill...

Tim is working closely with Timo, and I'm sure got Timo's permission 
to send that email to list subscribers. I'm already in discussions 
with Tim for some support for my main client's migration...



I was surprised that directly contacting people worked at all, but 
since it has I thought I'd allow it and hope it wouldn't piss off too 
many people.. There won't be more than that one mail, which you're 
free to just ignore.



Thank you for your clarifying the fact that you see this mailing list as 
a resource for generating commercial leads.


Your list, your rules.


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

2012-05-17 Thread Dennis Guhl
On Thu, May 17, 2012 at 04:36:07PM +0100, Spyros Tsiolis wrote:
 I hear people complaining about Timos' 
 
 effort to try and make a profit out of
 his idea.

The complains are not about the intention to make profit but about the
way of costumer acquisition.

 Maybe these people would prefer for people
 like Timo to not announce anything at all and
 do this without informing anyone ?

This is exactly what happens and rises complains.

 My take on this (if anyone is interested
 in my opinion) is that Timo should be free
 to do whatever he wants with his code.

This is not about the code, this is about using data gathered from
subscriptions to a public mailing list to send unasked marketing
emails.

Dennis


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

2012-05-17 Thread Dennis Guhl
On Thu, May 17, 2012 at 04:33:30PM +0100, Giles Coochey wrote:

[..]

 [sarcasm on]
 No, I think we should lock Tim  Timo up and force Timo to eat
 lentils while he codes his IMAP server for us. It's incredibly
 astounding that he should even need to be involved in a business
 where he makes money developing my free IMAP server software!!!
 [sarcasm off]

Sarcastic comments which torn the wrong point are sorry.

Dennis


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

2012-05-17 Thread Douglas Mortensen
I personally didn't mind a one-time notice from the dev's team that that are 
now offering paid commercial support. What if I WANTED it? I felt like it was a 
courtesy email from them to let me know that it's available.

If those emails continue unsolicited, then it may start to feel like spam to 
me, but this did not.

In general, I've actually been looking for ways to financially support good 
open source projects. I have worked with many  find that oftentimes, the ones 
with hood commercial support tend to be ones that have the manpower resources 
needed to quickly fix bugs, patch vulnerabilities, maintain a strong 
development schedule  give decent support through mailing lists  similar 
means.

So when I received the email, immediately I thought: Hmm. This may come in 
handy down the road, and would serve two purposes by giving me an easily 
justifiable means to support the project.

That is all.

-
Doug Mortensen
impalanetworks.com
Sent from my Windows Phone

From: Giles Coochey
Sent: 5/17/2012 9:33 AM
To: dovecot@dovecot.org
Subject: Re: [Dovecot] BEWARE: This list is being harvested for leads

On 17/05/2012 16:20, Dennis Guhl wrote:
 On Thu, May 17, 2012 at 10:56:50AM -0400, Charles Marcus wrote:
 On 2012-05-17 10:20 AM, dovecot-20120...@billmail.scconsult.com wrote:
 On 17 May 2012, at 9:46, Charles Marcus wrote:
 Tim is working closely with Timo, and I'm sure got Timo's permission
 to send that email to list subscribers.
 I subscribed 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.

 That is ridiculous... if a formal announcement about a commercial
 support company that has Timo's blessing isn't pertinent to
 participants on the dovecot support list, then what is?
 I did not received this mail so I can't comment on the appearance but
 I would not be happy to receive any unrequested commercial offers,
 irrelevant which form it comes along.

 I can understand Timo's desire to acquire as much paying customers as
 possible, but in this case he should at least have announced --
 publicly -- what he plans to do and how to opt out.

 Such 'ideas' are a sure way to kill all the good reputation, which is
 crucial for open source projects. And, not to forget, it can lead to
 some nasty legal problems. Such forms of email marketing are at least
 in the EU and US prohibited.

 Just admit you made a silly mistake and move on...
 The only silly mistake was this answer of yours.

 Dennis
[sarcasm on]
No, I think we should lock Tim  Timo up and force Timo to eat lentils
while he codes his IMAP server for us. It's incredibly astounding that
he should even need to be involved in a business where he makes money
developing my free IMAP server software!!!
[sarcasm off]




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

2012-05-17 Thread C. Bensend

 I was surprised that directly contacting people worked at all, but since
 it has I thought I'd allow it and hope it wouldn't piss off too many
 people.. There won't be more than that one mail, which you're free to just
 ignore.

 If we get enough funding we can hire more people to work on Dovecot (and
 related projects), and that would be good for everyone.

I enjoy Dovecot and am glad you're working on further development,
both in the nerd sense and the business sense.  :)

I don't have an issue with a single message like this going out to
make people aware of the offering.  However, I would prefer that it
went to the list, instead of individually to the list members.
That's the only part of this I didn't care for.

If it becomes an issue, I'll deal with the issue appropriately.  I
just don't see an issue as of right now.

Benny


-- 
The problem with quotes on the internet is that it's very hard to
verify their authenticity.   -- Abraham Lincoln




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

2012-05-17 Thread Dennis Guhl
On Thu, May 17, 2012 at 11:37:15AM -0400, Charles Marcus wrote:
 On 2012-05-17 11:20 AM, Dennis Guhl d...@dguhl.org wrote:
 I did not received this mail so I can't comment on the appearance but
 I would not be happy to receive any unrequested commercial offers,
 irrelevant which form it comes along.
 
 It was a simple *notification* email, letting people know the new
 company exists.

If it was just one email with 'hey we are here, you can hire us' why
does it offlist? Why not just sending it to the list?

 Sheesh...
 
 I can understand Timo's desire to acquire as much paying customers as
 possible, but in this case he should at least have announced --
 publicly -- what he plans to do and how to opt out.
 
 Opt out of... what? Receiving a *single* *email* announcing the new
 company/service?

One unasked marketing mail is one spam mail. Do not forget, spam is
not about content it is about consent.

 I'm about ready to PLONK you too... as you're being more ridiculous
 than Bill.

If you desire, please. I won't stop you.

Dennis


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

2012-05-17 Thread Charles Marcus

On 2012-05-17 11:48 AM, C. Bensend be...@bennyvision.com wrote:

However, I would prefer that it
went to the list, instead of individually to the list members.
That's the only part of this I didn't care for.


Actually, I thought it did go to the list...

Yeah, ok, now I can see a *little* legitimacy to the complaint, but I 
still think it is in pretty bad taste to bad mouth Timo as was done for 
such a tiny thing - and calling it 'spam' was way over the top...


--

Best regards,

Charles


Re: [Dovecot] Error in dovecot 2.0.13: Too many levels of symbolic links

2012-05-17 Thread Tom Pawlowski
Well, the good news is this didn't end up being a dovecot or NetApp
issue. RHEL 6.2 has a kernel bug:

https://bugzilla.redhat.com/show_bug.cgi?id=770250

Solution is to upgrade to the latest kernel released on 5/15:

kernel-2.6.32-220.17.1.el6

We no longer get this error after the update. Thanks for taking a look!

* Timo Sirainen t...@iki.fi [2012-05-17 00:35:49 +0300]:

 On 17.5.2012, at 0.20, Tom Pawlowski wrote:
 
  dovecot: imap(user1): Error: 
  readdir(/u1/user1/Maildir/.AUTO-DELETED-SPAM/new) failed: Too many levels 
  of symbolic links
 ..
  Create a new folder using alpine, save anywhere from 1000 to 1 identical
  emails to the new folder. 
  
  Change to that new folder, thus prompting the move from new to cur. The 
  client
  receives the message and aborts the opening. Anywhere from 400-520 files are
  successfully moved each time. It takes numerous attempts to finally move
  all the files over--which I suspect some IMAP clients do, hence the
  inconsistent errors in production.
 
 
 See if the attached patch makes any difference?
 
  I'm leaning towards some sort of bug on the NFS client level, as Timo
 
 What NFS server are you using? Perhaps it's related to that.
 



-- 
 Tom Pawlowski
 OIT-CSS System Administrator   office: Hill 145
 email: tom...@jla.rutgers.edu  phone:  (732) 445-2634


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

2012-05-17 Thread Dennis Guhl
On Thu, May 17, 2012 at 09:47:23AM -0600, Douglas Mortensen wrote:
 I personally didn't mind a one-time notice from the dev's team that
 that are now offering paid commercial support. What if I WANTED it?

There might be a lot of people who did not mind one offlist contact to
a list address, but on the other side there will also be the fraction
saying no, I subscribed to a mailing list and not to a marketing list.

 I felt like it was a courtesy email from them to let me know that
 it's available.

The company was announced onlist sometimes around this time last year
after Timo unofficially announced the company during a talk at the
mailserver conference in Berlin.

 If those emails continue unsolicited, then it may start to feel like
 spam to me, but this did not.

Obviously you are more tolerant in this regard then I would be.

 In general, I've actually been looking for ways to financially
 support good open source projects. I have worked with many  find

No question, but the way and form should be considered.

Dennis

[..]


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

2012-05-17 Thread Jeff Kletsky
Even with good intent the message in question is clearly in violation 
of CAN-SPAM and Cal. Bus. Prof. Code Sec. 17529, of which the sender was 
informed of when my server was accessed. It was very clearly an 
electronic mail message the primary purpose of which is the commercial 
advertisement or promotion of a commercial product or service. The 
sender did not have my direct consent to deliver such messages, nor did 
they have a preexisting business relationship with me.


There was no notification that subscribing to this list would result in 
off-list commercial messages. There is no way to opt out of these 
messages. The message in question did not conform to the requirements of 
CAN-SPAM in regard to, at least:

* Identifying the message as an advertisement
* Including the valid physical postal address of the sender, recognized 
by the US Postal Service
* Providing an opt-out mechanism (at all in this case), compliant with 
the CAN-SPAM requirements


Yes, in this particular instance I found the content to be not 
distasteful; however is is very clearly spam as legally defined in the 
US and in California.








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

2012-05-17 Thread Stan Hoeppner
On 5/17/2012 9:45 AM, Timo Sirainen wrote:

 The list included only .com addresses, with gmail/yahoo/etc removed. I'm sure 
 Tim will be happy to send you the email if you ask it from him. :)

But not all .com's.  I didn't receive such an email.  Which means you
sat down and spent some amount of time identifying who may be good
targets for this marketing email and who not.

It's better to receive UCE from someone I know than someone I don't.

No, it's worst, due to the breach of previously established trust.

-- 
Stan


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

2012-05-17 Thread David Benfell
On 05/17/2012 11:56 AM, Spyros Tsiolis wrote:
 
 But I still think that it was merely an issue of
 announcing it rather than gathering data from 
 
 the list.
 
First, that (assuming I understand correctly) the message was
apparently sent by means other than the list suggests that a list of
subscribers was indeed divulged. Second, while the label spam might
be a value judgement, it was certainly unsolicited commercial email.
Third, it is unclear that there was any means to opt out of such
solicitations.

By the applicable ethical standards I'm aware of, all of these are
problematic.

--
David Benfell
dbenf...@gmail.com



Re: [Dovecot] High level of pop3 popping causing server to become unresponsive

2012-05-17 Thread Timo Sirainen
On 17.5.2012, at 18.22, Root Kev wrote:

 We have put Dovecot 2.1.4 on several of our production servers (CentOS, on
 Dell R710, with 20GB memory, dual CPU Quad-core). We have a single instance
 of Dovecot running and currently have several instances of Popa3d.  When
 there are significant amount of popping from 2 mailboxes that dovecot that
 is popping from (500+ msgs in the mailboxes), the popping of the messages
 causes the boxes to become unresponsive.  We use another application that
 connects to the Dovecot, downloads 2-10 messages, then processes them, then
 sends the delete command to Dovecot.

Unresponsive for a long time?.. What CentOS version?

 When this issue occurs we are unable to become Root, or login again if we
 close our ssh connection.  This only occures when Dovecot is doing the
 popping.  If we only run the older Popa3d, this doesn't occur.  We believe
 it is caused by the way dovecot is authenticating.

Sounds like PAM is hanging. Is the (CPU) load in general high at this time?

 We are using auth_mechanisms = plain
 
 passdb
 drive = shadow
 
 usedb
 driver = passwd
 args = blocking=yes

Using shadow/passwd directly shouldn't affect PAM at all. So this is a rather 
strange problem..

Re: [Dovecot] Only method=PLAIN

2012-05-17 Thread Tim Smith
Interesting - just so I have this clear in my own head. The password 
scheme is the way the password is encrypted but the authentication 
mechanism is whether the password is sent encrypted as well?


On 17/05/12 22:00, Timo Sirainen wrote:

On 16.5.2012, at 19.36, Manuel Fernández Panzuela wrote:


Hello

I need to authenticate dovecot against openldap. OpenLdap's authentication
method requires SHA.
How must I set dovecot ?

..

#mechanisms = plain SHA

..

If I uncomment #mechanisms = plain SHA  Dovecot doesn't start, the error:
dovecot: auth(default): Unknown authentication mechanism 'SHA'

You're confusing the difference between authentication mechanism and password 
scheme. http://wiki2.dovecot.org/Authentication

You want to use SHA1 as password scheme but still PLAIN mechanism.



--
Tim Smith
Tel: 01423 564 078
Mob: 07984 398 299
Email: i...@titan21.co.uk
Web: www.titan21.co.uk



Re: [Dovecot] Only method=PLAIN

2012-05-17 Thread Бранко Мајић
Yep, that's the way it works. In effect the LDAP server can use any
schema for storing its passwords, since you can then authenticate onto
the LDAP server itself, using Dovecot as a kind of proxy.

In effect LDAP server can store different user passwords in different
schemas as well (I'd recommend going with the default SSHA - salted SHA
- at least) - which can be useful when you're making a transition from,
say, some SQL-based backend onto LDAP (been there, done that, although
with Samba).

The authentication mechanism lets you specify in which way you want to
transfer the password over the network (and, of course, nothing beats
using STARTTLS/SSL in terms of encryption security - so you really
should rely on that one when it comes down to securing the
communications channel - note that weak passwords can't be really
protected in this way :) ).

Дана Thu, 17 May 2012 22:10:43 +0100
Tim Smith t...@titan21.co.uk написа:

 Interesting - just so I have this clear in my own head. The password 
 scheme is the way the password is encrypted but the authentication 
 mechanism is whether the password is sent encrypted as well?
 
 On 17/05/12 22:00, Timo Sirainen wrote:
  On 16.5.2012, at 19.36, Manuel Fernández Panzuela wrote:
 
  Hello
 
  I need to authenticate dovecot against openldap. OpenLdap's
  authentication method requires SHA.
  How must I set dovecot ?
  ..
  #mechanisms = plain SHA
  ..
  If I uncomment #mechanisms = plain SHA  Dovecot doesn't start, the
  error: dovecot: auth(default): Unknown authentication mechanism
  'SHA'
  You're confusing the difference between authentication mechanism
  and password scheme. http://wiki2.dovecot.org/Authentication
 
  You want to use SHA1 as password scheme but still PLAIN mechanism.
 
 


-- 
Branko Majic
Jabber: bra...@majic.rs
Please use only Free formats when sending attachments to me.

Бранко Мајић
Џабер: bra...@majic.rs
Молим вас да додатке шаљете искључиво у слободним форматима.


signature.asc
Description: PGP signature


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

2012-05-17 Thread Stan Hoeppner
On 5/17/2012 3:19 PM, Timo Sirainen wrote:
 On 17.5.2012, at 22.56, Stan Hoeppner wrote:
 
 On 5/17/2012 9:45 AM, Timo Sirainen wrote:

 The list included only .com addresses, with gmail/yahoo/etc removed. I'm 
 sure Tim will be happy to send you the email if you ask it from him. :)

 But not all .com's.  I didn't receive such an email.  Which means you
 sat down and spent some amount of time identifying who may be good
 targets for this marketing email and who not.
 
 It means that the mail was first sent to only a part of the list to see what 
 happens.
 
 Yeah, I guess I should have spent a few more minutes thinking this through.

Yeah, apparently you didn't realize that thing in your hand was a
grenade before you tossed it. ;)

It's not my intent, nor I believe that of others, to shred you to pieces
over this Timo.

It simply boils down to the fact that many on this list are rabid
anti-spammers, and have spent years of our lives combating the UCE
problem and educating people on email sender BCP.  You broke BCP so
you're getting your proverbial spanking over it.  The fact that you
author a mail server, of all things, I think makes it a bit worse, and
some/many feel you should have known better.  Maybe this is our mistake
for assuming a mail server programmer should possess the same knowledge
and experience as operators, should have cut you more slack.

Put up an opt-in form on your commercial site (you have one don't you?)
and post the link to the mailing list.  That's the proper way to do this
without irritating anyone.  That's what the whole concept of 'opt-in' is
all about.

Consider this saga a learning experience, but don't fret over it, and
certainly don't lose any sleep over it.  It's not 'that' big a deal.

We all still adore you for this fantastic mail server you've so
graciously provided us.

-- 
Stan


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

2012-05-17 Thread Noel Butler
It wasn't sent to the list, it was direct, therefore it IS spam

On Thu, 2012-05-17 at 16:24 +0200, Reindl Harald wrote:


 well, but what is exactly your problem with people offering professional
 support for dovecot which is ON-TOPIC if this are not 20 mails each day?
 






signature.asc
Description: This is a digitally signed message part


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

2012-05-17 Thread Noel Butler
On Thu, 2012-05-17 at 11:42 -0400, Bill Cole wrote:

 On 17 May 2012, at 10:56, Charles Marcus wrote:
 
  On 2012-05-17 10:20 AM, dovecot-20120...@billmail.scconsult.com wrote:
  On 17 May 2012, at 9:46, Charles Marcus wrote:
  Tim is working closely with Timo, and I'm sure got Timo's permission
  to send that email to list subscribers.
 
  I subscribed 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.
 


oh dear god, is that wanker marcus still on this list acting like a
nazi?  things never change



signature.asc
Description: This is a digitally signed message part


Re: [Dovecot] BEWARE: you might be supporting the lists owner!!

2012-05-17 Thread Linda Walsh

Jeff Kletsky wrote:
Even with good intent the message in question is clearly in 
violation of CAN-SPAM and Cal. Bus. Prof. Code Sec. 17529, of which 
the sender was informed of when my server was accessed.

---
   And you have proof of this?  That they received notice?  I assume 
you have

their signature?  Computers talking in the night doesn't count as 'proof'.


It was very clearly an electronic mail message the primary purpose of 
which is the commercial advertisement or promotion of a commercial 
product or service. 

===
   Really?  Dovecot is a commercial venture?  I thought it was free 
software.
Someone, with the personal permission of the list owner was allowed to 
mention that they would be willing to offer support for this product?   
Are you pissed because they didn't offer it for free?  This is a list 
about dovecot -- no where does it say it will be private nor that the 
email addresses on this list are protected from spam.  Dovecot isn't a 
private company. 


   It doesn't matter if it was good or bad intent.  You being on this list
of your own free will establishes a relationship of the sort that, if 
pre-existing, permits commercial offers.  If you don't want that ever 
again, otherwise by remaining on the list, you give some permission for 
occasional

messages that might be construed to offering services for money, that are
approved by the list owner.

   If it exceeds anyone's tolerance, including mine, I would believe 
any of us would have the same right to leave.  I don't think the list 
owner would want to abuse his position and cause wholesale departures.  
OTOH, I don't think this

rises anywhere near to the level of even the most minor offense.

   Personally, I found this discussion *about* the issue to have 
generated more traffic than all the spam I've gotten from this list in 
the past 6 months.


   So -- guess what?   I don't care.

   You might want to reconsider your demands on the list owner who has 
put together some fine quality software for your use -- for free.   
Otherwise,  you risk really looking like a completely self-centered 
pompous ass. 

And note,  this is based on current traffic levels from this list of 
such email (which are way exceeded by the people talking about it -- so 
it's completely irrational to argue about it occurring or not when the 
people complaining about it have generated over 10 times as much traffic 
in a few days.  As for the spam
levels from here.. My spam filters regularly take out about 30 spam 
messages/day
(based on the 1200+ messages in the past 40 days in my spam folder).  
Like 1
email from a list I subscribe to is gonna likely even be noticed by 
me??  Unlikely.


(normally a lurker, but someone who can't tolerate intolerance!  ;-)  )...






Re: [Dovecot] BEWARE: you might be supporting the lists owner!!

2012-05-17 Thread Tamsy

Linda Walsh wrote the following on 18.05.2012 10:32:

Jeff Kletsky wrote:
Even with good intent the message in question is clearly in 
violation of CAN-SPAM and Cal. Bus. Prof. Code Sec. 17529, of which 
the sender was informed of when my server was accessed.

---
   And you have proof of this?  That they received notice?  I assume 
you have
their signature?  Computers talking in the night doesn't count as 
'proof'.



It was very clearly an electronic mail message the primary purpose 
of which is the commercial advertisement or promotion of a commercial 
product or service. 

===
   Really?  Dovecot is a commercial venture?  I thought it was free 
software.
Someone, with the personal permission of the list owner was allowed to 
mention that they would be willing to offer support for this 
product?   Are you pissed because they didn't offer it for free?  This 
is a list about dovecot -- no where does it say it will be private nor 
that the email addresses on this list are protected from spam.  
Dovecot isn't a private company.
   It doesn't matter if it was good or bad intent.  You being on this 
list
of your own free will establishes a relationship of the sort that, if 
pre-existing, permits commercial offers.  If you don't want that ever 
again, otherwise by remaining on the list, you give some permission 
for occasional

messages that might be construed to offering services for money, that are
approved by the list owner.

   If it exceeds anyone's tolerance, including mine, I would believe 
any of us would have the same right to leave.  I don't think the list 
owner would want to abuse his position and cause wholesale 
departures.  OTOH, I don't think this

rises anywhere near to the level of even the most minor offense.

   Personally, I found this discussion *about* the issue to have 
generated more traffic than all the spam I've gotten from this list in 
the past 6 months.


   So -- guess what?   I don't care.

   You might want to reconsider your demands on the list owner who has 
put together some fine quality software for your use -- for free.   
Otherwise,  you risk really looking like a completely self-centered 
pompous ass.
And note,  this is based on current traffic levels from this list of 
such email (which are way exceeded by the people talking about it -- 
so it's completely irrational to argue about it occurring or not when 
the people complaining about it have generated over 10 times as much 
traffic in a few days.  As for the spam
levels from here.. My spam filters regularly take out about 30 spam 
messages/day
(based on the 1200+ messages in the past 40 days in my spam folder).  
Like 1
email from a list I subscribe to is gonna likely even be noticed by 
me??  Unlikely.


(normally a lurker, but someone who can't tolerate intolerance!  ;-)  
)...





Well said Linda!

All that noise because of one mail offering some paid support is so 
unnecessary!


The Delete-Button is just one click away and in case something like this 
happens too often what for do we have this wonderful Sieve to this great 
Dovecot-software? ;-)