[qmailtoaster] Qmail SpamAssasin

2017-01-10 Thread Rodrigo Cortes
Hello

Somebody have script to learn spam!?

My system detect fine spam and send to Junk folder but need process for
autolearn.

I use qmail with Centos7.

Thx.


Re: [qmailtoaster] ssl/tls for iphones and mac

2017-04-11 Thread Rodrigo Cortes
Hi! certificate install with all chain... if install without chain the
mobile device dont work fine.


Thx.

2017-04-11 14:41 GMT-03:00 Rajesh M <24x7ser...@24x7server.net>:

> hi
>
> we recently purchased wildcard ssl for our mailserver and updated our
> servercert.pem file with rsa key and the certificates (domain certs and the
> chain)
>
> *.myhostname.com
>
> problem installing the ssl, iphones and macbooks are giving message that :
> certificate cannot be verified.
>
> found out that iphones and mac use ssl/tls only and not starttls.
>
> i configured slsl/tls using the following steps
>
> http://wiki.qmailtoaster.com/index.php/SSL
>
> 1) Stop qmail:
> # service qmail stop
> 2) Create the supervise directories for smtps
> # mkdir -p /var/qmail/supervise/smtp-ssl/supervise
> /var/qmail/supervise/smtp-ssl/log/supervise"
> 3) Create a file named /var/qmail/supervise/smtp-ssl/run containing:
> #!/bin/sh
> QMAILDUID=`id -u vpopmail`
> NOFILESGID=`id -g vpopmail`
> MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
> SMTPD="/var/qmail/bin/qmail-smtpd"
> TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
> HOSTNAME=`hostname`
> VCHKPW="/home/vpopmail/bin/vchkpw"
> export SMTPS=1
> exec /usr/bin/softlimit -m 1200 \
> /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
> -u "$QMAILDUID" -g "$NOFILESGID" 0 465 \
> $SMTPD $VCHKPW /bin/true 2>&1
>
> 4) Create a file named /var/qmail/supervise/smtp-ssl/log/run containing:
> #!/bin/sh
> LOGSIZE=`cat /var/qmail/control/logsize`
> LOGCOUNT=`cat /var/qmail/control/logcount`
> exec /usr/bin/setuidgid qmaill /usr/bin/multilog \
>  t s$LOGSIZE n$LOGCOUNT /var/log/qmail/smtp-ssl 2>&1
>
> 5) Execute the following commands:
> # chmod +x /var/qmail/supervise/smtp-ssl/run
> /var/qmail/supervise/smtp-ssl/log/run
> # chown -R qmaill:qmail /var/qmail/supervise/smtp-ssl
> 6) Start qmail:
> # service qmail start
> 7) Open port tcp/465 in firewall if necessary.
> 8) Configure the client to use smtp-ssl via port 465.
>
>
> now my worry is that i need to provide for smtp authentication also for
> outgoing messages
>
> i tried adding export REQUIRE_AUTH=1 after export SMTPS=1, in the run file
> but it does not work.
>
> help required please
>
> thanks
> rajesh
>
>
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>


Re: [qmailtoaster] test

2017-05-25 Thread Rodrigo Cortes
test ^ 2

2017-05-25 10:06 GMT-04:00 Eric Broch :

> test
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


Re: [qmailtoaster] New updates maybe have spamdyke issues.

2017-05-16 Thread Rodrigo Cortes
Hi!!!

Is possible add this fix to rpm !? :)

Thx.

2017-05-16 10:31 GMT-04:00 Eric Broch :

