Re: [qmailtoaster] Taps

2021-10-25 Thread AAL




I got some results with 
https://www.google.com/search?client=firefox-b-d=qmail+taps+file 



regards

__Abel


On 25/10/2021 11:41 a. m., st...@keptprivate.com wrote:

For the curious, can you post a link to some information about Taps?
A google search reveals nothing.

Steve

October 25, 2021 10:33 AM, "Biju Jose | WHITES Systems"  
wrote:


I am using qmail-1.03-2.2.1.qt.el7.x86_64

Entries in taps file in the following format

desig...@domain1.com:postmaster@domain2in

Best Regards

Biju Jose

-Original Message-
From: Eric Broch 
Sent: 24 October 2021 05:37
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Taps

Is anyone using taps with success? If so, which version of qmail and what does 
your taps file look
like.

-
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

-
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] centos7, squirrelmail 538 auth error

2020-11-29 Thread aal



Indeed Eric,
that solved the issue

many thanks for your quick answer!

--Abel

On Sun, 29 Nov 2020, Eric Broch wrote:


Date: Sun, 29 Nov 2020 06:09:23 -0700
From: Eric Broch 
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] centos7, squirrelmail 538 auth error

Look in

 cat /usr/share/squirrelmail/config/config_local.php

change to

http://qmailtoaster.com/';
$provider_name   = 'QmailToaster';

# smtp server options
$smtpServerAddress  = 'localhost';
$smtpPort   = 25;

# imap server options
$imapServerAddress  = 'localhost';
$imap_server_type   = 'dovecot';
# SM doesn't support starttls until v1.5.1, so we'll use digest-md5 til then
$imap_auth_mech = 'login';

$useSendmail  = false;
$optional_delimiter   = 'detect';
$default_folder_prefix    = '';
$show_prefix_option   = false;
$force_username_lowercase = true;
$hide_sm_attributions = true;

$plugins[] = 'calendar';
$plugins[] = 'notes';
$plugins[] = 'filters';
$plugins[] = 'quota_usage';
$plugins[] = 'unsafe_image_rules';
$plugins[] = 'qmailadmin_login';

?>

On 11/29/2020 5:08 AM, a...@globalgate.com.ar wrote:


Hello list.

new fresh CentOS7 qmailtoaster installation


Surprinsingly SquirrelMail refuses send email with the following error 
(attached capture too)



Message not sent. Server replied:
Encryption required for requested authentication mechanism
538 auth not available without TLS (#5.3.3)


squirrelmail-1.4.22-1.qt.el7.x86_64
qmail-1.03-3.2.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64



# less /var/qmail/supervise/smtp/run

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SPAMDYKE="/usr/bin/spamdyke"
SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
export FORCETLS=0
export SMTPAUTH="+cram"

exec /usr/bin/softlimit -m 6400 \
 /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
 -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
 $SPAMDYKE --config-file $SPAMDYKE_CONF \
 $SMTPD $VCHKPW /bin/true 2>&1

//


Some advice to start to look at?


extra info: Roundcube works ok, Squirrelmail is the problem (some users 
want to use it too)




best regards,





--Abel


-
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



[qmailtoaster] centos7, squirrelmail 538 auth error

2020-11-29 Thread aal


Hello list.

new fresh CentOS7 qmailtoaster installation


Surprinsingly SquirrelMail refuses send email with the following error (attached 
capture too)



Message not sent. Server replied:
Encryption required for requested authentication mechanism
538 auth not available without TLS (#5.3.3)


squirrelmail-1.4.22-1.qt.el7.x86_64
qmail-1.03-3.2.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64



# less /var/qmail/supervise/smtp/run

#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
SPAMDYKE="/usr/bin/spamdyke"
SPAMDYKE_CONF="/etc/spamdyke/spamdyke.conf"
SMTPD="/var/qmail/bin/qmail-smtpd"
TCP_CDB="/etc/tcprules.d/tcp.smtp.cdb"
HOSTNAME=`hostname`
VCHKPW="/home/vpopmail/bin/vchkpw"
REQUIRE_AUTH=0
export FORCETLS=0
export SMTPAUTH="+cram"

exec /usr/bin/softlimit -m 6400 \
 /usr/bin/tcpserver -v -R -H -l $HOSTNAME -x $TCP_CDB -c "$MAXSMTPD" \
 -u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
 $SPAMDYKE --config-file $SPAMDYKE_CONF \
 $SMTPD $VCHKPW /bin/true 2>&1

//


Some advice to start to look at?


extra info: Roundcube works ok, Squirrelmail is the problem (some users want to 
use it too)




best regards,





--Abel

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Re: [qmailtoaster] recommended setup for sending throughout legacy port 25 and other nonstandard port setup

2020-09-28 Thread aal



Indeed Eric,

that did the trick!

thanks again

best,

--

Abel Lucano 

GlobalGate Ingeniería

On Sat, 26 Sep 2020, Eric Broch wrote:


Date: Sat, 26 Sep 2020 08:08:41 -0600
From: Eric Broch 
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] recommended setup for sending throughout legacy
port 25 and other nonstandard port setup

In run file

export FORCETLS=0
export SMTPAUTH="+cram"

yields:

# telnet my.host.tld 25
Trying my.host.tld...
Connected to my.host.tld.
Escape character is '^]'.
220 my.host.tld - SMTP Server ESMTP
ehlo
250-my.host.tld - SMTP Server
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-AUTH LOGIN PLAIN CRAM-MD5
250 SIZE 400971520

On 9/25/2020 5:39 PM, a...@globalgate.com.ar wrote:


Hello Eric,

thanks for the idea, but it's not useful here; the server it's not a 
frontend of a private lan; clients connect to it using some smtp-auth for 
25/tcp.


Should I downgrade this toaster's qmail package to 
qmail-1.03-2.2.1.qt.el7.x86_64

in order to recover that functionality meanwhile?

thanks again

_A.


On Fri, 25 Sep 2020, Eric Broch wrote:


Date: Fri, 25 Sep 2020 16:13:04 -0600
From: Eric Broch 
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] recommended setup for sending throughout 
legacy

    port 25 and other nonstandard port setup

