Displaying 20 results from an estimated 2000 matches similar to: "detect suspicious logins"
2017 Dec 20
0
detect suspicious logins
On Tue, 19 Dec 2017 17:13:10 +0000
Matthew Broadhead <matthew.broadhead at nbmlaw.co.uk> wrote:
> does anyone know of a linux module (maybe similar to fail2ban) that
> could be installed which would monitor email logs (sign ins) and
> alert the user to any suspicious activity on their account? i
> suspect it would need to log geo location, device type and ip address
> to a
2016 Nov 06
0
sieve sending vacation message from vmail@ns1.domain.tld
it seemed like a simple configuration issue. i was hoping someone could
point me in the right direction. seems i was wrong. i may as well
unsubscribe this list as there is not much help here
On 02/11/2016 18:29, Matthew Broadhead wrote:
> is there something more i need to be doing my end?
>
> On 25/10/2016 09:11, Matthew Broadhead wrote:
>> are there any instructions or tests
2016 Oct 25
0
sieve sending vacation message from vmail@ns1.domain.tld
are there any instructions or tests i can make to check the sieve
configuration? or does the magic all happen internally and there are no
settings to change?
On 21/10/2016 10:22, Matthew Broadhead wrote:
> the server is using CentOS 7 and that is the package that comes
> through yum. everything is up to date. i am hesitant to install a
> new package manually as that could cause
2016 Oct 20
0
sieve sending vacation message from vmail@ns1.domain.tld
Op 10/20/2016 om 7:38 PM schreef Matthew Broadhead:
> do i need to provide more information?
>
It still doesn't make sense to me. I do notice that the version you're
using is ancient (dated 26-09-2013), which may well the problem.
Do have the ability to upgrade?
Regards,
Stephan.
> On 19/10/2016 14:49, Matthew Broadhead wrote:
>> /var/log/maillog showed this
>>
2016 Oct 19
0
sieve sending vacation message from vmail@ns1.domain.tld
/var/log/maillog showed this
Oct 19 13:25:41 ns1 postfix/smtpd[1298]: 7599A2C19C6:
client=unknown[127.0.0.1]
Oct 19 13:25:41 ns1 postfix/cleanup[1085]: 7599A2C19C6:
message-id=<edc55a9b-eb49-3945-dc60-0e1d51a78e97 at nbmlaw.co.uk>
Oct 19 13:25:41 ns1 postfix/qmgr[1059]: 7599A2C19C6:
from=<matthew.broadhead at nbmlaw.co.uk>, size=3190, nrcpt=1 (queue active)
Oct 19 13:25:41 ns1
2016 Nov 02
2
sieve sending vacation message from vmail@ns1.domain.tld
is there something more i need to be doing my end?
On 25/10/2016 09:11, Matthew Broadhead wrote:
> are there any instructions or tests i can make to check the sieve
> configuration? or does the magic all happen internally and there are
> no settings to change?
>
> On 21/10/2016 10:22, Matthew Broadhead wrote:
>> the server is using CentOS 7 and that is the package that
2016 Oct 20
2
sieve sending vacation message from vmail@ns1.domain.tld
do i need to provide more information?
On 19/10/2016 14:49, Matthew Broadhead wrote:
> /var/log/maillog showed this
> Oct 19 13:25:41 ns1 postfix/smtpd[1298]: 7599A2C19C6:
> client=unknown[127.0.0.1]
> Oct 19 13:25:41 ns1 postfix/cleanup[1085]: 7599A2C19C6:
> message-id=<edc55a9b-eb49-3945-dc60-0e1d51a78e97 at nbmlaw.co.uk>
> Oct 19 13:25:41 ns1 postfix/qmgr[1059]:
2017 Dec 19
3
detect suspicious logins
does anyone know of a linux module (maybe similar to fail2ban) that
could be installed which would monitor email logs (sign ins) and alert
the user to any suspicious activity on their account? i suspect it
would need to log geo location, device type and ip address to a
database. it seems like a module like this would be very useful and
should exist already? thanks in advance
2016 Oct 21
3
sieve sending vacation message from vmail@ns1.domain.tld
the server is using CentOS 7 and that is the package that comes through
yum. everything is up to date. i am hesitant to install a new package
manually as that could cause other compatibility issues? is there
another way to test the configuration on the server?
On 21/10/2016 01:07, Stephan Bosch wrote:
> Op 10/20/2016 om 7:38 PM schreef Matthew Broadhead:
>> do i need to provide
2017 Apr 19
1
javamail imap listing
Hi Michael,
Geronimo JavaMail hard defaults to / separator. If the separator is
manually set to undefined it automatically calculates the separator
correctly.
However neither through JavaMail or by command line does
LIST "." "*"
or
LIST . "*"
produce any root listing of default folder on my Dovecot installation.
Only
LIST "" "*"
produces a
2017 Apr 19
0
javamail imap listing
"A non-empty reference name argument is the name of a mailbox or a level of mailbox hierarchy, and indicates the context in which the mailbox name is interpreted."
If Dovecot is using "." as the separator in the base level of hierarchy, then it correctly is returning nothing for 'LIST / "*"' - since no mailboxes in Dovecot live under that base level of
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
Also, please provide an example scenario; i.e., for one problematic
delivery provide:
- The values of the variables substituted in the dovecot-lda command
line; i.e., provide that command line.
- The incoming e-mail message.
Regards,
Stephan.
Op 19-10-2016 om 12:43 schreef Matthew Broadhead:
> dovecot is configured by sentora control panel to a certain extent. if
> you want those
2016 Oct 19
3
sieve sending vacation message from vmail@ns1.domain.tld
Op 19-10-2016 om 13:47 schreef Matthew Broadhead:
> i am not 100% sure how to give you the information you require.
>
> my current setup in /etc/postfix/master.cf is
> flags=DRhu user=vmail:mail argv=/usr/libexec/dovecot/deliver -d
> ${recipient}
> so recipient would presumably be user at domain.tld? or do you want the
> real email address of one of our users? is there
2017 Apr 18
2
javamail imap listing
Thanks Michael. I have forwarded that link to the Geronimo JavaMail
team in case they think of anything their end.
But in the documentation you sent it seems that Dovecot should respond
in the case of
LIST / "*"
if my understanding is correct
Is there any way to adjust this behaviour in the settings? I am
struggling to search for a solution to the problem given the limited
2017 Apr 18
0
javamail imap listing
You probably want to read the description of "reference name argument" to understand what is happening here.
https://tools.ietf.org/html/rfc3501#section-6.3.8
michael
> On April 17, 2017 at 8:33 AM Matthew Broadhead <matthew.broadhead at nbmlaw.co.uk> wrote:
>
> Hi,
>
> i am using dovecot-2.2.10-7.el7.x86_64 on
> centos-release-7-3.1611.el7.centos.x86_64.
2016 Oct 19
2
sieve sending vacation message from vmail@ns1.domain.tld
Could you send your configuration (output from `dovecot -n`)?
Also, please provide an example scenario; i.e., for one problematic
delivery provide:
- The values of the variables substituted below.
- The incoming e-mail message.
- The Sieve script (or at least that vacation command).
Regards,
Stephan.
Op 19-10-2016 om 11:42 schreef Matthew Broadhead:
> hi, does anyone have any ideas
2017 Feb 24
3
sieve_imapsieve centos 7
i am using CentOS 7 centos-release-7-3.1611.el7.centos.x86_64 with
dovecot dovecot-2.2.10-7.el7.x86_64. i am trying to set up AntiSpam
with IMAPSieve but the package seems to be lacking sieve_imapsieve. is
there anything i can do? i am not really interested in compiling from
source because i like to receive security updates automatically.
2017-02-24 21:57:00auth: Error:
2007 Sep 09
2
[PATCH] autogen.sh : detect automake-1.10 correctly
Josh,
Macports on OSX ships with automake-1.10 and the current autogen.sh
detects 1.10 as an invalid version of automake.
The following patch (snarfed from autogen.sh from libvorbis) fixes
that.
Once that is fixed there are still some other issues that need fixing
for automake-1.10.
Cheers,
Erik
diff -u -r1.16 autogen.sh
--- autogen.sh 21 Nov 2006 01:40:57 -0000 1.16
+++ autogen.sh 10
2017 Apr 17
2
javamail imap listing
Hi,
i am using dovecot-2.2.10-7.el7.x86_64 on
centos-release-7-3.1611.el7.centos.x86_64.
if i follow this tutorial
https://delog.wordpress.com/2011/05/10/access-imap-server-from-the-command-line-using-openssl/
i can login to my server and successfully list the folders using
tag LIST "" "*"
* LIST (\HasNoChildren) "." INBOX
tag OK List completed.
no folders are
2018 Dec 06
0
Cannot scan to network share from Canon
without comments
[global]
workgroup = NBMDARTFORD
server string = Samba Server Version %v
netbios name = SCARECROW
log file = /var/log/samba/log.%m
max log size = 50
security = user
passdb backend = tdbsam
map to guest = Bad User
guest account = nobody
domain master = yes
domain logons = yes
logon path = \\%L\Profiles\%U
logon