> Thanks Carl,
>
> I forgot all about this. Here's the fix.
>
> # vi fixsd.sh
>
> Put below (inside fixsd.sh tags in file)
>
> 
> #!/bin/sh
> sed -i \
> -e 's/reject-missing-sender-mx/reject-sender=no-mx/g' \
> -e 's/rejection-text-missing-sender-mx/rejection-text-sender-no-mx/g' \
> -e 's/reject-identical-sender-recipient/reject-recipient=same-as-sender/g'
> \
> -e 
> 's/rejection-text-identical-sender-recipient/rejection-text-recipient-same-as-sender/g'
> \
> -e 's/local-domains-file/qmail-rcpthosts-file/g' \
> -e 's/local-domains-entry=/#local-domains-entry=(Add these entries to
> qmail-rcpthosts-file)/g' \
> -e 's/morercpthosts/qmail-morercpthosts-cdb/'g spamdyke.conf
> 
>
> # chmod 755 fixsd.sh
>
> #./fixsd.sh
>
>
> Eric
>
>
>
> On 5/16/2017 8:08 AM, CarlC Internet Services Service Desk wrote:
>
>> This morning, upgraded the following:
>>
>> May 16 06:37:45 Updated: spamassassin-3.4.1-1.qt.el7.x86_64
>> May 16 06:37:56 Updated: simscan-1.4.0-1.qt.el7.x86_64
>> May 16 06:37:56 Updated: jasper-libs-1.900.1-30.el7_3.x86_64
>> May 16 06:37:57 Updated: ghostscript-9.07-20.el7_3.5.x86_64
>> May 16 06:38:07 Updated: qmailmrtg-4.2-3.qt.el7.x86_64
>> May 16 06:38:07 Updated: spamdyke-5.0.1-0.qt.el7.x86_64
>>
>> Found that some commands have changes, before going nuts, I recommend
>> everyone read:
>>
>> http://www.spamdyke.org/documentation/UPGRADING_version_4_
>> to_version_5.txt
>>
>> I had a few changes that are required in spamdyke.conf... You will SMTP up
>> [port 25] but you won't connect until spamdyke.conf is upgraded.
>>
>> Carl
>>
>>
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


Re: [qmailtoaster] ClamAV 0.99.3-2 Problem

2018-01-27 Thread Rodrigo Cortes
Hi!!!

Working fine now!

Thx.

2018-01-27 13:18 GMT-03:00 Eric Broch :

> I had to do the following:
>
> systemctl start clamav-freshclam.service
>
> systemctl enable clamav-freshclam.service
>
>
>
> On 1/27/2018 9:16 AM, Eric Broch wrote:
>
>> OK
>>
>> Try now
>>
>> ftp://ftp.qmailtoaster.org/pub/repo/qmt/CentOS/7/testing/x86
>> _64/clamav-0.99.3-2.qt.el7.x86_64.rpm
>>
>>
>>
>> On 1/27/2018 8:30 AM, Gary Bowling wrote:
>>
>>>
>>>
>>> Per the previous thread, I tried updating to ClamAV 0.99.3-2 on my
>>> CentOS 7 box.
>>>
>>>
>>> The services are not created properly. I tried both the yum update via
>>> the test repository and also tried downloading the RPM from and installing
>>> via rpm -Uvh. Both have the same issue.
>>>
>>>
>>> Prior to installing, my toaststat shows this.
>>>
>>> systemd service:clamav-daemon.service:   [  OK  ]
>>> systemd service: clamav-daemon.socket:   [  OK  ]
>>> systemd service: clamav-freshclam:   [  OK  ]
>>>
>>>
>>> After installing, my toaststat shows this.
>>>
>>> systemd service: clamav-freshclam:   [  FAILED  ]
>>>
>>>
>>> With no services created for clamav-daemon.
>>>
>>>
>>> Also, with this situation if I enable clam in my simcontrol file, it
>>> doesn't work.
>>>
>>>
>>> Thanks, Gary
>>>
>>> -
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>>
>>
>>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


Re: [qmailtoaster] ClamAV 0.99.3

2018-01-27 Thread Rodrigo Cortes
Hi!!!

with the last update i dont see and i dont found clamav-daemon.service

systemctl status clamav-daemon.service
Unit clamav-daemon.service could not be found.

Why that?

Thx

2018-01-27 4:39 GMT-03:00 Eric Broch :