if the hosts

In /etc/tcprules.d/tcp.smtp

192.168.1.:allow,RELAYCLIENT=""

172.16.:allow,RELAYCLIENT=""

...


On 9/25/2020 4:00 PM, a...@globalgate.com.ar wrote:


Hello again,

any thoughts?


More info: both toaster en CentOS 7

server A:
qmail-1.03-2.2.1.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64

ehlo
250-serverA.domain.com.ar
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE 20971520
250 AUTH LOGIN PLAIN CRAM-MD5


It's possible connect to 25/TCP port to sent out email
(others, as submission too obviously)



On the other hand:

Server B:
qmail-1.03-3.2.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64


telnet serverB  25
ehlo
250-serverB.domain.com.ar
250-STARTTLS
250-PIPELINING
250-8BITMIME
250 SIZE 30720


It's not possible connect to 25/TCP port to sent out email
(only submission or smtps)



So, should I rely on qmail-1.03-2.2.1.qt.el7.x86_64  to solve this issue 
by the moment?  (and avoid update qmail* package)


Or is there an appropiate setting to accomplish that.?


Thanks in advance


--

Abel Lucano 

GlobalGate Ingeniería



On Thu, 24 Sep 2020, a...@globalgate.com.ar wrote:


Date: Thu, 24 Sep 2020 00:36:34 -0300 (-03)
From: a...@globalgate.com.ar
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] recommended setup for sending throughout legacy 
port

    25 and other nonstandard port setup


Hi list,

scenario:
- smtp auth on 25/tcp  port for sending email
- centOS 7 or 8, whichever
- pop3/imap/webmail support as usual

Current qmailtoaster is running qmail-1.03-3.2 version (on centos7 at 
least)
and smtp's run script has a 'REQUIRE_AUTH=0' line and host it is NOT 
advertising authentication.


Even enabling 'auth_mechanisms = plain login digest-md5 cram-md5' in 
Dovecot's toaster.conf file,  the server refuses relaying through port 
25 triggered by spamdyke proposed toaster's configuration.


I tried to convince customer in order to use submission port, and he 
(partially) agreed, but support sending through legacy 25 smtp (and 
other non standard) is mandatory.


How could I setup that? or which packages (qmail/dovecot mainly) should 
I use or relay on?



Thanks in advance for your advices and pointers,

regards,



--

Abel Lucano 
a...@globalgate.com.ar
GlobalGate Ingeniería


-
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



-
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



-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com






Re: [qmailtoaster] recommended setup for sending throughout legacy port 25 and other nonstandard port setup

2020-09-25 Thread aal



Hello Eric,

thanks for the idea, but it's not useful here; the server it's not a frontend of 
a private lan; clients connect to it using some smtp-auth for 25/tcp.


Should I downgrade this toaster's qmail package to 
qmail-1.03-2.2.1.qt.el7.x86_64
in order to recover that functionality meanwhile?

thanks again

_A.


On Fri, 25 Sep 2020, Eric Broch wrote:


Date: Fri, 25 Sep 2020 16:13:04 -0600
From: Eric Broch 
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] recommended setup for sending throughout legacy
port 25 and other nonstandard port setup

if the hosts

In /etc/tcprules.d/tcp.smtp

192.168.1.:allow,RELAYCLIENT=""

172.16.:allow,RELAYCLIENT=""

...


On 9/25/2020 4:00 PM, a...@globalgate.com.ar wrote:


Hello again,

any thoughts?


More info: both toaster en CentOS 7

server A:
qmail-1.03-2.2.1.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64

ehlo
250-serverA.domain.com.ar
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE 20971520
250 AUTH LOGIN PLAIN CRAM-MD5


