Displaying 20 results from an estimated 1263 matches for "mailserver".
2005 Dec 13
0
mailserver pop3-login: Disconnected
...have experienced the following problems. I have
recreated all the users and reconfigured the
dovecot,but the same problems occur.
Please see attached /var/log/maillog messages
It appears so users login whereas others
cant.Eventually after about an hour none of the users
can login.
Dec 13 08:42:38 mailserver pop3-login: Login: robin
[::ffff:192.168.1.103]
Dec 13 08:42:53 mailserver pop3-login: Disconnected
[::ffff:192.168.1.246]
Dec 13 08:43:04 mailserver sendmail[16422]:
jBD6fU3g016421: to=<Luis@dubaisa.co.za>,
delay=00:01:32, xdelay=00:00:30, mailer=local,
pri=68583, dsn=2.0.0, stat=Sent
Dec 13...
2011 Mar 04
0
strange problem receiving mails
...older of account bad. Not appears the name of uid,
appears the name of user mail, for ex:
drwx------ 5 exemple Domain Users 4,0K 2011-03-04 13:28
exemple
drwx------ 9 exemple Domain Users 4,0K 2011-03-04 13:29
exemple.usermail
Log filteered:
Mar 4 13:28:21 mailserver deliver(exemple): Loading modules from directory:
/usr/lib/dovecot/modules/lda
Mar 4 13:28:21 mailserver deliver(exemple): Module loaded:
/usr/lib/dovecot/modules/lda/
lib10_quota_plugin.so
Mar 4 13:28:21 mailserver dovecot: auth(default): master in:
USER^I1^Iunesco^Iservice=deliver
Mar 4 13:28:...
2014 Jul 23
1
SSL certificate problem (SSL alert number 42)
...0
}
service auth {
client_limit = 6000
}
ssl_ca = </etc/pki/company/cacert.pem
ssl_cert = </etc/pki/company/company.crt
ssl_cipher_list = ALL:!LOW
ssl_key = </etc/pki/company/company.key
userdb {
driver = passwd
}
verbose_ssl = yes
Records posted to Dovecot log file:
Jul 23 11:01:26 mailserver dovecot: imap-login: Warning: SSL: where=0x10, ret=1: before/accept initialization [10.x.x.x]
Jul 23 11:01:26 mailserver dovecot: imap-login: Warning: SSL: where=0x2001, ret=1: before/accept initialization [10.x.x.x]
Jul 23 11:01:26 mailserver dovecot: imap-login: Warning: SSL: where=0x2002, ret=-1...
2008 Sep 16
2
Dovecot LDA and quota
Hi List,
I recently upgraded to Dovecot 1.1.3 on FreeBSD and got into trouble
over the quotas. We implemented per-user quotas using
plugin {
quota = maildir
}
and
protocol lda {
mail_plugins = quota
}
We use a passwd-file userdb with extra fields, which used to be
quota=maildir:storage:<bytes>
which I changed to
quota_rule=*:bytes:<bytes>
What
2007 Sep 26
1
strange fsync errors
Hi all,
I'm using dovecot since a few months and it works great.
But a few days ago some coworkers mentioned that they got
errormessages in their Mailapp.
I searched in the logfiles and found this:
Sep 14 12:07:35 Mailserv dovecot: IMAP(eckhard-ma-domain-com):
fsync(/home/eckhard-ma-domain-com/mails/.INBOX.0002-Druckangebote von
Druckereien.0002-schmerk
2013 Aug 20
2
mail server: sendmail with integrated AD
I'm preparing my new Sendmail mail server with pop3s + smtps where user
authentication occurs through Microsoft Active Directory by Winbind daemon.
OS is Centos 6.4 and Sendmail is 8.14
Mailboxes will be in this server but how to create them !??!
It's necessary to add user by 'useradd' command into /etc/passwd or It's
only necessary add new entry in '/etc/aliases'
2008 Jan 22
4
1.1beta14 cache bug ?
Helo all,
After enable auth_cache_size = 20480 and auth_cache_ttl = 0, dovecot
stops working for users that are in cache. See the log bellow:
1 - POP3 session OK
jan 22 14:02:59 mailserver--03 dovecot: auth(default): client in: AUTH
1 PLAIN service=pop3 lip=10.0.149.3 rip=10.0.2.2
resp=<hidden>
Jan 22 14:02:59 mailserver--03 dovecot: auth(default):
cache(teste2 at xxxx.com.br,10.0.2.2): miss
Jan 22 14:02:59 mailserver--03 dovecot: auth(default):
ldap(teste2 at xxxx....
2011 Jul 20
2
Thundebird 5.0 stuck until FETCH is done
...'m using thunderbird 5.0 with dovecot 1.0.15. My client stuck
downloading IMAP header every 10-15' Until the FETCH is done from 1 to
76687 (it's needs a looong time), my client isn't usable
Could you help me to fix this issue?
Below the log.
Thank you
2680[9cc6d00]: 9ccf800:mailserver:A:CreateNewLineFromSocket: * FLAGS
(\Answered \Flagged \Deleted \Seen \Draft unknown-1 unknown-0 unknown-7
unknown-2 unknown-3 unknown-4 unknown-5 unknown-8 unknown-6 unknown-11
NonJunk unknown-9 $MDNSent unknown-10 $Forwarded)
2680[9cc6d00]: 9ccf800:mailserver:A:CreateNewLineFromSocket: * OK
[...
2015 Apr 23
4
How do you join a Linux mailserver to a Samba domain?
I'm running Samba 4.1.6, Ubuntu 14.04 with Dovecot, Postfix & SOGo
When I try to connect to the mailserver via Thunderbird, it gives me a
specific error --
Unable to open the summary file for Inbox. Perhaps there was an error on
disc, or the full path is too long.
I've looked at (and reset) file permissions on the local drive where
mail is stored but not the mailserver, and I'm wondering wh...
2009 Mar 02
2
Deliver error - fdatasync_path
I see the following history in my log during message delivery:
Mar 1 13:35:09 mailserver postfix/pickup[21464]: 5FAFC2A002: uid=0
from=<root>
Mar 1 13:35:09 mailserver postfix/cleanup[21526]: 5FAFC2A002:
message-id=<20090301213509.5FAFC2A002 at mailserver.amfeslan.local>
Mar 1 13:35:09 mailserver postfix/qmgr[21429]: 5FAFC2A002:
from=<root at mailserver.amfeslan.loc...
2003 Dec 08
1
MySQL passdb backend (mysql_init)?
Greetings All,
I am trying to use MySQL4 as the backend for authentication through Samba 3.0.0. When I finally got it to compile ok (damn that mysql/mysql.h) I cannot get it to work. Below you'll find the log transcript from when I try to connect with any client -- smbclient in this case. And yes, I have the MySQL-part setup correctly using the example mysql.dump from the dist and the user
2006 Feb 08
1
[Bug 444] New: REDIRECT not working in kernel 2.6.16-rc[12] as before (<= 2.6.15.x)
...All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: NAT
AssignedTo: laforge@netfilter.org
ReportedBy: spiney@spiney.org
Hello,
I used the following two lines on my notebook for a long time to get to an
external mailserver at a place where outbound tcp port 25 connections are
blocked but SSH is allowed: (using REDIRECT so no change of mail client
configuration was necessary)
iptables -t nat -I OUTPUT -p tcp -d $MAILSERVER --dport 25 \
-j REDIRECT --to 10025
ssh -L 10025:localhost:25 $MAILSERVER
Tel...
2003 Apr 15
3
SNAT or DNAT or what?
Hello,
I have a Debian-Woody-3.0 Router with 3 NIC''s.
Kernelversion 2.4.18
+------------+ +-------------+
| | | |
|192.168.1.1 | | 192.168.2.1 |
| DSL-Router | | ISDN-Router |
+------------+ +-------------+
| |
2009 Mar 01
1
Remote storage
What options are available for remote storage, i.e. storage devices
directly mounted on the machine running Dovecot? I've seen discussions
of NFS usage - but my experiences with NFS in times past have been
poor. CIFS has worked well for me for non-mail use - would this be
suitable? Or is there another method I've not considered?
--
Daniel
2015 Feb 27
2
Dovecot & LDAP Take #2: Authentication failed and logging
This is the user DN:
> cn=Klara Fall,ou=People,dc=[domainname],dc=de
According to your Dovecot configuration
> auth_bind_userdn = cn=%u,ou=People,dc=**[domainname]**,dc=de
if you login with "klarafall" it will be expanded into
cn=klarafall,ou=People,dc=[domainname],dc=de
which is not the correct DN for Mrs Klara.
So if you login with "Klara Fall" it should work,
2007 May 10
2
Tracing an IP of a user who deleted the message
Hello,
Dovecot writes to the log file lines like these:
May 10 13:19:04 mailserver dovecot: IMAP(office): copy -> Trash: uid=1131, msgid=<45E669BE.8090705 at example.com>, box=Sent
May 10 13:19:05 mailserver dovecot: IMAP(office): deleted: uid=1131, msgid=<45E669BE.8090705 at example.com>, box=Sent
May 10 13:53:08 mailserver dovecot: IMAP(office): copy -> Trash:...
2008 Dec 09
8
pop3 attack
I was looking at my maillog and it looks like someone is trying to get
into my pop3 server.
Dec 9 15:28:54 mailserver dovecot: pop3-login: Aborted login: user=<alexis>, method=PLAIN, rip=::ffff:66.167.184.203, lip=::ffff:192.168.1.2
Dec 9 15:29:08 mailserver dovecot: pop3-login: Aborted login: user=<alfonso>, method=PLAIN, rip=::ffff:66.167.184.203, lip=::ffff:192.168.1.2
Dec 9 15:29:14 mailserver do...
2017 May 29
1
mailserver.users does not exist
...;
aj at example.com>, method=PLAIN, rip=, lip=, mpid=10879, TLS, ses...QOQBg9rlR>
May 28 20:18:42 AmaechiJ dovecot[10516]: imap(aj at example.com): Connection
closed in=116 out=1311
May 28 20:20:32 AmaechiJ dovecot[10516]: auth-worker(10892): Warning:
mysql: Query failed, retrying: Table 'mailserver.users' doesn't exist
May 28 20:20:32 AmaechiJ dovecot[10516]: auth-worker(10892): Error: sql(
aj at example.com,): User query failed: Table 'mailserver.users' doesn't exist
May 28 20:20:32 AmaechiJ dovecot[10516]: imap-login: Login: user=<
aj at example.com>, method=PLAIN,...
2010 Aug 19
1
Director mailserver health monitoring script
Timo et al;
The last bit of functionality that the Dovecot director is missing
compared to our existing load balancers is mailserver health monitoring.
As I understand it, if a mailserver goes down, Dovecot does not take any
action to route connections around the offline node, and will keep
trying to proxy clients to it. Since we're hoping to cut over to
Directors soon, but don't want to lose any functionality, I've...
2015 Apr 24
3
How do you join a Linux mailserver to a Samba domain?
...ternet: www.tropenklinik.de
-----Urspr?ngliche Nachricht-----
Von: samba-bounces at lists.samba.org [mailto:samba-bounces at lists.samba.org] Im
Auftrag von Steve Ankeny
Gesendet: Freitag, 24. April 2015 13:40
An: Bob Miller; samba at lists.samba.org
Betreff: Re: [Samba] How do you join a Linux mailserver to a Samba domain?
thx, Bob . . .
The e-mail problems appears to be a permissions and summary file issue.
I gave the users Administrative permissions, and everything worked
perfectly. Then I compacted the folders and rebuilt the summary files, took
away Administrator permissions, and everything...