> And, Jeff
>
> This DOES fix the problem.
>
> On 1/27/2018 12:37 AM, Eric Broch wrote:
>
> The patched 0.99.3-2 version...
> The ClamAV 0.99.3 RPMS/SRPMS for COS 6 (i386, x86_64) & 7 (x86_64) are
> available for download or you can use Yum with the --enablerepo=qmt-testing
> option
>
> ftp://ftp.qmailtoaster.org/pub/repo/qmt/CentOS/7/testing/
> x86_64/clamav-0.99.3-2.qt.el7.x86_64.rpm
> 
>
> ftp://ftp.qmailtoaster.org/pub/repo/qmt/CentOS/7/testing/
> SRPMS/clamav-0.99.3-2.qt.el7.src.rpm
> 
>
> ftp://ftp.qmailtoaster.org/pub/repo/qmt/CentOS/6/testing/
> x86_64/clamav-0.99.3-2.qt.el6.x86_64.rpm
> 
>
> ftp://ftp.qmailtoaster.org/pub/repo/qmt/CentOS/6/testing/
> i386/clamav-0.99.3-2.qt.el6.i686.rpm
> 
>
> ftp://ftp.qmailtoaster.org/pub/repo/qmt/CentOS/6/testing/
> SRPMS/clamav-0.99.3-2.qt.el6.src.rpm
> 
>
>
> Eric
>
> On 1/26/2018 10:20 PM, Chris wrote:
>
> I installed your 0.99.3 package on CentOS 7 a couple of hours ago, and I
> am no longer seeing a buildup of orphaned filehandles in my lsof output.
>
> YMMV
>
> -Chris
>
>
>
> On Fri, Jan 26, 2018 at 6:20 PM, Eric Broch 
> wrote:
>
>> No. I'm going to have to patch it...ugh!
>>
>> Patch is here:
>>
>> https://src.fedoraproject.org/rpms/clamav/blob/master/f/clamav-0.99.2-temp-cleanup.patch
>>
>>
>> On 1/26/2018 6:44 PM, Jeff Koch wrote:
>>
>> Eric - does anyone know if this solves the problem?  Jeff
>>
>> On 1/26/2018 8:37 PM, Eric Broch wrote:
>>
>> Hello list members,
>>
>> The ClamAV 0.99.3 RPMS/SRPMS for COS 6 (i386, x86_64) & 7 (x86_64) are
>> available for download or you can use Yum with the --enablerepo=qmt-testing
>> option
>>
>> ftp://ftp.qmailtoaster.com/pub/repo/qmt/CentOS/7/testing/x86
>> _64/clamav-0.99.3-1.qt.el7.x86_64.rpm
>>
>> ftp://ftp.qmailtoaster.com/pub/repo/qmt/CentOS/7/testing/SRP
>> MS/clamav-0.99.3-1.qt.el7.src.rpm
>>
>> ftp://ftp.qmailtoaster.com/pub/repo/qmt/CentOS/6/testing/x86
>> _64/clamav-0.99.3-1.qt.el6.x86_64.rpm
>>
>> ftp://ftp.qmailtoaster.com/pub/repo/qmt/CentOS/6/testing/i38
>> 6/clamav-0.99.3-1.qt.el6.i686.rpm
>>
>> ftp://ftp.qmailtoaster.com/pub/repo/qmt/CentOS/6/testing/SRP
>> MS/clamav-0.99.3-1.qt.el6.src.rpm
>>
>>
>> Eric
>>
>>
>>
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>>
>>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>


Re: [qmailtoaster] Asking the password frequently

2018-08-06 Thread Rodrigo Cortes
Hi!

Use letenscrypt is free :)

And work fine

El El lun, 6 de ago. de 2018 a las 12:28, Remo Mattei 
escribió:

> https://www.ssls.com
>
>
>
> On Aug 6, 2018, at 09:26, Eric Broch  wrote:
>
> Where'd you get this certificate?
>
> On 8/6/2018 8:46 AM, Remo Mattei wrote:
>
> I just bought a two year valid cert fro 11.98 or so less than $12
>
>
>
>  *dal mio iPhone X*
>
> Il giorno 06 ago 2018, alle ore 07:20, Eric Broch 
> ha scritto:
>
> A signed certificate (not self-signed) may be required by Outlook365. If
> you use LetsEncrypt it won't cost a thing. If I remember correctly Outlook
> for my tablet required a signed certificate.
>
> https://www.qmailtoaster.org/ssl.html
>
> On 8/6/2018 2:12 AM, ChandranManikandan wrote:
>
> Hi Peter,
>
> We are using office 365 latest version 2016 and office 2010.
> Office 2010 is working perfect without any issue but the latest version
> outlook 2016 (Office 365) is having the problem.
> Even unable to configure the new IMAP email account.
> Am always getting this certificate warning message whenever opening
> outlook or configure outlook.
> Is it required? PFA warning message.
>
> My toaster config is below and cache config is in passdb in my
> toaster.conf. What would you advise it.
>
>
> # Settings for 'stock' qmail-toaster
>
> auth_cache_size = 32M
> #auth_mechanisms = plain login digest-md5 cram-md5
> auth_mechanisms = plain login digest-md5
> auth_username_format = %Lu
> first_valid_uid = 89
> #first_valid_gid = 89
> log_path = /var/log/dovecot.log
> login_greeting = Dovecot toaster ready.
> #mail_plugins = $mail_plugins quota
> plugin/quota = maildir
> protocols = imap
> ssl_cert =  ssl_key =  # the following will likely be the default at some point
> ssl_dh_parameters_length = 2048
>
> namespace {
>   inbox = yes
>   location =
> #  prefix =
>prefix = INBOX.
> # Use 'prefix = INBOX.' for Courier-IMAP compatible transparent migration.
> # This forces all client apps to create subfolders underneath/within
> # the inbox instead of adjacent to it. It's not necessary to be that way.
> # FWIW, shubes thinks this setting is annoying/rediculous/retarded.
> # As a practical example, having no prefix allows mobile users to select
> # which folders get synchronized. Otherwise their whole mailbox is
> # synchronized, and they have no way to choose which folders they want
> sync'd.
>   separator = .
>   type = private
> }
>
> passdb {
>   args = cache_key=%u webmail=127.0.0.1
>   driver = vpopmail
> }
>
> #protocol imap {
> #  imap_client_workarounds = "delay-newmail"
> #  mail_plugins = $mail_plugins imap_quota
> #  mail_max_userip_connections = 500
> #}
>
> #protocol pop3 {
> #  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
> #  pop3_fast_size_lookups = yes
> #  pop3_lock_session = yes
> #  pop3_uidl_format = UID%u-%v
> #}
>
> userdb {
>   args = cache_key=%u quota_template=quota_rule=*:backend=%q
>   driver = vpopmail
> }
>
> plugin {
>   quota = maildir:ignore=Trash
>   quota_rule = ?:storage=0
>
>
> Hi Eric,
>
> I have tried to click Confirm security for store but no process happened.
> means the screen is idle it couldn't happened anything.
> All other systems are configured old thunderbird version in ubuntu and all
> showing the same message and able to store it.
> But the newer version unable to store it.
>
>
>
>
> On Mon, Aug 6, 2018 at 2:57 PM, Peter Peltonen 
> wrote:
>
>> Not sure if this relates to any of your problems:
>>
>> I had a few days ago problem with a Outlook 2016 stopping receiving
>> email suddenly.
>>
>> I chased this down to Outlook claming the server did not support the
>> correct authentication method, which was strange as nothing had
>> changed on the server side for a while. The same user's iPhone with
>> the same username/password was working at the same time correctly.
>>
>> What I think it was Dovecot caching credentials somehow wrong:
>> differet caching for iPhone and Outlook causing the problem. I solved
>> it by changing
>>
>> cache_key=%u
>>
>> entries to
>>
>> cache_key=%u%r
>>
>> in /etc/dovecot/toaster.conf
>>
>> so Outlook connecting from different IP got cached differently than
>> the iPhone. Don't know what will happen when they appear in the same
>> WLAN though...
>>
>> Why did this not happen before, I don't know, perhaps Outlook has been
>> updated and uses now some other auth by default than before?
>>
>> Not sure if this relates to your problem at all, as I am running
>> pretty old Dovecot...
>>
>> Best,
>> Peter
>>
>> On Mon, Aug 6, 2018 at 9:19 AM, ChandranManikandan 
>> wrote:
>> > Hi Eric,
>> >
>> > Yes, we are using Ubuntu latest 64 bit version,
>> > We tried to configure the imap email and we got the attached message and
>> > couldn't configure it.
>> >
>> > Any one face the same issue.
>> >
>> > Please help me to resolve the issue.
>> >
>> > As well the same issue on Outlook 2016 unable to receive emails.
>> >
>> > Everything work well before but latest version having the issue.
>> > Is it need to install 

Re: [qmailtoaster] Asking the password frequently

2018-08-06 Thread Rodrigo Cortes
Work fine in all modern devices and browser and a simple script can do the
work for renew :)

El El lun, 6 de ago. de 2018 a las 14:16, Remo Mattei 
escribió:

> The only thing I do not like about let’s encrypt is that every 90 days my
> iPhone, was complaining about the cert.. etc.. so for 12 dollars 2years..
> it’s all worth it.
>
> Remo
>
> On Aug 6, 2018, at 11:09, Rodrigo Cortes  wrote:
>
> Hi!
>
> Use letenscrypt is free :)
>
> And work fine
>
> El El lun, 6 de ago. de 2018 a las 12:28, Remo Mattei 
> escribió:
>
>> https://www.ssls.com
>>
>>
>>
>> On Aug 6, 2018, at 09:26, Eric Broch  wrote:
>>
>> Where'd you get this certificate?
>>
>> On 8/6/2018 8:46 AM, Remo Mattei wrote:
>>
>> I just bought a two year valid cert fro 11.98 or so less than $12
>>
>>
>>
>>  *dal mio iPhone X*
>>
>> Il giorno 06 ago 2018, alle ore 07:20, Eric Broch <
>> ebr...@whitehorsetc.com> ha scritto:
>>
>> A signed certificate (not self-signed) may be required by Outlook365. If
>> you use LetsEncrypt it won't cost a thing. If I remember correctly Outlook
>> for my tablet required a signed certificate.
>>
>> https://www.qmailtoaster.org/ssl.html
>>
>> On 8/6/2018 2:12 AM, ChandranManikandan wrote:
>>
>> Hi Peter,
>>
>> We are using office 365 latest version 2016 and office 2010.
>> Office 2010 is working perfect without any issue but the latest version
>> outlook 2016 (Office 365) is having the problem.
>> Even unable to configure the new IMAP email account.
>> Am always getting this certificate warning message whenever opening
>> outlook or configure outlook.
>> Is it required? PFA warning message.
>>
>> My toaster config is below and cache config is in passdb in my
>> toaster.conf. What would you advise it.
>>
>>
>> # Settings for 'stock' qmail-toaster
>>
>> auth_cache_size = 32M
>> #auth_mechanisms = plain login digest-md5 cram-md5
>> auth_mechanisms = plain login digest-md5
>> auth_username_format = %Lu
>> first_valid_uid = 89
>> #first_valid_gid = 89
>> log_path = /var/log/dovecot.log
>> login_greeting = Dovecot toaster ready.
>> #mail_plugins = $mail_plugins quota
>> plugin/quota = maildir
>> protocols = imap
>> ssl_cert = > ssl_key = > # the following will likely be the default at some point
>> ssl_dh_parameters_length = 2048
>>
>> namespace {
>>   inbox = yes
>>   location =
>> #  prefix =
>>prefix = INBOX.
>> # Use 'prefix = INBOX.' for Courier-IMAP compatible transparent migration.
>> # This forces all client apps to create subfolders underneath/within
>> # the inbox instead of adjacent to it. It's not necessary to be that way.
>> # FWIW, shubes thinks this setting is annoying/rediculous/retarded.
>> # As a practical example, having no prefix allows mobile users to select
>> # which folders get synchronized. Otherwise their whole mailbox is
>> # synchronized, and they have no way to choose which folders they want
>> sync'd.
>>   separator = .
>>   type = private
>> }
>>
>> passdb {
>>   args = cache_key=%u webmail=127.0.0.1
>>   driver = vpopmail
>> }
>>
>> #protocol imap {
>> #  imap_client_workarounds = "delay-newmail"
>> #  mail_plugins = $mail_plugins imap_quota
>> #  mail_max_userip_connections = 500
>> #}
>>
>> #protocol pop3 {
>> #  pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
>> #  pop3_fast_size_lookups = yes
>> #  pop3_lock_session = yes
>> #  pop3_uidl_format = UID%u-%v
>> #}
>>
>> userdb {
>>   args = cache_key=%u quota_template=quota_rule=*:backend=%q
>>   driver = vpopmail
>> }
>>
>> plugin {
>>   quota = maildir:ignore=Trash
>>   quota_rule = ?:storage=0
>>
>>
>> Hi Eric,
>>
>> I have tried to click Confirm security for store but no process happened.
>> means the screen is idle it couldn't happened anything.
>> All other systems are configured old thunderbird version in ubuntu and
>> all showing the same message and able to store it.
>> But the newer version unable to store it.
>>
>>
>>
>>
>> On Mon, Aug 6, 2018 at 2:57 PM, Peter Peltonen 
>> wrote:
>>
>>> Not sure if this relates to any of your problems:
>>>
>>> I had a few days ago problem with a Outlook 2016 stopping receiving
>>> email suddenly.
>>>
>>> I chased this down to Outlook claming the server did not support the
>

Re: [qmailtoaster] Admin toaster and php56+

2018-03-08 Thread Rodrigo Cortes
With IUS in my case.

Thx

2018-03-08 10:09 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:

> Did you upgrade with Remi?
>
>
>
> On 3/8/2018 5:04 AM, Rodrigo Cortes wrote:
>
>> Hi all!
>>
>> somebody have a fix or tip to make work button in admin toaster web
>> interface?
>>
>> when use php54 default for centos7 work, but if upgrade to php56 button
>> for call vqadmin for example do nothing.
>>
>> Thx.
>>
>>
>>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


[qmailtoaster] Admin toaster and php56+

2018-03-08 Thread Rodrigo Cortes
Hi all!

somebody have a fix or tip to make work button in admin toaster web
interface?

when use php54 default for centos7 work, but if upgrade to php56 button for
call vqadmin for example do nothing.

Thx.


Re: [qmailtoaster] DKIM

2018-03-09 Thread Rodrigo Cortes
Hey! the site is http://www.qmailtoaster.com/dkim.html

is .com not .org

:)