It's possible connect to 25/TCP port to sent out email
(others, as submission too obviously)



On the other hand:

Server B:
qmail-1.03-3.2.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64


telnet serverB  25
ehlo
250-serverB.domain.com.ar
250-STARTTLS
250-PIPELINING
250-8BITMIME
250 SIZE 30720


It's not possible connect to 25/TCP port to sent out email
(only submission or smtps)



So, should I rely on qmail-1.03-2.2.1.qt.el7.x86_64  to solve this issue by 
the moment?  (and avoid update qmail* package)


Or is there an appropiate setting to accomplish that.?


Thanks in advance


--

Abel Lucano 

GlobalGate Ingeniería



On Thu, 24 Sep 2020, a...@globalgate.com.ar wrote:


Date: Thu, 24 Sep 2020 00:36:34 -0300 (-03)
From: a...@globalgate.com.ar
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] recommended setup for sending throughout legacy 
port

    25 and other nonstandard port setup


Hi list,

scenario:
- smtp auth on 25/tcp  port for sending email
- centOS 7 or 8, whichever
- pop3/imap/webmail support as usual

Current qmailtoaster is running qmail-1.03-3.2 version (on centos7 at 
least)
and smtp's run script has a 'REQUIRE_AUTH=0' line and host it is NOT 
advertising authentication.


Even enabling 'auth_mechanisms = plain login digest-md5 cram-md5' in 
Dovecot's toaster.conf file,  the server refuses relaying through port 25 
triggered by spamdyke  proposed toaster's configuration.


I tried to convince customer in order to use submission port, and he 
(partially) agreed, but support sending through legacy 25 smtp (and other 
non standard) is mandatory.


How could I setup that? or which packages (qmail/dovecot mainly) should I 
use or relay on?



Thanks in advance for your advices and pointers,

regards,



--

Abel Lucano 
a...@globalgate.com.ar
GlobalGate Ingeniería


-
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



-
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] recommended setup for sending throughout legacy port 25 and other nonstandard port setup

2020-09-25 Thread aal



Hello again,

any thoughts?


More info: both toaster en CentOS 7

server A:
qmail-1.03-2.2.1.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64

ehlo
250-serverA.domain.com.ar
250-STARTTLS
250-PIPELINING
250-8BITMIME
250-SIZE 20971520
250 AUTH LOGIN PLAIN CRAM-MD5


It's possible connect to 25/TCP port to sent out email
(others, as submission too obviously)



On the other hand:

Server B:
qmail-1.03-3.2.qt.el7.x86_64
dovecot-2.3.10-11.qt.el7.x86_64


telnet serverB  25
ehlo
250-serverB.domain.com.ar
250-STARTTLS
250-PIPELINING
250-8BITMIME
250 SIZE 30720


It's not possible connect to 25/TCP port to sent out email
(only submission or smtps)



So, should I rely on qmail-1.03-2.2.1.qt.el7.x86_64  to solve this issue by the 
moment?  (and avoid update qmail* package)


Or is there an appropiate setting to accomplish that.?


Thanks in advance


--

Abel Lucano 

GlobalGate Ingeniería



On Thu, 24 Sep 2020, a...@globalgate.com.ar wrote:


Date: Thu, 24 Sep 2020 00:36:34 -0300 (-03)
From: a...@globalgate.com.ar
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] recommended setup for sending throughout legacy port
25 and other nonstandard port setup


Hi list,

scenario:
- smtp auth on 25/tcp  port for sending email
- centOS 7 or 8, whichever
- pop3/imap/webmail support as usual

Current qmailtoaster is running qmail-1.03-3.2 version (on centos7 at least)
and smtp's run script has a 'REQUIRE_AUTH=0' line and host it is NOT 
advertising authentication.


Even enabling 'auth_mechanisms = plain login digest-md5 cram-md5' in 
Dovecot's toaster.conf file,  the server refuses relaying through port 25 
triggered by spamdyke  proposed toaster's configuration.


I tried to convince customer in order to use submission port, and he 
(partially) agreed, but support sending through legacy 25 smtp (and other non 
standard) is mandatory.


How could I setup that? or which packages (qmail/dovecot mainly) should I use 
or relay on?



Thanks in advance for your advices and pointers,

regards,



--

Abel Lucano 
a...@globalgate.com.ar
GlobalGate Ingeniería


-
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



[qmailtoaster] recommended setup for sending throughout legacy port 25 and other nonstandard port setup

2020-09-23 Thread aal



Hi list,

scenario:
- smtp auth on 25/tcp  port for sending email
- centOS 7 or 8, whichever
- pop3/imap/webmail support as usual

Current qmailtoaster is running qmail-1.03-3.2 version (on centos7 at least)
and smtp's run script has a 'REQUIRE_AUTH=0' line and host it is NOT advertising 
authentication.


Even enabling 'auth_mechanisms = plain login digest-md5 cram-md5' in Dovecot's 
toaster.conf file,  the server refuses relaying through port 25 
triggered by spamdyke  proposed toaster's configuration.


