detect suspicious logins

2017-12-19 Thread Matthew Broadhead
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

antispam

2020-07-10 Thread Matthew Broadhead
in dovecot/conf.d/90-plugin.conf i have plugin {   # man antispam   #setting_name = value   antispam_debug_target = syslog   antispam_verbose_debug = 1   antispam_backend = pipe   antispam_signature = X-DSPAM-Signature   # action to take on mails without signature   # (used with any backend requi

sieve sending vacation message from vm...@ns1.domain.tld

2016-10-12 Thread Matthew Broadhead
I have a server running centos-release-7-2.1511.el7.centos.2.10.x86_64 with dovecot version 2.2.10. I am also using roundcube for webmail. when a vacation filter (reply with message) is created in roundcube it adds a rule to managesieve.sieve in the user's mailbox. everything works fine exce

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-12 Thread Matthew Broadhead
${sender} -d ${user}@${nexthop} -a ${original_recipient} but it made no difference On 12/10/2016 13:57, Matthew Broadhead wrote: I have a server running centos-release-7-2.1511.el7.centos.2.10.x86_64 with dovecot version 2.2.10. I am also using roundcube for webmail. when a vacation filter

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-19 Thread Matthew Broadhead
=vmail:mail argv=/usr/libexec/dovecot/dovecot-lda -f ${sender} -d ${user}@${nexthop} -a ${original_recipient} and -d ${user}@${domain} -a {recipient} -f ${sender} -m ${extension} but it didn't work On 12/10/2016 13:57, Matthew Broadhead wrote: I have a server running centos-release-7-2.1511.el7.c

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-19 Thread Matthew Broadhead
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

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-19 Thread Matthew Broadhead
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

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-19 Thread Matthew Broadhead
hreef 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 u...@domain.tld? or do you want the real email addre

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-19 Thread Matthew Broadhead
=2.0.0, status=sent (delivered via dovecot service) Oct 19 13:25:42 ns1 postfix/qmgr[1059]: E53472C19C6: removed On 19/10/2016 13:54, Stephan Bosch wrote: 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/p

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-20 Thread Matthew Broadhead
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= Oct 19 13:25:41 ns1 postfix

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-21 Thread Matthew Broadhead
Bosch wrote: 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

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-25 Thread Matthew Broadhead
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

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-10-25 Thread Matthew Broadhead
sorry to double post but maybe there is some way to report the problem to centos so that they upgrade the package there? 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

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-11-02 Thread Matthew Broadhead
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

Re: sieve sending vacation message from vm...@ns1.domain.tld

2016-11-06 Thread Matthew Broadhead
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

sieve_imapsieve centos 7

2017-02-24 Thread Matthew Broadhead
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

Re: sieve_imapsieve centos 7

2017-02-25 Thread Matthew Broadhead
/2017 23:38, Christian Kivalo wrote: On 2017-02-24 23:16, Matthew Broadhead wrote: 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

Re: Dovecot + SpamAssassin through dovecot-antispam

2017-03-03 Thread Matthew Broadhead
i recently had this problem. i am using centos 7. maybe these links will help you i reverted to the old antispam plugin as a package from https://copr.fedorainfracloud.org/coprs/cottsay/dovecot-antispam/ plus this to help configure http://www.iredmail.org/forum/topic8169-iredmail-support-antis

javamail imap listing

2017-04-17 Thread Matthew Broadhead
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 "" "*"

Re: javamail imap listing

2017-04-18 Thread Matthew Broadhead
etf.org/html/rfc3501#section-6.3.8 michael On April 17, 2017 at 8:33 AM Matthew Broadhead wrote: 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-

Re: javamail imap listing

2017-04-19 Thread Matthew Broadhead
Dovecot live under that base level of hierarchy. Gmail returns data because it is using "/" as a separator. If you want Dovecot to return LIST entries for 'LIST "/" "*"', then configure the base namespace to use "/" as a separator. Of cou

sieve cli

2019-10-03 Thread Matthew Broadhead via dovecot
i am using dovecot-2.2.36-3.el7_7.1.x86_64 on centos 7 is it possible to activate / deactivate a sieve script for a mailbox from the command line? my mailboxes are currently stores in /../vmail/domain.tld/username if i activate / deactivate a filter set using roundcube (webmail system) then

Re: sieve cli

2019-10-03 Thread Matthew Broadhead via dovecot
On 03/10/2019 18:59, Aki Tuomi via dovecot wrote: On 03/10/2019 19:40 Matthew Broadhead via dovecot wrote: i am using dovecot-2.2.36-3.el7_7.1.x86_64 on centos 7 is it possible to activate / deactivate a sieve script for a mailbox from the command line? my mailboxes are currently stores

Re: sieve cli

2019-10-03 Thread Matthew Broadhead via dovecot
On 03/10/2019 19:17, Erwan David via dovecot wrote: Le 03/10/2019 à 18:40, Matthew Broadhead via dovecot a écrit : i am using dovecot-2.2.36-3.el7_7.1.x86_64 on centos 7 is it possible to activate / deactivate a sieve script for a mailbox from the command line? my mailboxes are currently