2018-03-09 15:06 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:

> http://www.qmailtoaster.org/dkim.html
>
> On 3/9/2018 10:40 AM, Rodrigo Cortes wrote:
>
> Hey Eric!
>
> File Not Found The requested URL was not found on this server: /dkim.html
>
> :S
>
> 2018-03-09 14:39 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:
>
>> Yes,
>>
>> http://qmailtoaster.org/dkim.html
>>
>>
>>
>> On 3/9/2018 10:33 AM, Rodrigo Cortes wrote:
>>
>>> Hi!!!
>>>
>>> Have some good how to for DKIM with QMAIL?
>>>
>>> Thx.
>>>
>>
>> --
>> Eric Broch
>> White Horse Technical Consulting (WHTC)
>>
>>
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>


Re: [qmailtoaster] Admin toaster and php56+

2018-03-08 Thread Rodrigo Cortes
hi

in '/var/log/qmail/smtp/current' , compare many files and detect 1 line
missing in /var/qmail/control/locals and /var/qmail/control/me

the fqdn are not present in both files

:)

2018-03-08 15:28 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:

> What log file Is this deferral in '/var/log/qmail/smtp/current',
> '/var/log/qmail/submission', or '/var/log/qmail/send/current'?
>
> On 3/8/2018 11:02 AM, Rodrigo Cortes wrote:
>
> Hi!!!
>
> my mistake! i add to site SSL from letencrypt and put some extra tips for
> security. One of them cause the error and disable. Warning with Header set
> Content-Security-Policy
>
> Thx
>
> And have another question...
>
> how to fix that:
>
> qmail deferral: Connected_to_IP_but_my_name_was_rejected./Remote_host_
> said:_501_Syntax:_HELO_hostname/der set Content-Security-Policy
>
> 2018-03-08 13:47 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:
>
>> Rodrigo,
>>
>> I did this:
>>
>> 1)
>>
>> # rpm -ivh https://centos7.iuscommunity.org/ius-release.rpm
>> 2)
>> # rpm -qa | grep php
>> php-5.4.16-43.el7_4.x86_64
>> php-cli-5.4.16-43.el7_4.x86_64
>> php-common-5.4.16-43.el7_4.x86_64
>>
>> 3)
>> # rpm -e --nodeps php
>> # rpm -e --nodeps php-common
>> # rpm -e --nodeps php-cli
>>
>> 4)
>> # yum install php56u php56u-common php56u-cli
>>
>> 5)
>> # rpm -qa | grep php
>> php56u-xml-5.6.33-1.ius.centos7.x86_64
>> php56u-pecl-jsonc-1.3.10-2.ius.centos7.x86_64
>> php56u-process-5.6.33-1.ius.centos7.x86_64
>> php56u-5.6.33-1.ius.centos7.x86_64
>> php56u-common-5.6.33-1.ius.centos7.x86_64
>> php56u-pear-1.10.5-1.ius.centos7.noarch
>> php56u-cli-5.6.33-1.ius.centos7.x86_64
>>
>> All works well...not sure what's going on
>>
>> Can you log into mysql
>> # mysql -u root -p vpopmail 'yourpassword'
>> mysql> select cur_users from dir_control;
>> if any entry is huge, change it with the following command for the
>> offending domain.
>> mysql>  update dir_control set cur_users = 0 where domain = 'domain.tld';
>>
>> Eric
>>
>>
>>
>> On 3/8/2018 6:10 AM, Rodrigo Cortes wrote:
>>
>> With IUS in my case.
>>
>> Thx
>>
>> 2018-03-08 10:09 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:
>>
>>> Did you upgrade with Remi?
>>>
>>>
>>>
>>> On 3/8/2018 5:04 AM, Rodrigo Cortes wrote:
>>>
>>>> Hi all!
>>>>
>>>> somebody have a fix or tip to make work button in admin toaster web
>>>> interface?
>>>>
>>>> when use php54 default for centos7 work, but if upgrade to php56 button
>>>> for call vqadmin for example do nothing.
>>>>
>>>> Thx.
>>>>
>>>>
>>>>
>>> --
>>> Eric Broch
>>> White Horse Technical Consulting (WHTC)
>>>
>>>
>>> -
>>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>>
>>>
>>
>> --
>> Eric Broch
>> White Horse Technical Consulting (WHTC)
>>
>>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>