I tried to convince customer in order to use submission port, and he 
(partially) agreed, but support sending through legacy 25 smtp (and other non 
standard) is mandatory.


How could I setup that? or which packages (qmail/dovecot mainly) should I use 
or relay on?



Thanks in advance for your advices and pointers,

regards,



--

Abel Lucano 
a...@globalgate.com.ar
GlobalGate Ingeniería


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Pruning qmailqueue

2020-08-03 Thread aal

On Mon, 3 Aug 2020, Jeff Koch wrote:

Hi - does anyone have a script that can be used to prune the qmailqueue. 
There used to be one that allowed us to search for and delete queued emails 
by sender or keyword. Very useful for getting rid of spam in the queue 
without deleting the entire queue.


 I remember using it on our old Bill's toaster mailservers but then it 
stopped working.


Thanks

Jeff



Hi,

use qmHandle

A perl script included in qmailtoaster.

regards,


__Abel

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] SPF logging

2020-03-20 Thread aal




On Fri, 20 Mar 2020, Jeff Koch wrote:

Hi - last week we changed the SPF behavior on our mailservers to '3' and 
restarted QMT7.  Where would we see logging of SPF failures on incoming mail? 
I did a grep of /var/log/qmail/smtp logs for 'SPF' and didn't see anything.


Just want to make sure SPF behavior is working.

Regards, Jeff





Hi,
you should be able to see entries ' spf-reject:' for example in your smtpd logs.

regards

--Abel

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] RoundCube+Carddav in CentOS 7

2019-07-04 Thread aal



Hello Eric et all,

Just for the record, i have verified it twice with two boxes.

- install QMT as usual with Roundcube
  Stock CentOS7 install PHP 5.4 and  roundcubemail-1.1.12-2.el7.noarch

  WebMail RoundCube works perfectly.


Then:

- Follow http://www.qmailtoaster.net/roundcube.html in order to use Carddav

  Remi Repo upgrades:
  PHP 5.4 to PHP 7.1 as desired.
  and  roundcube 1.1.12-2 to roundcubemail-1.3.9-1

  After the installation,  Roundcube webmail fails when sending with an
  "SMTP Error (220): Authentication failed."


 Enabling roundcube debug, you can see lines like this:

  ERROR: STARTTLS failed ()
  ERROR: Invalid response code received from server (-1)
   SMTP Error: Authentication failure: STARTTLS failed (Code: ) in 
/usr/share/roundcubemail/program/lib/Roundcube/rcube.php on line 1673 (POST 
/email/?_task=mail&_unlock=loading1562266704995&_lang=en_US&_framed=1&_action=send)



- Problem is solved only if add the following in my
  /etc/roundcubemail/config.inc.php

  $config['smtp_conn_options'] = array(
  'ssl' => array(
  'verify_peer' => false,
  'verify_peer_name' => false,
  ),
  );


I wonder if this is the correct approach and if any else is dealing or can 
reproduce this issue at least.



kind regards,



--

Abel Lucano 

GlobalGate Ingeniería

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Relaying mail to another server

2019-07-03 Thread aal



On Wed, 3 Jul 2019, Jeff Koch wrote:


Date: Wed, 3 Jul 2019 09:35:20 -0400
From: Jeff Koch 
Reply-To: qmailtoaster-list@qmailtoaster.com
To: Eric Broch , qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Relaying mail to another server


Hi - I need to temporarily relay all mail from a QMT7 mailserver to another 
server that will distribute the mail. Does anyone know how to reconfigure the 
QMT7 mailserver to do that?


This is because my host is currently blocking outgoing port 25 so I thought 
I'd relay the mail on port 26 to a server we have on another host. But I need 
to configure QMT7 to do that.


Regards, Jeff



Hi,

/usr/bin/echo  ":" >> /var/qmail/control/smtproutes


kind regards,


__Abel.

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] missing Pcre support by default?

2017-05-20 Thread aal


Hi Eric

looking into

ftp://ftp.whitehorsetc.com/pub/qmail/CentOS6/qmt/rpms/x86_64/clamav-0.99.2-2.qt.x86_64.build.txt

i found:

..
configure: Summary of engine detection features
  bzip2   : ok
  zlib: /usr
  unrar   : yes
  pcre: no (disabled)
  libxml2 : yes, from /usr
  yara: yes

.

Is it done by design? Another explanation?

Clamd's logs concerned me:

/var/log/clamav/freshclam.log-20170504_035450:[LibClamAV] cli_loadldb: logical 
signature for Win.Ransomware.Locky-4 uses PCREs but support is disabled, 
skipping
/var/log/clamav/freshclam.log-20170504_035450:[LibClamAV] cli_loadldb: logical 
signature for Win.Ransomware.Locky-4 uses PCREs but support is disabled, 
skipping




I'll try clamav-0.99.2 src.rpm recompiling with pcre libs support and test it.

