Re: [exim] ACL to stop an account to send email

2018-02-03 Thread Luciano Rinetti
email. Of course i restarted exim4 with: kill -HUP `cat /var/run/exim4/exim.pid` Hope this may be helpful to others. On 2018-02-03 12:38, Jeremy Harris wrote: > On 03/02/18 11:26, Luciano Rinetti wrote: > > how should be wrote the acl in the ACL configuration section of exim.conf ? &g

Re: [exim] ACL to stop an account to send email

2018-02-03 Thread Luciano Rinetti
; On 2018-02-02, Luciano Rinetti wrote: > >> How can i write an ACL to stop an account to send email ? > >> And continue to use IMAP server to read email ? > >> The mail server (Ubuntu server) uses Exim4 4.74 and Courier-imap 4.8.0. > > > > a) your courier s

[exim] ACL to stop an account to send email

2018-02-02 Thread Luciano Rinetti
How can i write an ACL to stop an account to send email ? And continue to use IMAP server to read email ? The mail server (Ubuntu server) uses Exim4 4.74 and Courier-imap 4.8.0. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ##

Re: [exim] Cipher suites identifier

2017-08-06 Thread Luciano Rinetti
Thank'You Phil. There is a tool, like eximstats, that can help me to get the percentage of SMTP connections that are encrypted, between my Exim4 server and others mail servers ? Il 06/08/2017 01:31, Phil Pennock ha scritto: On 2017-08-01 at 19:10 +0200, Luciano Rinetti wrote: #exi

Re: [exim] Cipher suites identifier

2017-08-05 Thread Luciano Rinetti
/mbx autoreply lmtp pipe smtp Fixed never_users: 0 Size of off_t: 8 GnuTLS compile-time version: 2.8.6 GnuTLS runtime version: 2.8.6 Configuration file is /etc/exim4/exim4.conf On 2017-07-30 20:42, Heiko Schlittermann wrote: > Luciano Rinetti (So 30 Jul 2017 11:25:01 CEST): > … > > B

Re: [exim] Cipher suites identifier

2017-08-01 Thread Luciano Rinetti
/mailstore/mbx autoreply lmtp pipe smtp Fixed never_users: 0 Size of off_t: 8 GnuTLS compile-time version: 2.8.6 GnuTLS runtime version: 2.8.6 Configuration file is /etc/exim4/exim4.conf On 2017-07-30 20:42, Heiko Schlittermann wrote: > Luciano Rinetti (So 30 Jul 2017 11:25:01 CEST): > … > &g

Re: [exim] Cipher suites identifier

2017-07-30 Thread Luciano Rinetti
Thank'you for the answer. This is the output: # exim -bV | grep 'Support' Support for: crypteq iconv() IPv6 PAM Perl Expand_dlfunc GnuTLS move_frozen_messages Content_Scanning DKIM Old_Demime On 2017-07-30 09:52, Jeremy Harris wrote: > On 30/07/17 10:25, Luciano Rinetti

[exim] Cipher suites identifier

2017-07-30 Thread Luciano Rinetti
In the main log file, I'd like to identify the SMTP sessions encripted via OpenSSL or GNUTLS. The Exim manual shows: "OpenSSL identifies cipher suites using hyphens as separators, for example: DES-CBC3-SHA. GnuTLS historically used underscores, for example: RSA_ARCFOUR_SHA. What is more, OpenSS

[exim] Update OpenSSL

2017-07-26 Thread Luciano Rinetti
In my Ubuntu Server 11.04 with Exim 4.74, OpenSSL 0.9.8o I'd like to update OpenSSL to support TLS1.1 or TLS1.2 in the encrypted SMTP connections. Can i keep the present private key and certificate or i need to regenerate them after the update? What are the correct steps to update OpenSSL ? Can

Re: [exim] Encripted SMTP connection on port 25 or 465

2017-07-20 Thread Luciano Rinetti
Thank'You for the answer, i'm not sure to understand what is wrong with my questions. Given that i will make questions again in the future can you give me some suggestions to avoid bad netiquette ? On 2017-07-20 13:42, Sander Smeenk wrote: > Quoting Luciano Rinetti (l.rinetti@???):