Re: [qmailtoaster] Admin toaster and php56+

2018-03-08 Thread Rodrigo Cortes
Hi!!!

my mistake! i add to site SSL from letencrypt and put some extra tips for
security. One of them cause the error and disable. Warning with Header set
Content-Security-Policy

Thx

And have another question...

how to fix that:

qmail deferral:
Connected_to_IP_but_my_name_was_rejected./Remote_host_said:_501_Syntax:_HELO_hostname/der
set Content-Security-Policy

2018-03-08 13:47 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:

> Rodrigo,
>
> I did this:
>
> 1)
>
> # rpm -ivh https://centos7.iuscommunity.org/ius-release.rpm
> 2)
> # rpm -qa | grep php
> php-5.4.16-43.el7_4.x86_64
> php-cli-5.4.16-43.el7_4.x86_64
> php-common-5.4.16-43.el7_4.x86_64
>
> 3)
> # rpm -e --nodeps php
> # rpm -e --nodeps php-common
> # rpm -e --nodeps php-cli
>
> 4)
> # yum install php56u php56u-common php56u-cli
>
> 5)
> # rpm -qa | grep php
> php56u-xml-5.6.33-1.ius.centos7.x86_64
> php56u-pecl-jsonc-1.3.10-2.ius.centos7.x86_64
> php56u-process-5.6.33-1.ius.centos7.x86_64
> php56u-5.6.33-1.ius.centos7.x86_64
> php56u-common-5.6.33-1.ius.centos7.x86_64
> php56u-pear-1.10.5-1.ius.centos7.noarch
> php56u-cli-5.6.33-1.ius.centos7.x86_64
>
> All works well...not sure what's going on
>
> Can you log into mysql
> # mysql -u root -p vpopmail 'yourpassword'
> mysql> select cur_users from dir_control;
> if any entry is huge, change it with the following command for the
> offending domain.
> mysql>  update dir_control set cur_users = 0 where domain = 'domain.tld';
>
> Eric
>
>
>
> On 3/8/2018 6:10 AM, Rodrigo Cortes wrote:
>
> With IUS in my case.
>
> Thx
>
> 2018-03-08 10:09 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:
>
>> Did you upgrade with Remi?
>>
>>
>>
>> On 3/8/2018 5:04 AM, Rodrigo Cortes wrote:
>>
>>> Hi all!
>>>
>>> somebody have a fix or tip to make work button in admin toaster web
>>> interface?
>>>
>>> when use php54 default for centos7 work, but if upgrade to php56 button
>>> for call vqadmin for example do nothing.
>>>
>>> Thx.
>>>
>>>
>>>
>> --
>> Eric Broch
>> White Horse Technical Consulting (WHTC)
>>
>>
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>>
>>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>


[qmailtoaster] Experiencie with TLS

2018-03-08 Thread Rodrigo Cortes
I have centos7

and qmail are working fine for default. Is easy to test and deploy ssl for
dovecot. But TLS for smtp dont.

Have some tips to permit work with that?

Thx.


[qmailtoaster] DKIM

2018-03-09 Thread Rodrigo Cortes
Hi!!!

Have some good how to for DKIM with QMAIL?

Thx.


Re: [qmailtoaster] DKIM

2018-03-09 Thread Rodrigo Cortes
Hey Eric!

File Not Found The requested URL was not found on this server: /dkim.html

:S

2018-03-09 14:39 GMT-03:00 Eric Broch <ebr...@whitehorsetc.com>:

> Yes,
>
> http://qmailtoaster.org/dkim.html
>
>
>
> On 3/9/2018 10:33 AM, Rodrigo Cortes wrote:
>
>> Hi!!!
>>
>> Have some good how to for DKIM with QMAIL?
>>
>> Thx.
>>
>
> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>


[qmailtoaster] Centos5 and tzdata

2019-04-07 Thread Rodrigo Cortes
Hey Guys!!!

Somebody have or know a tzdata update rpm for centos5?

Thx


Re: [qmailtoaster] Centos5 and tzdata

2019-04-07 Thread Rodrigo Cortes
Hi Aleksander,