If I found some issue with this, i'll post to the list.


regards


--

Abel Lucano 

GlobalGate Ingeniería

http://www.globalgate.com.ar
Viamonte 723 5to of 19

Tel (Buenos Aires):  (011) 5218 4242/44
Tel (Córdoba):   (0351) 571 0351
Tel (Corrientes):(0379) 464 0042
Intl:+54 11 5218 4242


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] EZMLM Lists

2016-04-19 Thread aal


Try rebuilding package from rpm sources

   rpmbuild -ba qmailadmin.spec


regards,


--

Abel Lucano 

GlobalGate Ingeniería

http://www.globalgate.com.ar
Viamonte 723 5to of 19

Tel (Buenos Aires):  (011) 5218 4242/44
Tel (Córdoba):   (0351) 571 0351
Tel (Corrientes):(0379) 464 0042
Intl:+54 11 5218 4242

On Tue, 19 Apr 2016, Ed Morrison wrote:


Date: Tue, 19 Apr 2016 10:45:22 -0700
From: Ed Morrison 
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] EZMLM Lists

Hi Abel:

Thanks for the information.  I downloaded the patched qmailadmin rpm but
received these dependency errors:

[root@mail ~]# rpm -Uvh qmailadmin-1.2.16-1.qt.el6.x86_64.rpm
error: Failed dependencies:
   libmysqlclient.so.18()(64bit) is needed by
qmailadmin-1.2.16-1.qt.el6.x86_64
   libmysqlclient.so.18(libmysqlclient_16)(64bit) is needed by
qmailadmin-1.2.16-1.qt.el6.x86_64

So I installed the mysql-libs but still get the above dependency error.
Any thoughts?

[root@mail ~]# rpm -qa | grep mysql
mysql-libs-5.1.73-5.el6_7.1.i686
mysql-libs-5.1.73-5.el6_7.1.x86_64
mysql-5.1.73-5.el6_7.1.x86_64
mysql-devel-5.1.73-5.el6_7.1.x86_64
mysql-server-5.1.73-5.el6_7.1.x86_64



Thanks,
Ed

On Tue, Apr 19, 2016 at 9:06 AM,  wrote:



hello Ed,
there's a patch included in qmailadmin to take care of this issue.
Look into EricB's repositories for qmailadmin.

Briefly, the trick would be:

modify .spec file:

mysql for ezmlm = no-> mysql for ezmlm = yes
--enable-ezmlm-mysql=n ->  --enable-ezmlm-mysql=y

and rebuild the package

Hope it helps


--

Abel Lucano 

GlobalGate Ingeniería

http://www.globalgate.com.ar
Viamonte 723 5to of 19

Tel (Buenos Aires):  (011) 5218 4242/44
Tel (Córdoba):   (0351) 571 0351
Tel (Corrientes):(0379) 464 0042
Intl:+54 11 5218 4242

On Tue, 19 Apr 2016, Ed Morrison wrote:

Date: Tue, 19 Apr 2016 07:52:35 -0700

From: Ed Morrison 
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] EZMLM Lists


Hi Everyone:

I have qmailtoaster installed using the c6 iso.  I used to run the qmt5
iso. One of the big differences I see at least for ezmlm is that the c6
version does not have all the ezmlm management option when creating a list
via the web interface.  As such I am trying to create and announcement only
list where only the moderator can post messages.  The list I have now
allows all subscibers to post.  How do I correct this?  Better yet, how do
I get all the web ezmlm management option back?

Thanks,
Ed

-
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






-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] EZMLM Lists

2016-04-19 Thread aal


hello Ed,
there's a patch included in qmailadmin to take care of this issue.
Look into EricB's repositories for qmailadmin.

Briefly, the trick would be:

modify .spec file:

mysql for ezmlm = no-> mysql for ezmlm = yes
--enable-ezmlm-mysql=n ->  --enable-ezmlm-mysql=y

and rebuild the package

Hope it helps


--

Abel Lucano 

GlobalGate Ingeniería

http://www.globalgate.com.ar
Viamonte 723 5to of 19

Tel (Buenos Aires):  (011) 5218 4242/44
Tel (Córdoba):   (0351) 571 0351
Tel (Corrientes):(0379) 464 0042
Intl:+54 11 5218 4242

On Tue, 19 Apr 2016, Ed Morrison wrote:


Date: Tue, 19 Apr 2016 07:52:35 -0700
From: Ed Morrison 
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] EZMLM Lists

Hi Everyone:

I have qmailtoaster installed using the c6 iso.  I used to run the qmt5 iso. 
One of the big differences I see at least for ezmlm is that the c6 version 
does not have all the ezmlm management option when creating a list via the 
web interface.  As such I am trying to create and announcement only list 
where only the moderator can post messages.  The list I have now allows all 
subscibers to post.  How do I correct this?  Better yet, how do I get all the 
web ezmlm management option back?


Thanks,
Ed

