Displaying 20 results from an estimated 934 matches for "newmail".
2006 Jun 02
2
outlook express 6 imap client workaround
My outlook express users connecting with imap are having issues with
client timeout. The wiki says to add oe6-fetch-no-newmail, but when I
add that workaround I get this error in the logs:
Jun 2 10:00:13 mail dovecot: IMAP(username): Unknown client workaround:
oe6-fetch-no-newmail
I'm using 1.0b7. Any ideas?
2005 Apr 08
3
Outlook express confusion
Hi,
This may be a problem with my config file but I am finding that
customers (and more importantly my boss) that are using outlook express
when using test66/67 (upgraded from test60 + from address patch) are
having message reappear after being fully deleted (not just marked) but
are unreadable, sometimes blank headers appear too but again no message.
Since it is affecting my boss he has told me
2009 Mar 27
1
outlook problem if TLS mailsettings are off
...ork again)
with POP3 mailbox both variants are working smoothly.
Other ssl/tls settings:
ssl_disable = no
login_process_per_connection = yes
using or not using following makes no difference...
imap_client_workarounds(default): outlook-idle delay-newmail
imap_client_workarounds(imap): outlook-idle delay-newmail
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
I'm sad - but I cant force SSL/TLS for my users - so I cant "solve" this by using "disable_plaintext_auth = yes"
Is there any way out of the dark?
my data...
2013 Feb 24
4
Deleted / read mails show up as new on remote imap clients
...tfix
mode = 0660
user = postfix
}
}
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_cipher_list =
ALL:!LOW:!SSLv2:ALL:!aNULL:!ADH:!eNULL:!EXP:RC4+RSA:+HIGH:+MEDIUM
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
driver = passwd
}
protocol imap {
imap_client_workarounds = delay-newmail
mail_max_userip_connections = 10
}
protocol pop3 {
mail_max_userip_connections = 10
pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
}
protocol lda {
deliver_log_format = msgid=%m: %$
mail_plugins = sieve sieve
postmaster_address = postmaster
quota_full_tempfail = yes
rej...
2012 Jun 08
1
dovecot ignores entries in virtual_alias_maps when using dovecot lda
hello list,
i need help. dovecot dont look into my virtual_alias_maps .
i set via postzfixadmin an alias postmaster at domain.tld to
newmail at domainother.tld.
when i send mails to postmaster at domain.tld mails are rejected. dovecot
authworker tells
me in log: user unknown.
but i can request the data via postmap -v -q postmaster at domain.tld
mysql:/etc/postfix/mysql_virtual_alias.cf
and get result "newmail at domainother.tld&q...
2012 Jan 20
3
get_docid???
my $mset = $enq->get_mset($nstart,$nrecords);
for(my $mit=$mset->begin(); $mit != $mset->end();$mit++) {
my $doc = $mit->get_document();
my $dat = $doc->get_data();
my $id = $doc->get_docid();
}
[Fri Jan 20 10:35:06 2012] newmail.cgi: Can't locate
auto/Search/Xapian/Document/get_docid.al in @INC (@INC contains:
/etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1
/usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 /usr/share/perl/5.10
/usr/local/lib/site_perl .) at newmail.cgi line 286
From the api at...
2001 Aug 13
1
[PATCH] Maildir support
...= malloc(pathlen);
+
+ snprintf(dirname, pathlen, "%s/new", mailbox);
+ newdir = opendir(dirname);
+
+ snprintf(dirname, pathlen, "%s/cur", mailbox);
+ curdir = opendir(dirname);
+ free(dirname);
+
+ if (newdir && curdir) {
+ long newmail = -2;
+ long curmail = -2;
+ char buf[64];
+
+ while (readdir(newdir))
+ newmail++;
+ closedir(newdir);
+ while (readdir(curdir))
+ curmail++;
+ closedir(curdir);
+
+ if (curmail > 0 || newmail > 0) {
+ sprintf(buf, "You have ");
+ if (newmail > 0)...
1999 May 06
0
Samba Newbie Questions
...s dgram udp wait root /usr/local/sbin/nmbd nmbd
All of the configuration files are in /usr/local/etc (this is where
the FreeBSD port compiles the default location), and I do think they
are being read. What has been really bothering me is from my syslogd
messages,
May 4 19:20:21 newmail inetd[130]: netbios-ns/udp: bind: Address already in use
May 4 19:30:21 newmail inetd[130]: netbios-ns/udp: bind: Address already in use
May 4 19:40:21 newmail inetd[130]: netbios-ns/udp: bind: Address already in use
..
..
..
May 5 00:00:22 newmail inetd[130]: netbios-ns/udp: bind: Address alrea...
2011 Feb 08
1
multiple domains
...exec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/lib64/dovecot/imap
mail_plugin_dir(imap): /usr/lib64/dovecot/imap
mail_plugin_dir(pop3): /usr/lib64/dovecot/pop3
imap_client_workarounds(default): delay-newmail outlook-idle netscape-eoh
imap_client_workarounds(imap): delay-newmail outlook-idle netscape-eoh
imap_client_workarounds(pop3): outlook-idle
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
username_format: %Lu...
2007 Dec 12
2
1.1 beta 11 - no quota warnings
...(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
imap_client_workarounds(default): outlook-idle delay-newmail
imap_client_workarounds(imap): outlook-idle delay-newmail
imap_client_workarounds(pop3):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
user: nobody
verbose: yes
debug: yes
passdb:
driver: sql
a...
2005 Aug 11
1
Migrating UW-POP3 mbox storage to Dovecot POP3 mbox storage
...users are trying to get their mail they
can login but Dovecot is complaining about some IMAP dirs missing, see attached
docs. I would like to still use POP3 and mbox with Dovecot, is this possible ?
I would rather not have to change the user files.
Errors from /var/log/maillog:
Aug 11 13:25:15 newmail pop3-login: Login: user0001 [::ffff:82.237.232.61]
Aug 11 13:25:15 newmail pop3(user0001): mbox: Can't create root IMAP
folder /local/home/user0001/mail: Permission denied
Aug 11 13:25:15 newmail pop3(user0001): Failed to create storage with data:
mbox:/var/spool/mail/user0001
Aug 11 13:25:15...
2008 Apr 14
1
dovecot-deliver auth-master error
...exec/dovecot/imap
mail_executable(imap): /usr/libexec/dovecot/imap
mail_executable(pop3): /usr/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
imap_client_workarounds(default): delay-newmail outlook-idle netscape-eoh
imap_client_workarounds(imap): delay-newmail outlook-idle netscape-eoh
imap_client_workarounds(pop3): outlook-idle
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
username_form...
2008 Oct 29
1
Dovecot failing to save email
.../pop3
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3): quota
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
imap_client_workarounds(default): outlook-idle delay-newmail
imap_client_workarounds(imap): outlook-idle delay-newmail
imap_client_workarounds(pop3): outlook-idle
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
mechanisms: plain login
user: nobody
passdb:
driver...
2008 Nov 11
1
Error: Maximum number of mail processes exceeded
...s(pop3): quota
mail_plugins(managesieve):
mail_plugin_dir(default): /usr/lib64/dovecot/imap
mail_plugin_dir(imap): /usr/lib64/dovecot/imap
mail_plugin_dir(pop3): /usr/lib64/dovecot/pop3
mail_plugin_dir(managesieve): /usr/lib64/dovecot/managesieve
imap_client_workarounds(default): outlook-idle delay-newmail
imap_client_workarounds(imap): outlook-idle delay-newmail
imap_client_workarounds(pop3): outlook-idle
imap_client_workarounds(managesieve): outlook-idle
sieve_storage(default):
sieve_storage(imap):
sieve_storage(pop3):
sieve_storage(managesieve): ~/sieve
sieve(default):
sieve(imap):
sieve(pop3):
si...
2007 Oct 23
2
POP3/IMAP newbie question
...tocreate
mail_plugins(imap): quota trash dspam expire autocreate
mail_plugins(pop3): quota expire
mail_plugin_dir(default): /usr/lib/dovecot/modules/imap
mail_plugin_dir(imap): /usr/lib/dovecot/modules/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/modules/pop3
imap_client_workarounds(default): delay-newmail outlook-idle
imap_client_workarounds(imap): delay-newmail outlook-idle
imap_client_workarounds(pop3):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
mechanisms: plain login gssapi
username_format: %n
pass...
2008 Oct 22
1
Dovecot+PostfixAdmin+PostgreSQL on FreeBSD 7
...xecutable(imap): /usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/pop3
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
imap_client_workarounds(default): delay-newmail netscape-eoh
tb-extra-mailbox-sep
imap_client_workarounds(imap): delay-newmail netscape-eoh
tb-extra-mailbox-sep
imap_client_workarounds(pop3):
pop3_enable_last(default): no
pop3_enable_last(imap): no
pop3_enable_last(pop3): yes
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_...
2010 Aug 18
2
REpeated e-mail
...imap): /usr/dovecot/libexec/dovecot/imap
mail_executable(pop3): /usr/dovecot/libexec/dovecot/pop3
mail_plugin_dir(default): /usr/dovecot/lib/dovecot/imap
mail_plugin_dir(imap): /usr/dovecot/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/dovecot/lib/dovecot/pop3
imap_client_workarounds(default): delay-newmail netscape-eoh tb-extra-mailbox-sep
imap_client_workarounds(imap): delay-newmail netscape-eoh tb-extra-mailbox-sep
imap_client_workarounds(pop3):
pop3_no_flag_updates(default): no
pop3_no_flag_updates(imap): no
pop3_no_flag_updates(pop3): yes
pop3_enable_last(default): no
pop3_enable_last(imap): no
p...
2007 Oct 03
5
Postfix with Deliver (LDA) - user unknown
...: 1024
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3):
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
imap_client_workarounds(default): delay-newmail outlook-idle
netscape-eoh tb-extra-mailbox-sep
imap_client_workarounds(imap): delay-newmail outlook-idle netscape-eoh
tb-extra-mailbox-sep
imap_client_workarounds(pop3): outlook-idle
pop3_uidl_format(default):
pop3_uidl_format(imap):
pop3_uidl_format(pop3): %08Xu%08Xv
pop3_client_workarounds(defaul...
2007 Nov 17
1
mailbox size limit
.../pop3
mail_plugins(default): quota imap_quota
mail_plugins(imap): quota imap_quota
mail_plugins(pop3): quota
mail_plugin_dir(default): /usr/lib/dovecot/imap
mail_plugin_dir(imap): /usr/lib/dovecot/imap
mail_plugin_dir(pop3): /usr/lib/dovecot/pop3
imap_client_workarounds(default): outlook-idle delay-newmail
imap_client_workarounds(imap): outlook-idle delay-newmail
imap_client_workarounds(pop3): outlook-idle
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
auth default:
mechanisms: plain login
passdb:
driver: sql
args:...
2011 May 18
3
Dovecot deliver
...xecutable(imap): /usr/local/libexec/dovecot/imap
mail_executable(pop3): /usr/local/libexec/dovecot/pop3
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
imap_client_workarounds(default): delay-newmail outlook-idle
netscape-eoh tb-extra-mailbox-sep
imap_client_workarounds(imap): delay-newmail outlook-idle netscape-eoh
tb-extra-mailbox-sep
imap_client_workarounds(pop3):
pop3_client_workarounds(default):
pop3_client_workarounds(imap):
pop3_client_workarounds(pop3): outlook-no-nuls oe-ns-eoh
lda:...