[Dovecot] POP3 message not deleted

2007-09-21 Thread Gabriele Fergola
Hi,
i start today my new mail server with dovecot with about 2000 User on it.
i don't know if it's a problem or not but when a client connect in pop3 the
message keep on the server.

Sep 21 10:53:37 cnetmbox dovecot: pop3-login: Login: user=[EMAIL PROTECTED],
method=PLAIN, rip=XXX.XXX.XXX.XXX, lip=XXX.XXX.XXX.XXX
Sep 21 10:53:37 cnetmbox dovecot: POP3([EMAIL PROTECTED]):
Disconnected: Logged out top=0/0, retr=0/0, del=0/1, size=2595


Thank you for help
Workino


Re: [Dovecot] POP3 message not deleted

2007-09-21 Thread Gabriele Fergola
Ralf,
thank you in advance for your answer.

No i try it and my message is on the server and the client is not set to do
it.

my dovecot -n

# 1.0.4: /etc/dovecot//dovecot.conf
base_dir: /var/run/dovecot/
protocols: imap pop3 imaps pop3s
ssl_disable: yes
disable_plaintext_auth: no
shutdown_clients: no
login_dir: /var/run/dovecot//login
login_executable(default): /usr/local/libexec/dovecot/imap-login
login_executable(imap): /usr/local/libexec/dovecot/imap-login
login_executable(pop3): /usr/local/libexec/dovecot/pop3-login
login_greeting_capability(default): yes
login_greeting_capability(imap): yes
login_greeting_capability(pop3): no
first_valid_uid: 5000
mail_location: maildir:/mbox/%d/%u/Maildir
mail_executable(default): /usr/local/libexec/dovecot/imap
mail_executable(imap): /usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/pop3
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3): quota
mail_plugin_dir(default): /usr/local/lib/dovecot/imap
mail_plugin_dir(imap): /usr/local/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
namespace:
  type: private
  separator: .
  prefix: INBOX.
  inbox: yes
auth default:
  passdb:
driver: pam
  passdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
  userdb:
driver: passwd
  userdb:
driver: sql
args: /etc/dovecot/dovecot-sql.conf
  socket:
type: listen
master:
  path: /var/run/dovecot/auth-master
  mode: 384
  user: vmail
  group: mail
plugin:
  quota: dict: proxy::quota
dict:
  quota: mysql:/etc/dovecot/dovecot-dict-quota.conf

And in the log i can't see anything about an permission error...

Workino

On 9/21/07, Ralf Hildebrandt [EMAIL PROTECTED] wrote:

 * Gabriele Fergola [EMAIL PROTECTED]:
  Hi,
  i start today my new mail server with dovecot with about 2000 User on
 it.
  i don't know if it's a problem or not but when a client connect in pop3
 the
  message keep on the server.
 
  Sep 21 10:53:37 cnetmbox dovecot: pop3-login: Login: user=
 [EMAIL PROTECTED],
  method=PLAIN, rip=XXX.XXX.XXX.XXX, lip=XXX.XXX.XXX.XXX
  Sep 21 10:53:37 cnetmbox dovecot: POP3([EMAIL PROTECTED]):
  Disconnected: Logged out top=0/0, retr=0/0, del=0/1, size=2595

 Maybe the users uses leave mail on server

 --
 Ralf Hildebrandt ([EMAIL PROTECTED])
 [EMAIL PROTECTED]
 Postfix - Einrichtung, Betrieb und Wartung   Tel. +49 (0)30-450
 570-155
 http://www.arschkrebs.de
 How would you rate our government's incompetence?
 Typical unix response:   Unmatched .



Re: [Dovecot] POP3 message not deleted

2007-09-21 Thread Gabriele Fergola
UUPPP

Ok i admint it...
my client was configured for keep the message on the server :P

Mail.app (os X) keep the message on the server for one week...

But i don't think all other client is configure for kepp the message on the
server.

the best for everyone
Workino