-
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] COS 6 /webmail: 454 oops, problem with child and I can't auth (#4.3.0)

2015-07-08 Thread aal


Hi Eric

sorry for the delay to answer, i've mixed some folders i guess.

Indeed, qmailctl {stop|start} has very different results that qmailctl 
restart


I'm trying to understand in this moment:

- why the old 'svc -d/-u' supervise command are not enough now.

and

- why do I need now to bump up soflimit to values so significant like 100MB
  or more.


best regards,


--

Abel Lucano 
a...@globalgate.com.ar

GlobalGate Ingeniería
(011) 5218 4242/44


On Tue, 16 Jun 2015, Eric Broch wrote:


Date: Tue, 16 Jun 2015 16:03:06 -0600
From: Eric Broch ebr...@whitehorsetc.com
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] COS 6 /webmail: 454 oops,
problem with child and I can't auth (#4.3.0)

Hi Abel,
There have been a couple others with the same issue which were resolved
by bumping up the soft-limit to 1 as you have done. Did you
restart qmail. 1) qmailctl stop 2) qmailctl start ?
If you have, you might want to bump the soft-limit up a little more.

Eric


On 6/16/2015 2:44 PM, a...@globalgate.com.ar wrote:


Hello there,

testing a new fresh QMT installation, sending a test message with
squirrel webmail failed with:

454 oops, problem with child and I can't auth  error message

/var/log/messages  with this line
Jun 16 17:27:44 sksrv2 kernel: vchkpw[20169]: segfault at 0 ip
0037aa128366 sp 7fff756f4c18 error 4 in
libc-2.12.so[37aa00+18a000]


extra info:

- CentOS 6.6 x64 full updated
qt-whatami v1.0 Tue Jun 16 17:34:31 ART 2015
This machine's OS is supported
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=6.6
QTARCH=x86_64
QTKERN=2.6.32-504.23.4.el6.x86_64

- installed following:

https://github.com/QMailToaster/qmailtoaster-util/blob/master/README.install


- I've already raised up softlimit to  1..
  /usr/bin/softlimit -m 1
  for smtp and submission; no changes.


I'll appreciate very much any hints to begin to deal with this issue.

Thanks in advance


--

Abel Lucano 

a...@globalgate.com.ar

GlobalGate Ingeniería
(011) 5218 4242/44

-
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





-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] COS 6 /webmail: 454 oops, problem with child and I can't auth (#4.3.0)

2015-06-16 Thread aal


Hello there,

testing a new fresh QMT installation, sending a test message with squirrel 
webmail failed with:


454 oops, problem with child and I can't auth  error message

/var/log/messages  with this line
Jun 16 17:27:44 sksrv2 kernel: vchkpw[20169]: segfault at 0 ip 0037aa128366 
sp 7fff756f4c18 error 4 in libc-2.12.so[37aa00+18a000]



extra info:

- CentOS 6.6 x64 full updated
qt-whatami v1.0 Tue Jun 16 17:34:31 ART 2015
This machine's OS is supported
REAL_DIST=CentOS
DISTRO=CentOS
OSVER=6.6
QTARCH=x86_64
QTKERN=2.6.32-504.23.4.el6.x86_64

- installed following:
  https://github.com/QMailToaster/qmailtoaster-util/blob/master/README.install


- I've already raised up softlimit to  1..
  /usr/bin/softlimit -m 1
  for smtp and submission; no changes.


I'll appreciate very much any hints to begin to deal with this issue.

Thanks in advance


--

Abel Lucano 

a...@globalgate.com.ar

GlobalGate Ingeniería
(011) 5218 4242/44

-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: How to fix DNS for Received: from unknown

2014-10-22 Thread aal


Hi Eric,

On Wed, 22 Oct 2014, Eric Shubert wrote:

This is somewhat moot though, as the new qmail package will be using 
xinetd/init instead of tcpserver/supervise in an upcoming release. Everything 
except qmail is no longer using supervise, and qmail is the last piece. I 
don't have a time estimate for this, but I expect it will be the next 
release.


I didn't find in the list archive if you've explained it already

I'm curious: ¿why did you consider better to not run qmail and another pieces
under tcpserver/supervise and choose go back to inetd/xinetd?

Could you elaborate on that please?  (on free time of course)

regards,

--

Abel Lucano 

GlobalGate Ingeniería


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: Disable SSLv3, POODLE: SSLv3 vulnerability

2014-10-16 Thread aal



On Wed, 15 Oct 2014, Eric Shubert wrote:


Date: Wed, 15 Oct 2014 15:51:05 -0700
From: Eric Shubert e...@shubes.net
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Disable SSLv3, POODLE: SSLv3 vulnerability

On 10/15/2014 02:36 PM, Nikolay Mitev wrote:

Hi Team,

How can you exclude SSLv3 for the case POODLE: SSLv3 vulnerability
(CVE-2014-3566) for /SMTPs,POP3s and IMAPs/.