the last update is tzdata2017b but is to old. After some research i take
the last src.rpm in centos5 and put latest tzdata2019a from iana. Only
adjust one line in asia zone (line 1861) and the spec file. Finally have
the rpm with latest data for centos5 :D

if somebdy need this src.rpm can send.

Thx


El dom., 7 abr. 2019 a las 11:43, Aleksander Podsiadły ()
escribió:

> W dniu nie, 07.04.2019 o godzinie 17∶27 +0200, użytkownik Aleksander
> Podsiadły napisał:
>
> The last one from CentOS:
>
>
> For version 2019a you need Java 7, I don't know is it possibile to compile
> it on CentOS 5.
>
> --
>
> Pozdrawiam/Regards,
> mgr inż. Aleksander Podsiadły
> starszy informatyk
> Urząd Gminy Mniów
> ul. Centralna 9
> 26-080 Mniów
> tel: +48 413737002 ext. 119
> fax: +48 413737024
> mail: a...@mniow.pl
> a...@mniow.eu
> jid: a...@jabber.mniow.pl
> gg: 9150578
>
>


Re: [qmailtoaster] Centos5 and tzdata

2019-04-07 Thread Rodrigo Cortes
Hi!

i send directly to your email after try here.

Thx.

El dom., 7 abr. 2019 a las 12:15, Eric Broch ()
escribió:

> please send, i'll put it up on the mirror
> On 4/7/2019 10:11 AM, Rodrigo Cortes wrote:
>
> Hi Aleksander,
>
> the last update is tzdata2017b but is to old. After some research i take
> the last src.rpm in centos5 and put latest tzdata2019a from iana. Only
> adjust one line in asia zone (line 1861) and the spec file. Finally have
> the rpm with latest data for centos5 :D
>
> if somebdy need this src.rpm can send.
>
> Thx
>
>
> El dom., 7 abr. 2019 a las 11:43, Aleksander Podsiadły ()
> escribió:
>
>> W dniu nie, 07.04.2019 o godzinie 17∶27 +0200, użytkownik Aleksander
>> Podsiadły napisał:
>>
>> The last one from CentOS:
>>
>>
>> For version 2019a you need Java 7, I don't know is it possibile to
>> compile it on CentOS 5.
>>
>> --
>>
>> Pozdrawiam/Regards,
>> mgr inż. Aleksander Podsiadły
>> starszy informatyk
>> Urząd Gminy Mniów
>> ul. Centralna 9
>> 26-080 Mniów
>> tel: +48 413737002 ext. 119
>> fax: +48 413737024
>> mail: a...@mniow.pl
>> a...@mniow.eu
>> jid: a...@jabber.mniow.pl
>> gg: 9150578
>>
>> --
> Eric Broch
> White Horse Technical Consulting (WHTC)
>
>


Re: [qmailtoaster] Certificate

2021-05-11 Thread Rodrigo Cortes
hi!

is a simple script for renew and apply to qmail, dovecot and apache :)

I have this solution for other smtp and work fine :)

El mar, 11 may 2021 a las 21:07, Remo Mattei () escribió:

> Yes the thing is 10 dollars for 2 years nothing to change whereas,
> letencrypt, need to change every 90 days and IMAP will prompt you for a new
> cert.. not ideal for customers if you do for your personal servers then
> that’s good.
>
> Remo
>
> On May 11, 2021, at 4:04 PM, Rodrigo Cortes  wrote:
>
> Hi!
>
> Use letencrypt, is free :)
>
> El mar, 11 may 2021 a las 18:49,  escribió:
>
>> Ssls.com
>>
>> > Il giorno 11 mag 2021, alle ore 15:03, Scott Hughes <
>> sonicscott9...@gmail.com> ha scritto:
>> >
>> > Where is the cheapest place to get a certificate for my server.  The
>> server is in the USA if that matters. Thank you!
>> > -
>> > To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> > For additional commands, e-mail:
>> qmailtoaster-list-h...@qmailtoaster.com
>> >
>> -
>> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
>> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
>
>
>


Re: [qmailtoaster] Certificate

2021-05-11 Thread Rodrigo Cortes
Hi!

Use letencrypt, is free :)

El mar, 11 may 2021 a las 18:49,  escribió:

> Ssls.com
>
> > Il giorno 11 mag 2021, alle ore 15:03, Scott Hughes <
> sonicscott9...@gmail.com> ha scritto:
> >
> > Where is the cheapest place to get a certificate for my server.  The
> server is in the USA if that matters. Thank you!
> > -
> > To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> > For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com
> >
> -
> To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
> For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com