[exim] Encripted SMTP connection on port 25 or 465

2017-07-20 Thread Luciano Rinetti
In the main log file it is possible to recognize an encripted SMTP connection on port 25 by means of the X= record. How can i recognize an encripted SMTP connection on port 465 with SMTP over SSL ? luciano -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details

[exim] tls_cipher log explained

2017-07-20 Thread Luciano Rinetti
In the main log file are saved logs that contain: X=TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32 X=TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16 etc. related to encripted connectios between MTAs. How should be read and interpreted ? -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim det

Re: [exim] Auto Answer

2016-05-08 Thread Luciano Rinetti
ain" subject "I am on holiday - Auto Answer" file /var/spool/mail/example.com/user/.vacation.msg endif luciano Il 08/05/2016 16:05, [1]mer...@mrc-mbu.cam.ac.uk ha scritto: I think it is because you have put the word 'mail' twice... -- Merlin Hartley On

[exim] Auto Answer

2016-05-08 Thread Luciano Rinetti
I am configuring may .forward file to have an auto answer message in this way: ... if personal then mail to $reply_address mail from myaddress@mydomain subject "I am on holiday - Auto Answer" file /var/spool/mail/example.com/user/.vacation.msg endif the auto answer mes

Re: [exim] log_selector and SMTP authentication

2016-03-06 Thread Luciano Rinetti
60 id=56dc06aa.7000...@topolinia.com T="Invio per posta elettronica: 6_5-varie.doc -\n collegamento" 2016-03-06 11:30:33 SMTP connection from ([10.0.0.139]) [151.55.34.35] closed by QUIT where d.b...@paperopoli.com is the userid of the SMTP connection. Regards, On 2016-03-05 17

Re: [exim] log_selector and SMTP authentication

2016-03-05 Thread Luciano Rinetti
OGIN server_prompts = "Username:: : Password::" server_condition = ${lookup pgsql{SELECT id FROM users \ WHERE id='${quote_pgsql:$1}' \ AND pwclear='${quote_pgsql:$2}'} {yes}{no}} On 2016-03-05 16:55, Jeremy Harris wrote: > On 05/

Re: [exim] log_selector and SMTP authentication

2016-03-05 Thread Luciano Rinetti
the credentials (not the password) of who is using the SMPT server. Regards, On 2016-03-05 15:36, Jeremy Harris wrote: > On 05/03/16 15:12, Luciano Rinetti wrote: > > That can be part of what's needed, depending on what use your > configuration makes of AUTH= arguments on MAIL RRO

[exim] log_selector and SMTP authentication

2016-03-05 Thread Luciano Rinetti
I'd like to log the SMTP crdentials used by users in order to access my Exim4 SMTP Server. I try to add the "+smtp_mailauth" in the log_selector of the Exim4 config file but i am not sure this is the correct way. Thank you for any help. Regards, -- ## List details at https://l

Re: [exim] CC always sent

2013-03-21 Thread Luciano Rinetti
togheter ? Excuse my poor explanation. Regards On 2013-03-15 17:57, Heiko Schlittermann wrote: > Hello, > > Luciano Rinetti (Fr 15 Mär 2013 18:34:24 CET): > > I'd like to force the CC field of all the mail sent from a specific > > account "bill@???" > > wi

[exim] CC always sent

2013-03-15 Thread Luciano Rinetti
I'd like to force the CC field of all the mail sent from a specific account "b...@example.com" with a specific address "f...@test.com" It is possible ? Best Regards, -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use t

[exim] Fwd: Re: Testing DKIM

2011-05-09 Thread Luciano Rinetti
Thank You i see the DKIM signature in my header. There is a method i can use to test by miself ? Regards luciano Messaggio originale Oggetto:Re: [exim] Testing DKIM Data: Tue, 10 May 2011 05:47:58 +0900 Mittente: Toshio Kumagai Organizzazione: Kumagai