Best regards,
Nikolay


My first overall impression is, no more encrypted email, until this is fixed. 
Or you can use encrypted email, and be vulnerable. How bad the vulnerability 
is I'm not sure.


This was just announced, so we'll see how fast a patch comes out.

In order to disable SSLv3, you need to change your cyphers list in 
/etc/dovecot/toaster.conf file for dovecot, and 
/var/qmail/control/tlsserverciphers for qmail-smtpd.


If you turn off SSLv3, that includes TLS, so you'd better turn off plain and 
login authentication methods as well. Looks like digest-md5 or cram-md5 would 
be the only non-plain-text authentication methods available. I imagine Dan's 
loving that. ;)





Hello Eric,

Could be possible to define one control file to populate with the domains 
against i donŽt want to do TLS/SSL?


Honestly i have not yet look deeply into qmail-smtpd code to conclude that if
you turn on TLS, it will be active for all smtp transactions and you could avoid 
this for some specific domains.



best regards,



--

Abel Lucano 

GlobalGate Ingeniería


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] 553 sorry, your envelope sender has been denied (#5.7.1)

2014-08-22 Thread aal


Hi Dan,

what about /var/qmail/control/badmailfrom file in that toaster?

regards

--

Abel Lucano 

GlobalGate
Ingeniería
http://www.globalgate.com.ar
Viamonte 723 5to of 22
Tel (Buenos Aires):  (011) 5218 4242/44 FAX:  (011) 5218 4245
Tel (Córdoba):   (0351) 571 0351
Tel (Corrientes):(0379) 464 0042

Intl: Tel: +54 11 5218 4242
  Fax: +54 11 5218 4245

On Fri, 22 Aug 2014, Dan McAllister wrote:


Date: Fri, 22 Aug 2014 11:19:35 -0400
From: Dan McAllister q...@it4soho.com
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] 553 sorry,
your envelope sender has been denied (#5.7.1)

OK, so this is a curious problem.

I am using a QMT as a smarthost for sending mail -- to be used when any of my 
other servers are blacklisted while I get the blacklist entries removed.


ONE user (and only 1 user) is getting bounces of the form:

  Hi. This is the qmail-send program at SMARTHOST FQDN.
  I'm afraid I wasn't able to deliver your message to the following 
addresses.

  This is a permanent error; I've given up. Sorry it didn't work out.

  u...@domain.tld:
  Delivered with authenticated connection to
  IP Address does not like recipient.
  Remote host said: 553 sorry, your envelope sender has been denied (#5.7.1)
  Giving up on IP Address.

  --- Below this line is a copy of the message.

The smarthost receives the message on port 587 (submission) with an 
authenticated user (used solely for inter-server communications) login - thus 
the authenticated connection... but the error says there is a problem with 
the envelope sender and I'm clueless how this is different or unique for 
this one user.


Unfortunately, neither set of log files seems to shed any light on this -- 
or else I'm looking in the wrong place.


Any ideas anyone?

Dan McAllister


--
IT4SOHO, LLC
33 - 4th Street N, Suite 211
St. Petersburg, FL 33701-3806

CALL TOLL FREE:
 877-IT4SOHO

877-484-7646 Phone
727-647-7646 Local
727-490-4394 Fax

We have support plans for QMail!




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



[qmailtoaster] switched to new toaster: dovecot -ERR [AUTH] Plaintext authentication disallowed on non-secure (SSL/TLS)...

2014-08-08 Thread aal


Hello list,

I've installed a new fresh toaster on centos.6.x

Testing POP3 from localhost with dovecot is fine,
but from non-localhost, auth fails with


#telnet public_ip 110
Trying public_ip...
Connected to public_ip.
Escape character is '^]'.
+OK Dovecot toaster ready.
user postmas...@midata.com
-ERR [AUTH] Plaintext authentication disallowed on non-secure (SSL/TLS) 
connections.

quit


dovecot.conf file is the usual:
!include toaster.conf
!include_try local.conf

and toaster.conf file has no extra editings:

# Settings for 'stock' qmail-toaster

auth_cache_size = 32M
auth_mechanisms = plain login digest-md5 cram-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 pop3
ssl_cert = /var/qmail/control/servercert.pem
ssl_key = /var/qmail/control/servercert.pem
# the following will likely be the default at some point
ssl_dh_parameters_length = 2048



dovecot.log shows lines like this one:

Aug 07 18:46:20 pop3-login: Info: Disconnected (tried to use disallowed 
plaintext auth): .



Is it an issue related with MySql ? Another thing to look?


Thanks in advance for your input!


regards


__Abel


-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



Re: [qmailtoaster] Re: switched to new toaster: dovecot -ERR [AUTH] Plaintext authentication disallowed on non-secure (SSL/TLS)...

2014-08-08 Thread aal



Thanks you very much Eric for your quick answer

Indeed, I understand that requirement;
I am trying to solve a legacy situation now, before to fix it and go for
the recommended default.

thanks again.

--

Abel Lucano 

GlobalGate
Ingeniería
http://www.globalgate.com.ar
Viamonte 723 5to of 22
Tel (Buenos Aires):  (011) 5218 4242/44 FAX:  (011) 5218 4245
Tel (Córdoba):   (0351) 571 0351
Tel (Corrientes):(0379) 464 0042

Intl: Tel: +54 11 5218 4242
  Fax: +54 11 5218 4245

On Fri, 8 Aug 2014, Eric Shubert wrote:


Date: Fri, 08 Aug 2014 11:04:19 -0700
From: Eric Shubert e...@shubes.net
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: switched to new toaster: dovecot -ERR [AUTH]
Plaintext authentication disallowed on non-secure (SSL/TLS)...

On 08/08/2014 09:23 AM, a...@globalgate.com.ar wrote:

-ERR [AUTH] Plaintext authentication disallowed on non-secure (SSL/TLS)
connections.


Localhost connections are considered secure, so SSL/TLS isn't required in 
that case. In all other cases, a secure (SSL/TLS) connection is required 
prior to authentication, in order that passwords aren't sent in clear text. 
This is a default dovecot behavior (for good reason).


To change this setting, you can add:
disable_plaintext_auth=no
to your /etc/dovecot/local.conf file. This is highly discouraged though.

Note, in the QMT configuration, all active configuration parameters are 
contained in the local.conf and toaster.conf files. All of the configuration 
parameters in the conf.d directory are for documentation purposes only. This 
should be pretty clear by examining the dovecot.conf file.


Also, your current non-default dovecot settings can be listed with the:
# doveconf -n
command, to post to the list and/or verify your settings.


--
-Eric 'shubes'


-
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] Quick Question - IMAP (Courier)

2014-05-14 Thread aal

Hello Dan,

I tried this  in /var/qmail/supervise/imap4/run script:

...
/usr/bin/tcpserver -v -R -H -l  $HOSTNAME -c 80 0 143 \


# svc -t /var/qmail/supervise/imap4

and thereafter:

# tail -f /var/log/qmail/imap4/current

@400053738ede19e18aac tcpserver: status: 0/80
@400053738edf1e2041e4 tcpserver: status: 0/80
@400053738f1b02ca8fbc tcpserver: status: 1/80

It seems to work, independently of
/var/qmail/supervise/imap4/env/MAXDAEMONS

Maybe it helps

regards


--

Abel Lucano 

GlobalGate
Ingeniería
http://www.globalgate.com.ar
Viamonte 723 5to of 22
Tel (Buenos Aires):  (011) 5218 4242/44 FAX:  (011) 5218 4245
Tel (Córdoba):   (0351) 571 0351
Tel (Corrientes):(0379) 464 0042

Intl: Tel: +54 11 5218 4242
  Fax: +54 11 5218 4245

On Wed, 14 May 2014, Dan McAllister wrote:


Date: Wed, 14 May 2014 10:40:20 -0400
From: Dan McAllister q...@it4soho.com
Reply-To: qmailtoaster-list@qmailtoaster.com
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] Quick Question - IMAP (Courier)