On 9/21/07, Gabriele Fergola [EMAIL PROTECTED] wrote:

 Ralf,
 thank you in advance for your answer.

 No i try it and my message is on the server and the client is not set to
 do it.

 my dovecot -n

 # 1.0.4: /etc/dovecot//dovecot.conf
 base_dir: /var/run/dovecot/
 protocols: imap pop3 imaps pop3s
 ssl_disable: yes
 disable_plaintext_auth: no
 shutdown_clients: no
 login_dir: /var/run/dovecot//login
 login_executable(default): /usr/local/libexec/dovecot/imap-login
 login_executable(imap): /usr/local/libexec/dovecot/imap-login
 login_executable(pop3): /usr/local/libexec/dovecot/pop3-login
 login_greeting_capability(default): yes
 login_greeting_capability(imap): yes
 login_greeting_capability(pop3): no
 first_valid_uid: 5000
 mail_location: maildir:/mbox/%d/%u/Maildir
 mail_executable(default): /usr/local/libexec/dovecot/imap
 mail_executable(imap): /usr/local/libexec/dovecot/imap
 mail_executable(pop3): /usr/local/libexec/dovecot/pop3
 mail_plugins(default): quota imap_quota
 mail_plugins(imap): quota imap_quota
 mail_plugins(pop3): quota
 mail_plugin_dir(default): /usr/local/lib/dovecot/imap
 mail_plugin_dir(imap): /usr/local/lib/dovecot/imap
 mail_plugin_dir(pop3): /usr/local/lib/dovecot/pop3
 pop3_uidl_format(default):
 pop3_uidl_format(imap):
 pop3_uidl_format(pop3): %08Xu%08Xv
 namespace:
   type: private
   separator: .
   prefix: INBOX.
   inbox: yes
 auth default:
   passdb:
 driver: pam
   passdb:
 driver: sql
 args: /etc/dovecot/dovecot-sql.conf
   userdb:
 driver: passwd
   userdb:
 driver: sql
 args: /etc/dovecot/dovecot-sql.conf
   socket:
 type: listen
 master:
   path: /var/run/dovecot/auth-master
   mode: 384
   user: vmail
   group: mail
 plugin:
   quota: dict: proxy::quota
 dict:
   quota: mysql:/etc/dovecot/dovecot-dict-quota.conf

 And in the log i can't see anything about an permission error...

 Workino

 On 9/21/07, Ralf Hildebrandt  [EMAIL PROTECTED] wrote:
 
  * Gabriele Fergola  [EMAIL PROTECTED]:
   Hi,
   i start today my new mail server with dovecot with about 2000 User on
  it.
   i don't know if it's a problem or not but when a client connect in
  pop3 the
   message keep on the server.
  
   Sep 21 10:53:37 cnetmbox dovecot: pop3-login: Login: user=
  [EMAIL PROTECTED],
   method=PLAIN, rip=XXX.XXX.XXX.XXX, lip=XXX.XXX.XXX.XXX
   Sep 21 10:53:37 cnetmbox dovecot: POP3( [EMAIL PROTECTED]):
   Disconnected: Logged out top=0/0, retr=0/0, del=0/1, size=2595
 
  Maybe the users uses leave mail on server
 
  --
  Ralf Hildebrandt ( [EMAIL PROTECTED])
  [EMAIL PROTECTED]
  Postfix - Einrichtung, Betrieb und Wartung   Tel. +49 (0)30-450
  570-155
  http://www.arschkrebs.de
  How would you rate our government's incompetence?
  Typical unix response:   Unmatched .
 




Re: [Dovecot] POP3 message not deleted

2007-09-21 Thread Ralf Hildebrandt
* Gabriele Fergola [EMAIL PROTECTED]:
 Hi,
 i start today my new mail server with dovecot with about 2000 User on it.
 i don't know if it's a problem or not but when a client connect in pop3 the
 message keep on the server.
 
 Sep 21 10:53:37 cnetmbox dovecot: pop3-login: Login: user=[EMAIL PROTECTED],
 method=PLAIN, rip=XXX.XXX.XXX.XXX, lip=XXX.XXX.XXX.XXX
 Sep 21 10:53:37 cnetmbox dovecot: POP3([EMAIL PROTECTED]):
 Disconnected: Logged out top=0/0, retr=0/0, del=0/1, size=2595

Maybe the users uses leave mail on server

-- 
Ralf Hildebrandt ([EMAIL PROTECTED]) [EMAIL PROTECTED]
Postfix - Einrichtung, Betrieb und Wartung   Tel. +49 (0)30-450 570-155
http://www.arschkrebs.de
How would you rate our government's incompetence?
Typical unix response:   Unmatched .