Kelly:

I found that value as well (perhaps I should have explained what I had done 
already tried)... but even after upping that value to 80, I still see log 
entries saying tcpserver is limiting the number to 40. (The value at 
/var/qmail/supervise/imap4/env/MAXDAEMONS (which is built in the 
/var/qmail/supervise/imap4/run script) is properly set to 80 -- but the 
tcpserver entry line in the /var/log/qmail/imap4/current continues to say the 
max is 40.


*Thanks for any other advise -- this is impacting my customers!

*Dan



On 5/13/2014 5:27 PM, Kelly Cobean wrote:

/etc/courier/imapd has this default value



##NAME: MAXDAEMONS:0
#
#  Maximum number of IMAP servers started
#

MAXDAEMONS=40

##NAME: MAXPERIP:0
#
#  Maximum number of connections to accept from the same IP address

MAXPERIP=4







On 05/13/2014 16:52, Dan McAllister wrote:

Greetings all

Exactly where is it that we set the 40 connection limit for courier IMAP?

I've got an older server that runs over 250 domains and for some
reason the TCPserver log is saying we're using 40 out of 40
connections. (I need this to be more like 200!)

Thanks

Dan McAllister

--
IT4SOHO, LLC
33 - 4th Street N, Suite 211
St. Petersburg, FL 33701-3806

CALL TOLL FREE:
  877-IT4SOHO

877-484-7646 Phone
727-647-7646 Local
727-490-4394 Fax

We have support plans for QMail!


-
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




--
IT4SOHO, LLC
33 - 4th Street N, Suite 211
St. Petersburg, FL 33701-3806

CALL TOLL FREE:
 877-IT4SOHO

877-484-7646 Phone
727-647-7646 Local
727-490-4394 Fax

We have support plans for QMail!




-
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com