Re: [qmailtoaster] Roundcube Survey

2014-06-01 Thread Postmaster

My answer is no to both.


Rgds
Alex


On 28/05/2014 04:28, Eric Shubert wrote:
For those using Roundcube, please be so gracious as to answer a couple 
questions.


Do you use it with nginx? (I expect mostly no answers)

If not, have you used nginx for anything else?

Thank you for your participation. I'm contemplating adding Roundcube 
to the 'stock' QMT. It's been long overdue.





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



Re: [qmailtoaster] to catch all or no

2014-06-01 Thread Postmaster

I set Catch-all to delete all emails for the following reasons:

1) There is no need to get catch-all as it does increase spam - anyone 
can send e-mail(s) to %$£%£%£@whateveryourdomain.com
2) There is no need to bounce back e-mails caught by Catch-all as (a) 
it increases the traffic for no reason (2) spam e-mails are disguised so 
you never get through to the true sender



Regards
Alex

On 19/05/2014 15:15, Jim Shupert wrote:

Friends,

1st let me say that i have asked this forum for advice on my battele 
with spam and I can say that I am enjoying success from the wisdom.

thank you.

a related matter.

I [ the postmaster ] personnally get a lot of spam because I am the 
ctach all account.
this means I get spam for ' people who do not exist - this is 2 
catagories.
1- accounts that did exist in the past but no longer. ie billiebob 
left - so no billie...@mydom.com anymore

2- accounts that have never existed . ie unic...@mydom.com

as you might suspect these are largely spam.

My q - what is a suggested means of doing this?
my thoughts are
1. a account is made named d...@mydom.com as catch all and assign it a 
quota of 5 MB

2 make s...@mydom.com the catch all.
or
3. no change - meaning leave it so it goes to my mailbox as catch all.

thanks




Re: [qmailtoaster] Re: Installing QMT on CentOS 6.4

2014-04-02 Thread Postmaster

Thanks Chandran,


This is a really a good manual and though I did my installation onto the 
testing server yesterday, it would be good if this is published on wiki 
or something.

Well done putting it all together.



Regards
Alex




On 02/04/2014 09:22, ChandranManikandan wrote:

Hi Alex,
Please follow below step

1.install CentOS minimal

url : http://mirror.upsi.edu.my/centos/6.5/isos/x86_64/
2. curl 
https://raw.github.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-1 
qt-bootstrap-1

3. sh qt-bootstrap-1
(system will reboot)
4. curl 
https://raw.github.com/QMailToaster/qmailtoaster-util/master/qt-bootstrap-2 
qt-bootstrap-2

vi qt-bootstrap-2
Change:
http://mirrors.qmailtoaster.com/current/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm
To:
http://mirrors.qmailtoaster.com/testing/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm
5. cd /etc/yum.repos.d

vi qmailtoaster-nodist.repo

Script is below

# qmailtoaster-nodist.repo
#
# The QmailToaster nodist repo supports multiple distros, as well as 
universal

# rpms containing scripts that can be used on any platform or arch.
#
# Packages for specific distros are found by their respective repo file.
#
# The 'current' repos are considered production worthy, aka stable.
# The 'testing' repos are considered beta, and should not be used in 
production.
# The 'devel' repos are considered alpha, and should be used only by 
developers.

#
# Packages in the current repos have all been promoted from testing,
# and signed with the qmailtoaster key.
# If you have installed a package from the testing repo, there is no 
purpose

# in reinstalling it after it's been promoted into current.
#
# Packages in testing have been newly built (they're not development 
copies),

# and are signed with the qmailtoaster key.
#
# Packages in devel may or may not be signed by the developer.
#
# If the mirrorlist= does not work for you, as a fall back you can try 
the

# remarked out baseurl= line instead.
#

# current (stable) packages

[qmailtoaster-current-nodist]
name=QmailToaster current - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/current/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/current/nodist
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7

# packages being tested, not for production hosts

[qmailtoaster-testing-nodist]
name=QmailToaster testing - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/testing/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/testing/nodist
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7

# packages being developed, for developer use only

[qmailtoaster-devel-nodist]
name=QmailToaster devel - nodist (universal)
mirrorlist=http://mirrors.qmailtoaster.com/devel/nodist/mirror.list
#baseurl=http://mirrors.qmailtoaster.com/devel/nodist
enabled=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes
priority=7


{{{ Same in qmailtoaster-dist.repo }}}

Vi qmailtoaster-dist.repo

# qmailtoaster-centos.repo
#
# The current repo is considered production worthy, aka stable.
# The testing repo is considered beta, and should not be used in 
production.
# The devel repo is considered alpha, and should be used only by 
developers.

#

[qmailtoaster-current]
name=QmailToaster current - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/current/CentOS/mirror.list
enabled=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7

# packages being tested, not for production hosts

[qmailtoaster-testing]
name=QmailToaster testing - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/testing/CentOS/mirror.list
enabled=1
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-qmailtoaster
priority=7

# packages being developed, for developer use only

[qmailtoaster-devel]
name=QmailToaster development - CentOS $releasever
mirrorlist=http://mirrors.qmailtoaster.com/devel/CentOS/mirror.list
enabled=0
gpgcheck=0
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-shubes
priority=7

enabled from 1 to 0 in the [qmailtoaster-current] and from 0 to 1 in 
the [qmailtoaster-testing].



save and run yum clean all
6. sh qt-bootstrap-2
7. qt-install

8. Set mysql root password for the following installation option.
8. service dovecot restart and chkconfig dovecot on

Configure domain
add a domain:
/home/vpopmail/bin/vadddomain your-domain.com 
http://your-domain.com postmaster-password


Add a user:
/home/vpopmail/bin/vadduser y...@your-domain.com 
mailto:y...@your-domain.com your-password


Edit /etc/php.ini and set register_globals = On
service httpd restart


Bring up your browser and go to:
http://www.your-domain.com/admin-toaster/
  Username: admin
  Password: toaster
Change your password . . .

Edit /etc/php.ini and set register_globals = Off
service httpd restart

Check your mail server:
http://www.your-domain.com/webmail
login with your full

Re: [qmailtoaster] Re: Installing QMT on CentOS 6.4

2014-04-01 Thread Postmaster

Eric,



i still have the same issue after changing qt-bootstrap-2:

sh qt-bootstrap-2
qt-bootstrap-2 - qt-bootstrap-2 - installing yum-priorities (plugin) ...
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirrors.clouvider.net
 * extras: mirrors.clouvider.net
 * qmailtoaster-current: mirror6.qmailtoaster.com
 * qmailtoaster-current-nodist: mirror6.qmailtoaster.com
 * qmailtoaster-testing: mirror6.qmailtoaster.com
 * updates: mirrors.clouvider.net
3 packages excluded due to repository priority protections
Setting up Install Process
Package yum-plugin-priorities-1.1.30-17.el6_5.noarch already installed 
and latest version

Nothing to do
qt-bootstrap-2 - installing 
qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm (repo) ...
Retrieving 
http://mirrors.qmailtoaster.com/testing/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm

Preparing... ### [100%]
package qmailtoaster-release-2.0-1.qt.nodist.noarch is already 
installed

qt-bootstrap-2 - installing qmailtoaster-util (scripts) ...
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
 * base: mirrors.clouvider.net
 * extras: mirrors.clouvider.net
 * qmailtoaster-current: mirror6.qmailtoaster.com
 * qmailtoaster-current-nodist: mirror6.qmailtoaster.com
 * qmailtoaster-testing: mirror6.qmailtoaster.com
 * updates: mirrors.clouvider.net
3 packages excluded due to repository priority protections
Setting up Install Process
No package qmailtoaster-util available.
Error: Nothing to do
qt-bootstrap-2 - completed


Regards
Alex


On 01/04/2014 01:33, Eric Shubert wrote:

The packages are still in /testing/.

edit qt-bootstrap-2:
s/current/testing/
s/yum -y/yum -y --enablerepo=qmailtoaster-testing/

Then rerun it.

You might want to enable the testing repo by changing the setting in 
/etc/yum.repos.d/qmailtoaster-dist.repo temporarily.


I hope to have the qmailtoaster-util package completed and packages 
promoted to /current/ in the next couple weeks.


Thanks.

P.S. Any reason this isn't COS6.5?







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



[qmailtoaster] Installing QMT on CentOS 6.4

2014-03-31 Thread Postmaster

Hello all,


I have had the following problem on the testing CentOS 6.4:


sh qt-bootstrap-2
qt-bootstrap-2 -
qt-bootstrap-2 - installing yum-priorities (plugin) ...
Loaded plugins: priorities, security
3 packages excluded due to repository priority protections
Setting up Install Process
Package yum-plugin-priorities-1.1.30-17.el6_5.noarch already installed 
and latest version

Nothing to do
qt-bootstrap-2 - installing 
qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm (repo) ...
Retrieving 
http://mirrors.qmailtoaster.com/current/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm

curl: (22) The requested URL returned error: 404 Not Found
error: skipping 
http://mirrors.qmailtoaster.com/current/nodist/qmailtoaster-release-2.0-1.qt.nodist.noarch.rpm 
- transfer failed

qt-bootstrap-2 - installing qmailtoaster-util (scripts) ...
Loaded plugins: priorities, security
3 packages excluded due to repository priority protections
Setting up Install Process
No package qmailtoaster-util available.
Error: Nothing to do
qt-bootstrap-2 - completed



Any ideas please?



Regards
Alex

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



Re: [qmailtoaster] Re: SSL Certs and multiple domains

2014-03-19 Thread Postmaster

On 18/03/2014 19:54, Eric Shubert wrote:

On 03/18/2014 11:32 AM, Postmaster wrote:

Hello all,


I browsed all past e-mail in the list, but was not able to see how this
is done.
I need to have several certificates (servercert.pem) for every different
domain name, say
mail.domain1.com and mail.domain2.com. Is there any way to set it up?
I know there was a qmail patch
https://bugs.gentoo.org/show_bug.cgi?id=94257, but it
is very outdated now.


Regards
Alex

-


I don't understand how this patch would be implemented. What basis 
would be used to set the $TCPLOCALHOST or $TCPLOCALIP variables?





My understanding is that it allows usage of different certificates 
depending on the environmental variables ($TCPLOCALHOST or $TCPLOCALIP).
However, any other ideas how the self-signed certs can be used with 
multiple domains are appreciated.







[qmailtoaster] CentOS 6.4 64 bit and QMT

2014-03-03 Thread postmaster
Hello all,


As I am currently going through an upgrade from CentOS 5 to 6, can anyone
please point out to the right place in terms of backup/restore (is it
simple or requires any bolt-on?) as well as installation of QMT on the
CentOS 6.4 please (I recall some scripts were not working under CentOS
6?)? Your experience as well as any links would be very much appreciated.


Regards
Alex


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



Re: [qmailtoaster] Virtualizing a QMT server!

2014-03-01 Thread Postmaster

Hi Tony,


There is no issues running QMT in the virtual environment as is.
I have been running QMT in the virtual environment for probably 5-6 
years now. Only potential issue is memory (if the server is handling 
many domains + MySQL + ClamAV)
You have to choose a good provider providing CentOS image. I am using 
linode and can only recommend them.



Regards
Alex


On 01/03/2014 13:49, Tony White wrote:

Hi folks,
  Has anyone tried to virtualize a QMT server yet?
Has it worked? If so can you tell me how you did it
so I can do it for my server please?
  Need to move to VM fairly soon as my server is having
issues.




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



Re: [qmailtoaster] Failure notice for CNAME Look up failed

2014-02-18 Thread Postmaster
This is an external issue most likely - Either (1) the glue record is 
the cause of the problem or (2) DNS records are wrong or not set up 
correctly or inaccessible. Gmail used to have it.




On 18/02/2014 05:28, Chandran Manikandan wrote:

CNAME lookup failed temporarily. (#4.4.3)




[qmailtoaster] Re: Common Email signature with all mails

2013-11-25 Thread Postmaster


Eric,

 

 

Just really wonder - what makes you say that? In all mid to large
enterprises, the disclaimer is added at the server and not by an
e-mail client. The email client sets contact details/names/positions
etc. in the footer.

 

I believe back in 2009, Jake wanted to implement it in QT 2.0

 

 

Regards
Alex

At Friday, 22/11/2013 on 15:16 Eric Shubert wrote:

On 11/21/2013 11:08 PM, Linux wrote:
 Dear All,

 I want to set common email signature/disclaimer in my mail server.

 This signature must attach with all outgoing mail.

 Is it possible? If yes then how to do it.

 Thanks in Advance

 Regards,

 Vivek Patil

 system admin


This cannot (and arguably should not) be done in the server. It needs
to 
be set up in each client.

-- 
-Eric 'shubes'

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




Re: [qmailtoaster] Re: Common Email signature with all mails

2013-11-25 Thread Postmaster
I guess we can debate about how useful or useless those disclaimers are. 
However, just my 2p on this issue:


- Let define it: A disclaimer is generally _any statement_ intended to 
specify or delimit the scope of rights and obligations _that may be 
exercised and enforced_ by parties in a legally recognized relationship :))

- a legal opinion contains a huge disclaimer as well :)
- in several countries there is certain requirement towards how 
communication can/cannot be conducted:
   1. In Germany every bank is putting information about the Board 
members and names (the same as on every headed paper)
   2. In the UK, the FSA regulated companies are putting their FSA 
registered number and other information in the footer section (the same 
as on headed paper)
- I am a little bit surprised to learn that somebody thought that 
disclaimer are legally binding.


I am not going to discuss the disclaimer on McDonald coffee: Carefully, 
very hot!. No way.



Regards
Alex




On 25/11/2013 19:24, Dan McAllister wrote:

On 11/25/2013 1:11 PM, Eric Shubert wrote:
The problem has to do with electronic signatures. Any sort of signing 
that's done needs to happen after the footer is added. Having the 
server add a footer would break gpg that's implemented by the client.


There might be a suitable way to add a footer on the server for 
submitted (authenticated) messages that are otherwise unsigned, 
before adding a DKIM signature. We can certainly look into this at 
some point, but it's not a priority in my view. Of course, anyone can 
make it their own priority and write some code to do it. This is 
after all a community project.


P.S. I'd beg to differ that all enterprises implement this at the 
server, although many of them do. Many of them also run Exchange, 
which I do not recommend in most cases. ;)


P.P.S. There is also some disagreement as to the effectiveness of 
these disclaimers. Personally, I think they're rather silly (although 
IANAL). I wonder if there's ever been a case in court where a 
disclaimer had any effect.



To Eric's point:

I have a number of financial advisors and insurance agencies that seem 
to think that these signatures are a requirement (e.g.: requests to 
bind insurance cannot be made via email, etc.) However, recent legal 
opinions in several states have held that these signatures cannot be 
legally binding -- in part because they're being delivered via e-mail, 
which makes them every bit as unenforceable as the typed of email 
they're warning against.


Never the less, the *professional organizations* still suggest that 
these disclaimers be present.


Kind of reminds me of the warning on the back of the *peanut butter* 
jar that reads: *WARNING: This product is manufactured in a plant 
that may use peanuts.*

Really?

Dan

--

PLEASE TAKE NOTE OF OUR NEW ADDRESS
===
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!





[qmailtoaster] clean up a mailbox

2013-04-05 Thread Postmaster

Hello all,


How do I clean up the inbox? I have a department account which is 
getting about 2000-4000 legitimate emails.
The problem is that if the account is not checked for a few days, there 
is a huge number of e-mails.
How do I automate an automatic deletion of all email in the inbox older 
than say 1 or 2 days please?



Any help is appreciated.


Regards
Alex

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



Re: [qmailtoaster] Re: Qmailtoaster - CentOS 5 - php53

2012-11-19 Thread postmaster
The issue with php53 admin-toaster can be easily corrected by changing
tags in the relevant admin-toaster files.




 On 11/13/2012 06:04 AM, Eric Shubert wrote:
 On 11/12/2012 06:12 PM, Eric Shubert wrote:
 I would seem to me that the php53 package/spec would have a
 Provides: php line in it. Does it not?

 It does not.

 While I don't think that rpm can handle a Requires: A or B type
 thing,
 I should think there's a way to code the spec file(s) such that either
 one would do.

 Would someone care to dig a little deeper into this?

 Ok, so I woke up a little early this morning, and decided to look into
 this.

 I found this thread, which covers the topic pretty well:
 https://bugzilla.redhat.com/show_bug.cgi?id=717158

 The cnt40-deps.sh script (it's been that long since I built my QMT) I
 have lists php, php-ldap (why? - don't need it), php-mysql and php-pear.

 Both php and php-pear provide only their 5.1 counterpart. However
 php-mysql is provided by both php-mysql and php53-mysql. So it looks
 as though if the *-toaster packages were changed to require php-mysql
 (whether they actually require it or not) instead of simply php, the
 dependency would be satisfied by either php or php53 (along with its
 -mysql counterpart).

 Does anyone see a problem with this?
 How have you php53 users on Cos5 gotten around this?

 Thanks.

 I am running php53u on a server with QMTISO updated to 5.8.  I don't
 have any issues other than the admin-toaster.  It's my understanding
 that the issue is because of strict tagging in php53  You must start and
 end your php doc with ?php ... /php?  where some flexibility was allowed
 before.  I have not chased this down as I don't need or use it on this
 server.

 Here is what I have installed.

 php53u.i386 5.3.16-1.ius.el5  installed
 php53u-cli.i386 5.3.16-1.ius.el5  installed
 php53u-common.i386 5.3.16-1.ius.el5  installed
 php53u-devel.i386 5.3.16-1.ius.el5  installed
 php53u-gd.i386 5.3.16-1.ius.el5  installed
 php53u-ldap.i386 5.3.16-1.ius.el5  installed
 php53u-mbstring.i386 5.3.16-1.ius.el5  installed
 php53u-mcrypt.i386 5.3.16-1.ius.el5  installed
 php53u-mysql.i386 5.3.16-1.ius.el5  installed
 php53u-pdo.i386 5.3.16-1.ius.el5  installed
 php53u-pear.noarch 1:1.9.4-3.ius.el5 installed
 php53u-process.i386 5.3.16-1.ius.el5  installed
 php53u-pspell.i386 5.3.16-1.ius.el5  installed





 -
 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] Qmailtoaster-plus

2012-11-19 Thread postmaster
Anyone knows what's going on with http://qtp.qmailtoaster.com?

--2012-11-19 20:19:45--  (try: 1) 
http://qtp.qmailtoaster.com/repos/SRPMS/dovecot-2.0.11-2.qtp.src.rpm
Connecting to qtp.qmailtoaster.com|184.183.27.236|:80... failed:
Connection timed out.
Retrying.

--2012-11-19 20:20:50--  (try: 2) 
http://qtp.qmailtoaster.com/repos/SRPMS/dovecot-2.0.11-2.qtp.src.rpm
Connecting to qtp.qmailtoaster.com|184.183.27.236|:80... failed:
Connection timed out.
Retrying.

So on and so forth...

Regards
Alex


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



Re: [qmailtoaster] Re: strange display error in qmailadmin

2012-11-12 Thread Postmaster

On 12/11/2012 16:43, Giuseppe Perna wrote:

2012/11/12 Eric Shubert e...@shubes.net:

On 11/12/2012 06:44 AM, Giuseppe Perna wrote:

goodmorning,
my sistem qmailtoaster is update.
i have this strange error dispaly in qmailadmin:
mailboxes -
address,  full name,  used,  quota (mb),  edit box,   clear box,   box
default

under used, I have this number busted  17592186043641.26. the
share/quota is set to Noquota, or unlimited

Thanks

--

-


This is not a correct figure of course, but it's not unusual for QMT either.

Quotas in QMT have been broken for years. With the recent release of
vpopmail-toaster-5.4.33-1.4.0 they are allegedly fixed. I haven't heard any
reports verifying this though.

One piece I think we're missing is fixing erroneous quota data that's left
over in the vpopmail database. Does anyone have any info on this?

(I'm sorry that I haven't had time to look into this, and as I don't use
quotas myself, it's not anywhere close to the front burner).

Bottom Line is that this isn't anything that would cause a malfunction in
this case (Noquota being used).

Thanks for bringing this to light Giuseppe. It'd be nice to get this fixed.

--
-Eric 'shubes'

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


hy Eric thanks for you repaly,
I found that did not work either panel admin-toaster for the domain
with the share busted.

If I do I access http://ipserver/admin-toaster - vqadmin --- view
domain, insert the name of the domain I get blank page
hello

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


I had a similar problem.
I discovered that in my MySQL in the database vpopmail (qmailtoaster 
DB), table dir_control had some values (I think it was cur_users) set to 
unusually high number.

When I manually corrected that the problem has been fixed.



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



Re: [qmailtoaster] Re: strange display error in qmailadmin

2012-11-12 Thread Postmaster

On 12/11/2012 21:02, Cecil Yother, Jr. wrote:

On 11/12/2012 11:15 AM, Postmaster wrote:

On 12/11/2012 16:43, Giuseppe Perna wrote:

2012/11/12 Eric Shubert e...@shubes.net:

On 11/12/2012 06:44 AM, Giuseppe Perna wrote:

goodmorning,
my sistem qmailtoaster is update.
i have this strange error dispaly in qmailadmin:
mailboxes -
address,  full name,  used,  quota (mb),  edit box, clear box,   box
default

under used, I have this number busted  17592186043641.26. the
share/quota is set to Noquota, or unlimited

Thanks

--

-


This is not a correct figure of course, but it's not unusual for 
QMT either.


Quotas in QMT have been broken for years. With the recent release of
vpopmail-toaster-5.4.33-1.4.0 they are allegedly fixed. I haven't 
heard any

reports verifying this though.

One piece I think we're missing is fixing erroneous quota data 
that's left

over in the vpopmail database. Does anyone have any info on this?

(I'm sorry that I haven't had time to look into this, and as I 
don't use

quotas myself, it's not anywhere close to the front burner).

Bottom Line is that this isn't anything that would cause a 
malfunction in

this case (Noquota being used).

Thanks for bringing this to light Giuseppe. It'd be nice to get 
this fixed.


--
-Eric 'shubes'

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



hy Eric thanks for you repaly,
I found that did not work either panel admin-toaster for the domain
with the share busted.

If I do I access http://ipserver/admin-toaster - vqadmin --- view
domain, insert the name of the domain I get blank page
hello

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



I had a similar problem.
I discovered that in my MySQL in the database vpopmail (qmailtoaster 
DB), table dir_control had some values (I think it was cur_users) set 
to unusually high number.

When I manually corrected that the problem has been fixed.



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

I have tried this fix and while it works sometimes, it doesn't always 
work.





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



It worked for me 100%.
The only other issue I had with admin-toaster was with php53

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



Re: [qmailtoaster] Qmailtoaster - CentOS 5 - php53

2012-11-10 Thread Postmaster

Sebastian,


What I did, I upgraded to php53 after installation of qmailtoaster with 
-nodeps
Php53 does not influence the performance of qmailtoaster. This is only 
the control panel which was coded in php. m


Rgds
Alex


On 09/11/2012 14:38, Sebastian Grewe wrote:

Hey List,

Regarding this issue:

http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg34419.html

Is there a solution for this? I am running into the same issues right now with 
a new CentOS 5 installation that is running php53 packages. I also looked up 
the RPM Build 'Requires' settings but apparently you are not able to simply use 
something like 'php || php53' in order to allow both versions to be used.

I would think this is actually an issue with the php53 packages. I would think 
they should supply a virtual package php via provides to ensure that php53 
installations are also recognized.

In the end I am focusing on CentOS 6 but I would like to allow backwards 
compatability for CentOS 5.

Cheers,
Sebastian

-
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] re: attacks

2012-11-07 Thread Postmaster

On 07/11/2012 19:54, Cecil Yother, Jr. wrote:
I am seeing a pronounced increase in attacks on one of my servers. Is 
anyone else experiencing this too?





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



fail2ban and hakuna-matata

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



Re: [qmailtoaster] re: attacks

2012-11-07 Thread Postmaster

On 07/11/2012 20:27, Cecil Yother, Jr. wrote:

On 11/07/2012 11:25 AM, Postmaster wrote:

On 07/11/2012 19:54, Cecil Yother, Jr. wrote:
I am seeing a pronounced increase in attacks on one of my servers. 
Is anyone else experiencing this too?





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




fail2ban and hakuna-matata

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



I use fail2ban and it works wonderfully.  I was just curious if it was 
just me or everybody experiencing an uptick in these type of intrusions.



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


I have loads too unfortunately

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



Re: [qmailtoaster] Re: Search or indexing

2012-11-05 Thread Postmaster

Eric,


Thanks.
Yes, I am running Dovecot - I was sick of Courier dropping all the time 
on a full body search.
Unfortunately, I have become a victim of Apple - iPhone and iPad. There 
is no full body search
capability in either device. However, what I am looking at is a program 
pulling several e-mails and indexing them

so that I can do the searching, say, on the plane.

For the iPad I found a program called CloudMagic, but it works with 
Gmail and Exchange and not Qmailtoaster.

I am still experimenting and trying to find the Holly Grail.

Rgds
ALex






On 04/11/2012 16:55, Eric Shubert wrote:

On 11/04/2012 07:00 AM, postmas...@seawise-chartering.co.uk wrote:

Hello all


I wonder what over people use to improve the search. I have around 
15Gb of

mail across several domains and would like to use something like
cloudmagic app on my ipad (instant search), but it only supports 
gmail and

exchange.

Basically I need to have a body search rather than from/to/subject 
one. I

know squirrelmail has it but I do not want to use web interface all the
time I need to do a search.


Many thanks
Alex


-


I guess it somewhat depends on what type of device you need to search 
with. Using Thunderbird/IMAP on a computer allows you a good deal of 
searching flexibility. I'm not certain, but I hear that the stock 
android mail app does a fair job of searching, at least better than k9 
mail.


I hope you're running dovecot on your server with that amount of email.





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



Re: [qmailtoaster] Re: Search or indexing

2012-11-05 Thread Postmaster

I would not be THAT enthusiastic.
I am not a fan of Google and that includes Android

On 05/11/2012 21:27, Eric Shubert wrote:

On 11/05/2012 12:27 PM, Postmaster wrote:

I am still experimenting and trying to find the Holly Grail.


It's called Android. ;)




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



[qmailtoaster] Search or indexing

2012-11-04 Thread postmaster
Hello all


I wonder what over people use to improve the search. I have around 15Gb of
mail across several domains and would like to use something like
cloudmagic app on my ipad (instant search), but it only supports gmail and
exchange.

Basically I need to have a body search rather than from/to/subject one. I
know squirrelmail has it but I do not want to use web interface all the
time I need to do a search.


Many thanks
Alex


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



Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Postmaster

Please post /var/qmail/queue permissions here



On 29/10/2012 20:24, Dave MacDonald wrote:


Also client getting error 451 qq trouble creating files in queue (
#4.3.0 )







Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Postmaster

Are you sure this is the correct queue folder?

Normally queue is in /var/qmail with the following permissions:
drwxr-x--- 11 qmailq qmail 4096 Apr 22  2012 queue

By the way, the maildir is:
-rw--- 1 vpopmail vchkpw



On 29/10/2012 20:55, Dave MacDonald wrote:

See permission in var queue and user maildir

/var/queue 777 qmail:qmails
Maildir 700 vchkpw:vpopmail 700

Thanks





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



Fwd: Re: [qmailtoaster] Spamdyke

2012-10-29 Thread Postmaster


The permission in /var/qmail/queue look alright to me


Check /var/qmail/bin/ permissions:
lrwxrwxrwx 1 root root 16 Apr 1 20:22 qmail-queue -qmail-queue.orig
-rws--x--x 1 qmailq qmail 24776 Mar 29 10:19 qmail-queue.orig


Check the user/group id problem please.
Vpopmail  -89
vchkuser  - 89


Let us know.
Rgds
Alex



On 29/10/2012 20:40, Dave MacDonald wrote:



On Mon, Oct 29, 2012 at 12:37 PM, Postmaster 
postmas...@seawise-chartering.co.uk 
mailto:postmas...@seawise-chartering.co.uk wrote:


Please post /var/qmail/queue permissions here

 ls -al /var/qmail

drwxrwxrwx 11 qmailq qmail 4096 Oct 26 10:39 queue

and inside: ls -al  /var/qmail/queue

drwxr-xr-x 12 root   qmail 4096 Oct 26 10:52 ..
drwx--  2 qmails qmail 4096 Oct 29 12:51 bounce
drwx-- 25 qmails qmail 4096 Oct 26 10:39 info
drwx--  2 qmailq qmail 4096 Oct 29 12:08 intd
drwx-- 25 qmails qmail 4096 Oct 26 10:39 local
drwxr-x---  2 qmailq qmail 4096 Oct 26 10:57 lock
drwxr-x--- 25 qmailq qmail 4096 Oct 26 10:39 mess
drwx--  2 qmailq qmail 4096 Oct 29 12:08 pid
drwx-- 25 qmails qmail 4096 Oct 26 10:39 remote
drwxr-x---  2 qmailq qmail 4096 Oct 29 12:08 todo


On 29/10/2012 20:24, Dave MacDonald wrote:


Also client getting error 451 qq trouble creating files in
queue ( #4.3.0 )














[qmailtoaster] tcp.smtp

2012-10-25 Thread Postmaster

Hello all


I am trying to put a hostname in the tcp.smtp file, but it does not work

=delivery.rdns_hostname.com:allow

Any idea why? DNS issue?


Cheers
Alex

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



Re: [qmailtoaster] tcp.smtp

2012-10-25 Thread Postmaster
I found the answer - 
http://wiki.qmailtoaster.com/index.php/Tcpserver_options/flags

The correct $TCPREMOTEHOST variable has to be set!


Rgds
Alex


On 25/10/2012 10:16, Postmaster wrote:

Hello all


I am trying to put a hostname in the tcp.smtp file, but it does not work

=delivery.rdns_hostname.com:allow

Any idea why? DNS issue?


Cheers
Alex

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





Re: [qmailtoaster] PDF files

2012-10-07 Thread Postmaster

More investigation on this.
There is no issue with qmailtoaster - I can download all attachments via 
Thunderbird.
However, regardless email webclient I use, all attachments are cut at 
1Mb and obviously corrupted.

I have checked php.ini:

max_execution_time
max_input_time
memory_limit
post_max_size
upload_max_filesize


and they all are way too high to cause any issues.

RGds
Alex




On 05/10/2012 17:09, Aleksander Podsiadły wrote:

Dnia 2012-10-05, pią o godzinie 10:05 +0100,
postmas...@seawise-chartering.co.uk pisze:

All PDF files coming as
attachments and larger than a certain size are corrupted.
Say, a user receives an e-mail with two PDF files (2Mb and 7Mb). 2Mb
PDF
is OK, but 7Mb file is only 1.5M in size and corrupted.

Check the logs. IMO there is an answer to Your problem.




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



[qmailtoaster] PDF files

2012-10-05 Thread postmaster
Hello all,


I have an interesting issue on my host. All PDF files coming as
attachments and larger than a certain size are corrupted.
Say, a user receives an e-mail with two PDF files (2Mb and 7Mb). 2Mb PDF
is OK, but 7Mb file is only 1.5M in size and corrupted. Any idea what the
problem may be please?


Rgds
Alex


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



Re: [qmailtoaster] R: [qmailtoaster] PDF files

2012-10-05 Thread postmaster
Thanks for your reply.
I have corrupted PDF large files despite php (Thunderbird).
However, I have checked all the below in php.ini - they are way too large

Additionally my databytes file is 100M

Any other ideas please?


 Hi,
 Have you tried to edit the parameters in the php.ini file?
 max_execution_time
 max_input_time
 memory_limit
 post_max_size
 upload_max_filesize

 And read this link:
 http://wiki.qmailtoaster.com/index.php/Attachment_size_limitations
 The default setting for 'databytes' is 20971520 which is a sane, default
 number.
 if you host a domain that deals in large attachments for data transfer,
 you may need to increase that number in /var/qmail/control/databytes

 Christian


 Da: postmas...@seawise-chartering.co.uk
 [mailto:postmas...@seawise-chartering.co.uk]
 Inviato: venerdì 5 ottobre 2012 11:06
 A: qmailtoaster-list@qmailtoaster.com
 Oggetto: [qmailtoaster] PDF files

 Hello all,


 I have an interesting issue on my host. All PDF files coming as
 attachments and larger than a certain size are corrupted.
 Say, a user receives an e-mail with two PDF files (2Mb and 7Mb). 2Mb PDF
 is OK, but 7Mb file is only 1.5M in size and corrupted. Any idea what the
 problem may be please?


 Rgds
 Alex


 -
 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] Re: Upgrading clamav

2012-08-10 Thread Postmaster

Hi


As I have already php53 installed, I have used rpm -Uvh --nodeps to 
force the installation without dependencies.



Rgds
Alex




On 10/08/2012 10:14, Délsio Cabá wrote:

Hi,

I runned into the same problem:
Installing control-panel-toaster-0.5-1.4.0 in the sandbox ...
error: Failed dependencies:
php = 5.1.6 is needed by control-panel-toaster-0.5-1.4.0.noarch

Had to change manuallt the file mentioned

Regards

On 10 August 2012 07:56, Eric Shubert e...@shubes.net 
mailto:e...@shubes.net wrote:


On 08/09/2012 10:45 PM, Postmaster wrote:

On 09/08/2012 16:33, Eric Shubert wrote:

On 08/09/2012 02:26 AM, Postmaster wrote:

Just figured out myself that I had to upgrade simscan
and clamav at the
same time...





On 09/08/2012 12:16, Postmaster wrote:

While upgrading clamav-toaster 0.97.5-1.4.1 I had
the following error.

sh: /var/qmail/bin/update-simscan: No such file or
directory

What is update-simscan?


Rgds
Alex


Yeah. Just for the record, the update-simscan script makes
it easy for
clamav and spamassassin to update simscan when their
versions change.
qtp-newmodel takes care of this for you, but people doing
'manual'
upgrades were neglecting to do this themselves. What can I
say? ;)

I have always been doing the manual upgrade.
The problem after I installed php53 is that qtp-newmodel
wanted to have
php-pear and I have already php53-pear installed...
Any recommendation from those who have php53 installed?



You can modify the qtp-dependencies script in the short term not
to try to upgrade the base packages. I need to modify that so it
recognizes cases where people have newer versions of a few things
already installed. Would you care to create a ticket at the QTP
site for this fix? I'd appreciate it.

Thanks.

-- 
-Eric 'shubes'






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






[qmailtoaster] Upgrading clamav

2012-08-09 Thread Postmaster

While upgrading clamav-toaster 0.97.5-1.4.1 I had the following error.

sh: /var/qmail/bin/update-simscan: No such file or directory

What is update-simscan?


Rgds
Alex

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



Re: [qmailtoaster] Upgrading clamav

2012-08-09 Thread Postmaster
Just figured out myself that I had to upgrade simscan and clamav at the 
same time...






On 09/08/2012 12:16, Postmaster wrote:

While upgrading clamav-toaster 0.97.5-1.4.1 I had the following error.

sh: /var/qmail/bin/update-simscan: No such file or directory

What is update-simscan?


Rgds
Alex

-
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] Re: Upgrading clamav

2012-08-09 Thread Postmaster

On 09/08/2012 16:33, Eric Shubert wrote:

On 08/09/2012 02:26 AM, Postmaster wrote:

Just figured out myself that I had to upgrade simscan and clamav at the
same time...





On 09/08/2012 12:16, Postmaster wrote:

While upgrading clamav-toaster 0.97.5-1.4.1 I had the following error.

sh: /var/qmail/bin/update-simscan: No such file or directory

What is update-simscan?


Rgds
Alex



Yeah. Just for the record, the update-simscan script makes it easy for 
clamav and spamassassin to update simscan when their versions change. 
qtp-newmodel takes care of this for you, but people doing 'manual' 
upgrades were neglecting to do this themselves. What can I say? ;)



I have always been doing the manual upgrade.
The problem after I installed php53 is that qtp-newmodel wanted to have 
php-pear and I have already php53-pear installed...

Any recommendation from those who have php53 installed?





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



Re: [qmailtoaster] Re: vqadmin

2012-08-08 Thread Postmaster

On 06/08/2012 17:26, Maxwell Smart wrote:


On 08/06/2012 06:47 AM, Dan McAllister wrote:

On 8/6/2012 2:24 AM, Maxwell Smart wrote:

Maxwell Smart wrote:


You're right.  I went back through some e mails and found a note 
from Dan about short tags in php.ini file.  By default it's off in 
php5.3 install.  It needs to be on according to Dan.  I switched it 
on, restarted Apache and everything works as expected.


Is there any security issue with having shot tags set to on?


_*You mean someone actually READS these??? *_

OMG! I'll have to make sure I'm /RIGHT /more often! :-)

FWIW: Short tags are not a real security issue unless you're in a 
mixed-scripting environment, in which case short tags can result in 
some odd (and sometimes extremely difficult to trace) problems -- 
especially with XML interoperability!


The elimination of short tags in PHP5.3 is actually a change (ok, 
maybe a migration) in the language syntax However, according to 
some documentation, elimination of short tags may be REQUIRED in the 
next major revision (PHP6)... there does seem to be some push-back in 
the PHP community (regarding the deprecation of even allowing short 
tags - the community appears to strongly favor keeping at least the 
option available, so I wouldn't be surprised to see it re-enabled as 
an option...).


However, as we (as a computing community) continue to move toward a 
platform-independent model, we're going to have to live better with 
other languages (like xml), and thus/as a coding style/, short tags 
need to be phased out as we maintain our PHP scripts (and templates). 
(It should be as easy as a global replace in php-only files!)


Just my thoughts! Before you complain, remember how much you paid for 
them!


Dan McAllister

--

IT4SOHO, LLC
PO Box 507
St. Petersburg, FL 33731-0507

CALL TOLL FREE:
   877-IT4SOHO

We have support plans for QMail!



Not just read saved for reference!

Not complaining, just sharing.

Alex mentioned to simply change the tags which I did and they still 
don't work with short tags off.  I am sure it's something simple, but 
with the tag changed and short tags off it doesn't work, switch them 
on with no changes to the php code and it works.





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


This is strange - are you sure you have checked all files for ? tags?


Re: [qmailtoaster] Re: vqadmin

2012-08-08 Thread Postmaster

On 08/08/2012 19:23, Helmut Fritz wrote:

Can someone send me a sample of the offending code?  I have a resource that
might be able to help.

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Wednesday, August 08, 2012 8:14 AM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: vqadmin

On 08/08/2012 08:03 AM, Maxwell Smart wrote:

This is strange - are you sure you have checked all files for ? tags?

No, I started with one, the index file.  It didn't work so I didn't
bother to go any farther.

I don't know php very well at all (yet), but I'm guessing that the index
file may have included other files (which could have included other
files, etc.). Some of that stuff's written in C as well, which I suppose
could be generating php code dynamically and might include short tags.

Don't sweat this. If you're really interested in debugging it, let's
resume on the devel list, as it really concerns php53/Cos6. I'll be
getting to Cos6 stuff in the next few days.

FYG I followed this advice here - 
http://wiki.qmailtoaster.com/index.php/Troubleshooting#No_Menus_etc

and my problem with no menus in vqadmin has been resolved.

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



Re: [qmailtoaster] Re: vqadmin

2012-08-08 Thread Postmaster

On 09/08/2012 00:06, Eric Shubert wrote:

On 08/08/2012 01:53 PM, Postmaster wrote:

FYG I followed this advice here -
http://wiki.qmailtoaster.com/index.php/Troubleshooting#No_Menus_etc
and my problem with no menus in vqadmin has been resolved.


Are you sure it was vqadmin that was having trouble? Those files both 
belong to the control-panel-toaster package.


Sorry, Eric, you are right - this is related to /admin-toaster/ not 
showing anything - recent post by Cecil/Maxwell.



In relation to vqadmin, I fixed my issue with vqadmin by going to 
vpopmail-dir_control-cur_users or cur_level in mysql

(you can use phpMyAdmin for easy navigation) had a meaningless
number of 12203203804 ;)) It was some kind of a buffer overflow in the 
browser and hence


Log into http://yourdomain.com/admin-toaster/
click: Vqadmin
click: List Domains

did not work.

As soon as that number has been changed to zero vqadmin started working.


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



Re: [qmailtoaster] Re: vqadmin

2012-08-08 Thread Postmaster

On 09/08/2012 01:32, Cecil Yother, Jr. wrote:


On 08/08/2012 02:45 PM, Postmaster wrote:

On 09/08/2012 00:06, Eric Shubert wrote:

On 08/08/2012 01:53 PM, Postmaster wrote:

FYG I followed this advice here -
http://wiki.qmailtoaster.com/index.php/Troubleshooting#No_Menus_etc
and my problem with no menus in vqadmin has been resolved.


Are you sure it was vqadmin that was having trouble? Those files 
both belong to the control-panel-toaster package.


Sorry, Eric, you are right - this is related to /admin-toaster/ not 
showing anything - recent post by Cecil/Maxwell.



In relation to vqadmin, I fixed my issue with vqadmin by going to 
vpopmail-dir_control-cur_users or cur_level in mysql

(you can use phpMyAdmin for easy navigation) had a meaningless
number of 12203203804 ;)) It was some kind of a buffer overflow in 
the browser and hence


Log into http://yourdomain.com/admin-toaster/
click: Vqadmin
click: List Domains

did not work.

As soon as that number has been changed to zero vqadmin started working.

I have an account that is having the same issue, but when I change the 
value to 0 I get the following message:



  /Internal Server Error/

/The server encountered an internal error or misconfiguration and was 
unable to complete your request./


/Please contact the server administrator, root@localhost and inform 
them of the time the error occurred, and anything you might have done 
that may have caused the error./


/More information about this error may be available in the server 
error log./


I don't see anything in the logs that would indicate what's happening.



A little bit more debug information is required.
Can you please post your apache error log? Internal Server Error is can 
be anything


Re: [qmailtoaster] Re: vqadmin

2012-08-06 Thread Postmaster

Just change ? for ?php

In the php files in /var/share/toaster

Alternatively, you must allow ? tags in php.ini
This would fix the problem.


Rgds
Alex


On 06/08/2012 08:50, Maxwell Smart wrote:

Eric Shubert wrote:


On 08/05/2012 08:49 PM, Maxwell Smart wrote:


FWIW, vqadmin still doesn't work.  This is all I get when going to
/admin-toaster



Please post this to the users list.

Have you done any customization to apache which might affect this?

It's pretty much a stock Apache installation.  I have upgraded to 
php5.3 though and that's when it stopped working.  I upgraded today 
and can access vqadmin, qmlog-toaster and mrtg directly, but 
admin-toaster and e mail is not showing anything.  I am guessing 
that's it php related, but haven't looked into the logs yet.


-
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] CNAME lookup failed temporarily. (#4.4.3) error

2012-06-25 Thread Postmaster

  
  
On 24/06/2012 20:29, Maxwell Smart
  wrote:


  
  
  On 06/24/2012 11:18 AM, postmas...@seawise-chartering.co.uk
wrote:
  
  
Hello all,

I am getting this error if I an e-mail is sent from qmail-toaster server.
If I try to send an e-mail from any different server, the e-mail goes
through without any issues.

The error message comes up out of blue and an intermittent error.
I suppose the problem could be with DNS? Any ideas please?

===

Hi. This is the qmail-send program at shestakovsky.me.uk.
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.

taya...@mail.ru:
CNAME lookup failed temporarily. (#4.4.3)
I'm not going to try again; this message has been in the queue too long.


Rgds
Alex



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


  
  It's definitely a DNS issue. Is there a possibility that your
  ISP is blocking .ru addresses? It resolves fine here.
  
  maxwell@tatiana:~ dig mail.ru
  
  ;  DiG 9.8.1-P1  mail.ru
  ;; global options: +cmd
  ;; Got answer:
  ;; -HEADER- opcode: QUERY, status: NOERROR, id:
  63467
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 20, AUTHORITY: 0,
  ADDITIONAL: 0
  
  ;; QUESTION SECTION:
  ;mail.ru. IN A
  
  ;; ANSWER SECTION:
  mail.ru. 25 IN A 94.100.191.242
  mail.ru. 25 IN A 94.100.191.243
  mail.ru. 25 IN A 94.100.191.244
  mail.ru. 25 IN A 94.100.191.245
  mail.ru. 25 IN A 94.100.191.246
  mail.ru. 25 IN A 94.100.191.247
  mail.ru. 25 IN A 94.100.191.248
  mail.ru. 25 IN A 94.100.191.249
  mail.ru. 25 IN A 94.100.191.250
  mail.ru. 25 IN A 94.100.191.201
  mail.ru. 25 IN A 94.100.191.202
  mail.ru. 25 IN A 94.100.191.203
  mail.ru. 25 IN A 94.100.191.204
  mail.ru. 25 IN A 94.100.191.205
  mail.ru. 25 IN A 94.100.191.206
  mail.ru. 25 IN A 94.100.191.207
  mail.ru. 25 IN A 94.100.191.208
  mail.ru. 25 IN A 94.100.191.209
  mail.ru. 25 IN A 94.100.191.210
  mail.ru. 25 IN A 94.100.191.241
  
  ;; Query time: 16 msec
  ;; SERVER: 75.75.75.75#53(75.75.75.75)
  ;; WHEN: Sun Jun 24 11:28:36 2012
  ;; MSG SIZE rcvd: 345
  
  
  Have you tried DIG from the offending machine? Does it resolve?
  
  
  -- 

  
  


Thanks Max.
This is the problem - yes, it does resolve and I have no idea what
may cause this issue.



Rgds
Alex

  



Re: [qmailtoaster] CNAME lookup failed temporarily. (#4.4.3) error

2012-06-25 Thread Postmaster

  
  
This is what I get...
  
  # dig mail.ru
  
  ;  DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5_7.1
   mail.ru
  ;; global options: printcmd
  ;; Got answer:
  ;; -HEADER- opcode: QUERY, status: NOERROR, id:
  25377
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 20, AUTHORITY: 6,
  ADDITIONAL: 3
  
  ;; QUESTION SECTION:
  ;mail.ru.   IN A
  
  ;; ANSWER SECTION:
  mail.ru.  60 IN A 94.100.191.243
  mail.ru.  60 IN A 94.100.191.244
  mail.ru.  60 IN A 94.100.191.245
  mail.ru.  60 IN A 94.100.191.246
  mail.ru.  60 IN A 94.100.191.247
  mail.ru.  60 IN A 94.100.191.248
  mail.ru.  60 IN A 94.100.191.249
  mail.ru.  60 IN A 94.100.191.250
  mail.ru.  60 IN A 94.100.191.201
  mail.ru.  60 IN A 94.100.191.202
  mail.ru.  60 IN A 94.100.191.203
  mail.ru.  60 IN A 94.100.191.204
  mail.ru.  60 IN A 94.100.191.205
  mail.ru.  60 IN A 94.100.191.206
  mail.ru.  60 IN A 94.100.191.207
  mail.ru.  60 IN A 94.100.191.208
  mail.ru.  60 IN A 94.100.191.209
  mail.ru.  60 IN A 94.100.191.210
  mail.ru.  60 IN A 94.100.191.241
  mail.ru.  60 IN A 94.100.191.242
  
  ;; AUTHORITY SECTION:
  mail.ru.  600 IN NS ns4.mail.ru.
  mail.ru.  600 IN NS ns2.mail.ru.
  mail.ru.  600 IN NS ns.mail.ru.
  mail.ru.  600 IN NS ns1.mail.ru.
  mail.ru.  600 IN NS ns3.mail.ru.
  mail.ru.  600 IN NS ns5.mail.ru.
  
  ;; ADDITIONAL SECTION:
  ns.mail.ru.  600 IN A 217.69.129.230
  ns.mail.ru.  600 IN  2a00:1148:1:1322::1:c0de
  ns1.mail.ru.  600 IN A 94.100.179.159
  
  ;; Query time: 79 msec
  ;; SERVER: 109.74.192.20#53(109.74.192.20)
  ;; WHEN: Mon Jun 25 20:14:36 2012
  ;; MSG SIZE rcvd: 512
  
  
  
  
  
  On 25/06/2012 21:16, Postmaster wrote:


  
  On 24/06/2012 20:29, Maxwell Smart
wrote:
  
  


On 06/24/2012 11:18 AM, postmas...@seawise-chartering.co.uk
  wrote:


  Hello all,

I am getting this error if I an e-mail is sent from qmail-toaster server.
If I try to send an e-mail from any different server, the e-mail goes
through without any issues.

The error message comes up out of blue and an intermittent error.
I suppose the problem could be with DNS? Any ideas please?

===

Hi. This is the qmail-send program at shestakovsky.me.uk.
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.

taya...@mail.ru:
CNAME lookup failed temporarily. (#4.4.3)
I'm not going to try again; this message has been in the queue too long.


Rgds
Alex



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



It's definitely a DNS issue. Is there a possibility that your
ISP is blocking .ru addresses? It resolves fine here.

maxwell@tatiana:~ dig mail.ru

;  DiG 9.8.1-P1  mail.ru
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id:
63467
;; flags: qr rd ra; QUERY: 1, ANSWER: 20, AUTHORITY: 0,
ADDITIONAL: 0

;; QUESTION SECTION:
;mail.ru. IN A

;; ANSWER SECTION:
mail.ru. 25 IN A 94.100.191.242
mail.ru. 25 IN A 94.100.191.243
mail.ru. 25 IN A 94.100.191.244
mail.ru. 25 IN A 94.100.191.245
mail.ru. 25 IN A 94.100.191.246
mail.ru. 25 IN A 94.100.191.247
mail.ru. 25 IN A 94.100.191.248
mail.ru. 25 IN A 94.100.191.249
mail.ru. 25 IN A 94.100.191.250
mail.ru. 25 IN A 94.100.191.201
mail.ru. 25 IN A 94.100.191.202
mail.ru. 25 IN A 94.100.191.203
mail.ru. 25 IN A 94.100.191.204
mail.ru. 25 IN A 94.100.191.205
mail.ru. 25 IN A 94.100.191.206
mail.ru. 25 IN A 94.100.191.207
mail.ru. 25 IN A 94.100.191.208
mail.ru. 25 IN A 94.100.191.209
mail.ru. 25 IN A 94.100.191.210
mail.ru. 25 IN A 94.100.191.241

;; Query time: 16 msec
;; SERVER: 75.75.75.75#53(75.75.75.75)
;; WHEN: Sun Jun 24 11:28:36 2012
;; MSG SIZE rcvd: 345


Have you tried DIG from the offending machine? Does it resolve?


-- 
  


  
  
  Thanks Max.
  This is the problem - yes, it does resolve and I have no idea what
  may cause this issue.
  
  
  
  Rgds
  Alex
  



  



Re: [qmailtoaster] CNAME lookup failed temporarily. (#4.4.3) error

2012-06-25 Thread Postmaster

  
  
On 25/06/2012 21:18, Postmaster wrote:


  
  This is what I get...

# dig mail.ru

;  DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5_7.1
 mail.ru
;; global options: printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id:
25377
;; flags: qr rd ra; QUERY: 1, ANSWER: 20, AUTHORITY: 6,
ADDITIONAL: 3

;; QUESTION SECTION:
;mail.ru.   IN A

;; ANSWER SECTION:
mail.ru.  60 IN A 94.100.191.243
mail.ru.  60 IN A 94.100.191.244
mail.ru.  60 IN A 94.100.191.245
mail.ru.  60 IN A 94.100.191.246
mail.ru.  60 IN A 94.100.191.247
mail.ru.  60 IN A 94.100.191.248
mail.ru.  60 IN A 94.100.191.249
mail.ru.  60 IN A 94.100.191.250
mail.ru.  60 IN A 94.100.191.201
mail.ru.  60 IN A 94.100.191.202
mail.ru.  60 IN A 94.100.191.203
mail.ru.  60 IN A 94.100.191.204
mail.ru.  60 IN A 94.100.191.205
mail.ru.  60 IN A 94.100.191.206
mail.ru.  60 IN A 94.100.191.207
mail.ru.  60 IN A 94.100.191.208
mail.ru.  60 IN A 94.100.191.209
mail.ru.  60 IN A 94.100.191.210
mail.ru.  60 IN A 94.100.191.241
mail.ru.  60 IN A 94.100.191.242

;; AUTHORITY SECTION:
mail.ru.  600 IN NS ns4.mail.ru.
mail.ru.  600 IN NS ns2.mail.ru.
mail.ru.  600 IN NS ns.mail.ru.
mail.ru.  600 IN NS ns1.mail.ru.
mail.ru.  600 IN NS ns3.mail.ru.
mail.ru.  600 IN NS ns5.mail.ru.

;; ADDITIONAL SECTION:
ns.mail.ru.  600 IN A 217.69.129.230
ns.mail.ru.  600 IN  2a00:1148:1:1322::1:c0de
ns1.mail.ru.  600 IN A 94.100.179.159

;; Query time: 79 msec
;; SERVER: 109.74.192.20#53(109.74.192.20)
;; WHEN: Mon Jun 25 20:14:36 2012
;; MSG SIZE rcvd: 512





On 25/06/2012 21:16, Postmaster wrote:
  
  

On 24/06/2012 20:29, Maxwell Smart
  wrote:


  
  
  On 06/24/2012 11:18 AM, postmas...@seawise-chartering.co.uk
wrote:
  
  
Hello all,

I am getting this error if I an e-mail is sent from qmail-toaster server.
If I try to send an e-mail from any different server, the e-mail goes
through without any issues.

The error message comes up out of blue and an intermittent error.
I suppose the problem could be with DNS? Any ideas please?

===

Hi. This is the qmail-send program at shestakovsky.me.uk.
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.

taya...@mail.ru:
CNAME lookup failed temporarily. (#4.4.3)
I'm not going to try again; this message has been in the queue too long.


Rgds
Alex



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


  
  It's definitely a DNS issue. Is there a possibility that
  your ISP is blocking .ru addresses? It resolves fine here.
  
  maxwell@tatiana:~ dig mail.ru
  
  ;  DiG 9.8.1-P1  mail.ru
  ;; global options: +cmd
  ;; Got answer:
  ;; -HEADER- opcode: QUERY, status: NOERROR,
  id: 63467
  ;; flags: qr rd ra; QUERY: 1, ANSWER: 20, AUTHORITY: 0,
  ADDITIONAL: 0
  
  ;; QUESTION SECTION:
  ;mail.ru. IN A
  
  ;; ANSWER SECTION:
  mail.ru. 25 IN A 94.100.191.242
  mail.ru. 25 IN A 94.100.191.243
  mail.ru. 25 IN A 94.100.191.244
  mail.ru. 25 IN A 94.100.191.245
  mail.ru. 25 IN A 94.100.191.246
  mail.ru. 25 IN A 94.100.191.247
  mail.ru. 25 IN A 94.100.191.248
  mail.ru. 25 IN A 94.100.191.249
  mail.ru. 25 IN A 94.100.191.250
  mail.ru. 25 IN A 94.100.191.201
  mail.ru. 25 IN A 94.100.191.202
  mail.ru. 25 IN A 94.100.191.203
  mail.ru. 25 IN A 94.100.191.204
  mail.ru. 25 IN A 94.100.191.205
  mail.ru. 25 IN A 94.100.191.206
  mail.ru. 25 IN A 94.100.191.207
  mail.ru. 25 IN A 94.100.191.208
  mail.ru. 25 IN A 94.100.191.209
  mail.ru. 25 IN A 94.100.191.210
  mail.ru. 25 IN A 94.100.191.241
  
  ;; Query time: 16 msec
  ;; SERVER: 75.75.75.75#53(75.75.75.75)
  ;; WHEN: Sun Jun 24 11:28:36 2012
  ;; MSG SIZE rcvd: 345
  
  
  Have you tried DIG from the offending machine? Does it
  resolve

Re: [qmailtoaster] Re: CNAME lookup failed temporarily. (#4.4.3) error

2012-06-25 Thread Postmaster

On 25/06/2012 22:13, Eric Shubert wrote:

On 06/25/2012 12:18 PM, Postmaster wrote:

This is what I get...

# dig mail.ru

;  DiG 9.3.6-P1-RedHat-9.3.6-16.P1.el5_7.1  mail.ru
;; global options:  printcmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: NOERROR, id: 25377
;; flags: qr rd ra; QUERY: 1, ANSWER: 20, AUTHORITY: 6, ADDITIONAL: 3

;; QUESTION SECTION:
;mail.ru.INA

;; ANSWER SECTION:
mail.ru.60INA94.100.191.243
mail.ru.60INA94.100.191.244
mail.ru.60INA94.100.191.245
mail.ru.60INA94.100.191.246
mail.ru.60INA94.100.191.247
mail.ru.60INA94.100.191.248
mail.ru.60INA94.100.191.249
mail.ru.60INA94.100.191.250
mail.ru.60INA94.100.191.201
mail.ru.60INA94.100.191.202
mail.ru.60INA94.100.191.203
mail.ru.60INA94.100.191.204
mail.ru.60INA94.100.191.205
mail.ru.60INA94.100.191.206
mail.ru.60INA94.100.191.207
mail.ru.60INA94.100.191.208
mail.ru.60INA94.100.191.209
mail.ru.60INA94.100.191.210
mail.ru.60INA94.100.191.241
mail.ru.60INA94.100.191.242

;; AUTHORITY SECTION:
mail.ru.600INNSns4.mail.ru.
mail.ru.600INNSns2.mail.ru.
mail.ru.600INNSns.mail.ru.
mail.ru.600INNSns1.mail.ru.
mail.ru.600INNSns3.mail.ru.
mail.ru.600INNSns5.mail.ru.

;; ADDITIONAL SECTION:
ns.mail.ru.600INA217.69.129.230
ns.mail.ru.600IN2a00:1148:1:1322::1:c0de
ns1.mail.ru.600INA94.100.179.159

;; Query time: 79 msec
;; SERVER: 109.74.192.20#53(109.74.192.20)
;; WHEN: Mon Jun 25 20:14:36 2012
;; MSG SIZE  rcvd: 512


I get:
$ dig @109.74.192.20 mail.ru

;  DiG 9.7.0-P1  @109.74.192.20 mail.ru
; (1 server found)
;; global options: +cmd
;; Got answer:
;; -HEADER- opcode: QUERY, status: REFUSED, id: 36972
;; flags: qr rd; QUERY: 0, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available

;; Query time: 183 msec
;; SERVER: 109.74.192.20#53(109.74.192.20)
;; WHEN: Mon Jun 25 12:59:55 2012
;; MSG SIZE  rcvd: 12


Is 109.74.192.20 your dns server?

It's best to have a resolver on your QMT host, separate from an 
authoritative DNS server. If you have no dns server presently on your 
QMT, you can simply:


# yum install pdns-recursor

Make sure it's started, and starts on boot:
# service pdns-recursor start
# chkconfig pdns-recursor on

Test to be sure it's working:
# dig @127.0.0.1 mail.ru

Then change /etc/resolv.conf to be:
nameserver 127.0.0.1


109.74.192.70 is one of DNS at Linode, I am using.
This is funny - the moment I have received this e-mail, my terminal 
window was saying:


-- Running transaction check
--- Package pdns-recursor.x86_64 0:3.1.5-1.el5.centos set to be updated 
:)))


What a coincidence!
Thanks Eric !


PS I have found that Qmailtoaster has been patched for the Big DNS patch
http://wiki.qmailtoaster.com/index.php/Patches_included_with_QmailToaster


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



[qmailtoaster] CNAME lookup failed temporarily. (#4.4.3) error

2012-06-24 Thread postmaster
Hello all,

I am getting this error if I an e-mail is sent from qmail-toaster server.
If I try to send an e-mail from any different server, the e-mail goes
through without any issues.

The error message comes up out of blue and an intermittent error.
I suppose the problem could be with DNS? Any ideas please?

===

Hi. This is the qmail-send program at shestakovsky.me.uk.
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.

taya...@mail.ru:
CNAME lookup failed temporarily. (#4.4.3)
I'm not going to try again; this message has been in the queue too long.


Rgds
Alex



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



[qmailtoaster] Spfbehavior

2012-06-20 Thread postmaster



Hello all,


I started getting more spam through
though spamdyke has been working great (see below stats for less than
12h). I can see that more often I get e-mails through with no Domainkey,
no DKIM, no SPF (none) and SpamAssassin scores 0.4 only. Did any of
you guys experimented Spfbehavior value greater than 3? 


 386   39.06%  DENIED_RBL_MATCH 
--- Breakdown ---   
 359  100.00%  zen.spamhaus.org 
-   
 220   22.26%  DENIED_RDNS_RESOLVE  
 203   20.54%  DENIED_RDNS_MISSING  
  656.57%  ALLOWED  
  434.35%  DENIED_OTHER 
  373.74%  DENIED_GRAYLISTED
  232.32%  ERROR
   90.91%  DENIED_RECIPIENT_BLACKLISTED 
   20.20%  DENIED_SENDER_NO_MX  

 Summary    
Allowed:   656.57%  
Timeout:00.00%  
Errors :   232.32%  
Denied :  900   91.09%  
Total  :  988  100.00%   

MAny thanks
Alex


Re: [qmailtoaster] Re: Spfbehavior

2012-06-20 Thread Postmaster

On 20/06/2012 16:17, Eric Shubert wrote:

On 06/20/2012 03:29 AM, postmas...@seawise-chartering.co.uk wrote:

Hello all,


I started getting more spam through though spamdyke has been working
great (see below stats for less than 12h). I can see that more often I
get e-mails through with no Domainkey, no DKIM, no SPF (none) and
SpamAssassin scores 0.4 only. Did any of you guys experimented
Spfbehavior value greater than 3?


386 39.06% DENIED_RBL_MATCH
--- Breakdown ---
359 100.00% zen.spamhaus.org
-
220 22.26% DENIED_RDNS_RESOLVE
203 20.54% DENIED_RDNS_MISSING
65 6.57% ALLOWED
43 4.35% DENIED_OTHER
37 3.74% DENIED_GRAYLISTED
23 2.32% ERROR
9 0.91% DENIED_RECIPIENT_BLACKLISTED
2 0.20% DENIED_SENDER_NO_MX

 Summary 
Allowed: 65 6.57%
Timeout: 0 0.00%
Errors : 23 2.32%
Denied : 900 91.09%
Total : 988 100.00%

MAny thanks
Alex



(Please don't hijack threads)

I've had problems in the past even with spf 3. I'm using spf 1 
presently. I think there's a bug in there somewhere. This is apart 
from the SA evaluation/scoring of course.


I've encouraged Sam in the past to add spf checking to spamdyke, as 
it's right up that ally (dns lookups and such). A little extra 
encouragement on the spamdyke list might help to speed that along. (hint)


So to answer the question, no.

(nice stats btw)


Did I hijack any threads? :)

I have spfbehavior set to 3 and so far so good. I am just not happy 
with the spam getting through with SPF set to none.

What kind problems did you encounter with spf please?

I understand that if in an incoming e-mail spf is set to none, spamedyke 
let an e-mail in (MX record is Ok) and no Domainkey/DKIM, this is down to

spamassassin to decide if this is spam or not. Am I correct?

Ref stats - I have my e-mail server sometimes literally bombarded with 
numerous e-mails and this is where fail2ban comes handy.

This is shocking that the amount of spam is THAT huge these days.

Rgds
Alex


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



Re: [qmailtoaster] horde or roundcube

2012-05-15 Thread Postmaster
I am using roundcube - its easy to install and is very good for a basic 
e-mail functionality.
Most of my roubcube installation time I spent on upgrading php and 
making sure it is not broken.


Group Office and an excellent collaboration platform including e-mails.

Rgds
Alex


On 15/05/2012 06:43, Dhulla, Deepen Vinod wrote:

hi,
try using open-source version of Group-Office from 
http://www.group-office.com/ http://www.group-office.com/ its more 
easy to use than horde for end-user then the power-horse horde.

http://sourceforge.net/projects/group-office/

It has a rich interface.

- Deepen Dhulla
“Nothing is particularly hard if you divide it into small jobs.”

http://in.linkedin.com/in/deependhulla
http://www.facebook.com/deependhulla
http://www.twitter.com/deependhulla
Skype: callto://deependhulla



On Monday, 14-05-2012 on 22:08 Gilbert T. Gutierrez, Jr. wrote:

I added to the Wiki a couple years ago a Horde Webmail page (I am
a little tired and I maybe confusing that page with a different
page I created). I based a good part on Anil Aliyan's post in
2010. I think it is really easy to install and works nice (though
I do not use it). At the time I was evaluating many different web
mail systems. RoundCube at the time I did not like because it
seemed very limited. Both though have a much better appearance
than the stock SquirrelMail.

Gilbert


On 5/13/2012 8:18 AM, David Milholen wrote:

I am looking to spice up the webmail on our internal qmail box.
What is every one using for their qmail-toaster box and which is
easier to install?
Thanks
Dave

-- 


David Milholen
Project Engineer
P:501-318-1300






Re: [qmailtoaster] Future Distros - RHEL/CentOS ONLY

2012-02-14 Thread Postmaster

Eric,

Correct me if I am wrong, but the whole qmailtoaster project started 
with the idea to have RPM packages
for a quick deployment under RedHat based OS. Hence, RHEL/CentOS support 
only should be fine for most people.


Personally, I started from RedHat 8 and move to Debian, RHEL, Whitebox 
and finally CentOS and have been
using CentOS for that past ... years. I know if everything fails and I 
somehow do not have a backup (happened
to me before) I can quickly deploy CentOS, dependencies and then 
qmailtoaster from scratch.



Regards
Alex



On 13/02/2012 18:43, Eric Shubert wrote:
I've done a good deal of thinking about this, and think that it'd be 
best to run it by the community at large (not just the developers) for 
everyone's consideration. This is not really new, and is not much 
different than what Jake had committed to some time ago. I just want 
to be sure that everyone is on board with this, and explain a few things.


Due to various changes in the IT landscape over the past several 
years, I think it's best that future QMT development be limited to the 
RHEL/CentOS platform. There are several factors involved.


First is that we'll be changing the method of distribution from source 
rpms to binary rpms, using yum to install packages (qtp-newmodel will 
be modified accordingly). We can do this because the qmail (et al) 
licensing was changed to public domain a couple years ago, so there is 
no restriction to distribute source-only any more. We also have 
mirrors in place that eliminate the need to have a single distribution 
point with high bandwidth capability. Using binary rpms for 
distribution not only simplifies installs and upgrades, but it also 
substantially reduces the disk space required, in addition to making 
QMT more secure due to the absence of a compiler and build tools. All 
in all, this is a win-win change.


Secondly, the industry in general is moving toward virtual hosts, and 
QMT is making this move as well (many of us already run QMT as one or 
more VM guests). One of the advantages of virtualization is that 
multiple machines can coexist on the same host hardware, concurrently 
running entirely different operating systems and versions of languages 
and software. There's little need any more for QMT to coexist on the 
same machine with other applications or services. In fact, things are 
moving in a direction such that QMT itself will become divided into 
logical roles that will be able to implemented on separate hosts, 
allowing for more flexible and scalable QMT configurations. Stay tuned 
for that development, which is a ways off yet.


So let's take a look briefly at the prominent distros that QMT will be 
discontinuing.


Mandriva is on the ropes, struggling to survive. If you presently have 
a QMT running on Mandy, I would seriously consider a migration in the 
near future.


SUSE does not use yum, it has yast instead. When I looked at yast some 
time ago it had no CLI, which was a big drawback to me. While I expect 
that yum could be installed and used, it goes against the When in 
Rome philosophy. The source rpms will of course continue to be 
available, so if someone cares to adapt them for SUSE, they may do so.


While Fedora contains a great deal of what's in store for future 
RHEL/CentOS releases, it's not well suited as a QMT platform, simply 
because it changes too often (a new release twice a year), and most 
often none of the changes provide any benefit to QMT. If there happens 
to be something that would benefit QMT, it would most likely be 
available for RHEL/CentOS in the EPEL repo. So there is really no 
sense in packaging QMT for Fedora.


I think this covers the distros worth mentioning. If I missed one, 
please let me know.


In summary, going forward QMT will be available only on RHEL/CentOS 
platforms, for both x86 and x86_64 architectures. This will simplify 
spec files, documentation and installation/utility scripts 
substantially. For all other distros, the existing build options in 
the spec files will no longer be included. They will however be 
archived in a source code repository before being removed, so that 
they'll be available should anyone want to reference them at some 
point in the future.


If you have a problem with or question about any of this, or you'd 
simply like to comment about something, please don't hesitate to reply.


Thanks to everyone for their continued support and participation.




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: 

Re: [qmailtoaster] how to SMTPS submission/port 587

2012-01-23 Thread Postmaster

Kalz

Why not using iptables to block any outgoing SMTP connection?

iptables -A FORWARD -o eth0 -p tcp --dport 25 -j REJECT


Regards
Alex



On 20/01/2012 20:02, Kalil Costa - Brasilsite wrote:


Thks Dan,




I understand completely, I think I'll work with 465.


And how to lock my users for doesn't to use port 25 ? I want to 
receive only external mails in port 25 and my clients to use port 465. 
Is it the correct way ?




thks again Dan.






Em 20-01-2012 15:41, Dan McAllister escreveu:

Kalil (aka: Kalz):

Port 587 ususlly does NOT force the use of SSL/TLS -- the port is 
defined as a submission port and is most often used as a 
replacement for SMTP in environments that otherwise BLOCK port 25 
access (like some ISPs do -- allowing port 25 ONLY to their own SMTP 
servers and/or relays).


There is another port - 465 - that is another well-known port defined 
as SMTPS whose specifications match what you want: a port that only 
allows SSL/TLS connections.


OK, that part out of the way, here's how you add one or the other 
(NOTE: I take some shortcuts here -- like using tar pipes -- that 
some may object to... all I can say is that it works!)


Step 1:  Create the supervise folders to make qmail listen on the 
additional ports

 a) CD to the supervise folder
*  cd /var/qmail/supervise*
 b) copy the smtp directory tree into a new tree called submission 
(for port 587) and then another called smtp-ssl (for port 465)

*  for DIR in submission smtp-ssl ; do
mkdir $DIR
chown qmaill:qmail $DIR
chmod 1700 $DIR
tar cvf - -C smtp . | tar xvf - -C $DIR
  done*
 c) Modify the *run* scripts in the new folders as below
 In the SUBMISSION folder:
BEFORE the exec line at the bottom, add (or modify if they 
already exist) the lines:

*  export REQUIRE_AUTH=1
  export SMTPS=0
*ON the exec line at the bottom, change the *25 *(should be right 
after a 0) to *587*

  Notes:
1) the exec line usually has continuation marks (line 
ends with a \) -- this makes the last several ACTUAL lines one 
VIRTUAL line (and improves readability)
2) your installation MAY use a variable (e.g.: USEPORT) 
-- if so, look for the line above that ends in *=25* and change 
that one!

 In the SMTPS folder:
BEFORE the exec line at the bottom, add (or modify if they 
already exist) the lines:

*  export REQUIRE_AUTH=1
  export SMTPS=1
*ON the exec line at the bottom, change the *25 *(should be right 
after a 0) to *465*

  Notes:
1) the exec line usually has continuation marks (line 
ends with a \) -- this makes the last several ACTUAL lines one 
VIRTUAL line (and improves readability)
2) your installation MAY use a variable (e.g.: USEPORT) 
-- if so, look for the line above that ends in *=25* and change 
that one!

 d) OPTIONALLY:
  If you're UNLIKE like me and you trust users NOT to be the 
SOURCE of SPAM, then you can remove any SPAMDYKE or SPAMASSASSIN 
processing you may have configured for your standard (open) SMTP port


I hope this helps!

Dan McAllister
IT4SOHO



On 1/20/2012 12:09 PM, Kalil Costa - Brasilsite wrote:

Guys,



How to configure my qmailtoaster to use port 587 SMTPS Submission 
for my clients and port 25 for other servers from internet ?   Some 
like this




--CLIENTS- port smtp/587- **

*  SERVER  *

--OTHER INTERNET MAIL SERVERS --- port 25--- * QMAILTOASTER *

*   *

--CLIENTS - port 25 ***BLOCKED******



Thanks for help


Kalz

- 
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com) Vickers Consulting Group offers 
Qmailtoaster support and installations. If you need professional 
help with your setup, contact them today! 
- 
Please visit qmailtoaster.com for the latest news, updates, and 
packages. To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com For additional 
commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com 
- 
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com) Vickers Consulting Group offers 
Qmailtoaster support and installations. If you need professional help 
with your setup, contact them today! 
- 
Please visit qmailtoaster.com for the latest news, updates, and 
packages. To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com For additional 
commands, e-mail: 

Re: [qmailtoaster] how to SMTPS submission/port 587

2012-01-23 Thread Postmaster

These are the commands from my iptables to allow 25 in/out to/from the QMT host.

iptables -A OUTPUT -p tcp -m tcp --dport 25 -j ACCEPT
iptables -A INPUT -p tcp -m tcp --dport 25 -j ACCEPT

the forward chain can be used in conjunction with the above.


Regards
Alex


On 23/01/2012 23:17, Dan McAllister wrote:
That rule, as written, would also disable your QMT from sending 
outbound messages (unless you put a rule in front of it to 
specifically permit it).


Dan
IT4SOHO

On 1/23/2012 4:57 PM, Postmaster wrote:

Kalz

Why not using iptables to block any outgoing SMTP connection?

iptables -A FORWARD -o eth0 -p tcp --dport 25 -j REJECT


Regards
Alex



On 20/01/2012 20:02, Kalil Costa - Brasilsite wrote:


Thks Dan,




I understand completely, I think I'll work with 465.


And how to lock my users for doesn't to use port 25 ? I want to 
receive only external mails in port 25 and my clients to use port 
465. Is it the correct way ?




thks again Dan.






Em 20-01-2012 15:41, Dan McAllister escreveu:

Kalil (aka: Kalz):

Port 587 ususlly does NOT force the use of SSL/TLS -- the port is 
defined as a submission port and is most often used as a 
replacement for SMTP in environments that otherwise BLOCK port 25 
access (like some ISPs do -- allowing port 25 ONLY to their own 
SMTP servers and/or relays).


There is another port - 465 - that is another well-known port 
defined as SMTPS whose specifications match what you want: a port 
that only allows SSL/TLS connections.


OK, that part out of the way, here's how you add one or the other 
(NOTE: I take some shortcuts here -- like using tar pipes -- that 
some may object to... all I can say is that it works!)


Step 1:  Create the supervise folders to make qmail listen on the 
additional ports

 a) CD to the supervise folder
*  cd /var/qmail/supervise*
 b) copy the smtp directory tree into a new tree called submission 
(for port 587) and then another called smtp-ssl (for port 465)

*  for DIR in submission smtp-ssl ; do
mkdir $DIR
chown qmaill:qmail $DIR
chmod 1700 $DIR
tar cvf - -C smtp . | tar xvf - -C $DIR
  done*
 c) Modify the *run* scripts in the new folders as below
 In the SUBMISSION folder:
BEFORE the exec line at the bottom, add (or modify if they 
already exist) the lines:

*  export REQUIRE_AUTH=1
  export SMTPS=0
*ON the exec line at the bottom, change the *25 *(should be right 
after a 0) to *587*

  Notes:
1) the exec line usually has continuation marks (line 
ends with a \) -- this makes the last several ACTUAL lines one 
VIRTUAL line (and improves readability)
2) your installation MAY use a variable (e.g.: USEPORT) 
-- if so, look for the line above that ends in *=25* and change 
that one!

 In the SMTPS folder:
BEFORE the exec line at the bottom, add (or modify if they 
already exist) the lines:

*  export REQUIRE_AUTH=1
  export SMTPS=1
*ON the exec line at the bottom, change the *25 *(should be right 
after a 0) to *465*

  Notes:
1) the exec line usually has continuation marks (line 
ends with a \) -- this makes the last several ACTUAL lines one 
VIRTUAL line (and improves readability)
2) your installation MAY use a variable (e.g.: USEPORT) 
-- if so, look for the line above that ends in *=25* and change 
that one!

 d) OPTIONALLY:
  If you're UNLIKE like me and you trust users NOT to be the 
SOURCE of SPAM, then you can remove any SPAMDYKE or SPAMASSASSIN 
processing you may have configured for your standard (open) SMTP port


I hope this helps!

Dan McAllister
IT4SOHO



On 1/20/2012 12:09 PM, Kalil Costa - Brasilsite wrote:

Guys,



How to configure my qmailtoaster to use port 587 SMTPS Submission 
for my clients and port 25 for other servers from internet ?   
Some like this




--CLIENTS- port smtp/587- **

*  SERVER  *

--OTHER INTERNET MAIL SERVERS --- port 25--- * QMAILTOASTER *
 
   *   *

--CLIENTS - port 25 ***BLOCKED******



Thanks for help


Kalz

- 
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com) Vickers Consulting Group offers 
Qmailtoaster support and installations. If you need professional 
help with your setup, contact them today! 
- 
Please visit qmailtoaster.com for the latest news, updates, and 
packages. To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com For additional 
commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com

Re: [qmailtoaster] Re: Whitelist_from SpamAssassin Blackberry (BIS)

2011-12-03 Thread Postmaster

Eric,


Very often there might be a typo in the local.cf and then spamassassin 
does not understand it.
My suggestion was not to whitelist all blackberry users, but try to see 
if the format was a problem, i.e. the process of elimination one by one.
Perhaps I should have suggested /spamassassin --lint/ to check the 
syntaxes of local.cf instead.


Rgds
Alex

On 01/12/2011 17:03, Eric Shubert wrote:

Carlos,

I think perhaps you're using the wrong hammer on this one. 
Whitelisting all blackberry users might open the door a little too 
wide, unless *all* emails from blackberry devices are being tagged as 
spam. I doubt this is happening, but you haven't described the problem 
that you're trying to rememdy here.


Have you examined the headers for emails that are not spam but are 
being tagged? Which SA rules are firing that are inappropriate? It 
might be a better solution to adjust your SA scoring to achieve the 
results you're looking for.


Just a thought.

P.S. It's generally a good idea to ask for suggested solutions to a 
given problem, rather than how to implement a solution to a problem 
that has not been described. ;)






Re: [qmailtoaster] Re: Spamdyke/SpamAssassin config recommendations?

2011-10-30 Thread Postmaster

Carlos,



I would be cautious with 'reject-ip-in-cc-rdns'
It gave me a number of false positives.

What's other users experience with this reject parameter?



Cheers
Alex





And enable:

reject-ip-in-cc-rdns
reject-unresolvable-rdns




2011/10/12 Eric Shuberte...@shubes.net


 Enable a couple blacklists. I use spamhaus and spamcop. I don't recall ever
 finding a false positive with them.
 --
 -Eric 'shubes'


 On 10/12/2011 03:15 PM, Casey wrote:


 Here it is (I'm not the one that initially set it up, so I'm looking for
 ways to improve it):

 #dns-blacklist-entry=zombie.**dnsbl.sorbs.nethttp://zombie.dnsbl.sorbs.net
 #dns-blacklist-entry=dul.**dnsbl.sorbs.nethttp://dul.dnsbl.sorbs.net
 #dns-blacklist-entry=bogons.**cymru.comhttp://bogons.cymru.com
 #dns-blacklist-entry=zen.**spamhaus.orghttp://zen.spamhaus.org
 #dns-blacklist-entry=bl.**spamcop.nethttp://bl.spamcop.net
 #Graylist settings
 graylist-dir=/var/spamdyke/**graylist
 graylist-level=always-create-**dir
 graylist-max-secs=2678400
 graylist-min-secs=180
 greeting-delay-secs=5
 idle-timeout-secs=60
 ip-blacklist-file=/etc/**spamdyke/blacklist_ip
 ip-in-rdns-keyword-blacklist-**file=/etc/spamdyke/blacklist_**keywords
 ip-in-rdns-keyword-whitelist-**file=/etc/spamdyke/whitelist_**keywords
 ip-whitelist-file=/etc/**spamdyke/whitelist_ip
 local-domains-file=/var/qmail/**control/rcpthosts
 log-level=info
 log-target=stderr
 max-recipients=50
 
#policy-url=http://my.policy.**explanation.url/http://my.policy.explanation.url/
 rdns-blacklist-file=/etc/**spamdyke/blacklist_rdns
 rdns-whitelist-file=/etc/**spamdyke/whitelist_rdns
 recipient-blacklist-file=/etc/**spamdyke/blacklist_recipients
 recipient-whitelist-file=/etc/**spamdyke/whitelist_recipients
 reject-empty-rdns
 #reject-ip-in-cc-rdns
 reject-missing-sender-mx
 #reject-unresolvable-rdns
 sender-blacklist-file=/etc/**spamdyke/blacklist_senders
 sender-whitelist-file=/etc/**spamdyke/whitelist_senders
 tls-certificate-file=/var/**qmail/control/servercert.pem

 Thanks Eric.

 Casey

 Smile Global Technical Support
 Submit or check trouble ticketshttp://billing.smileglobal.com
 www.smileglobal.comhttp://www.smileglobal.com


 On 10/12/11 3:03 PM, Eric Shubert wrote:


 On 10/12/2011 02:53 PM, Casey wrote:


 Hi all,

 Been getting an increased amount of spam lately in addition to
 complaints from some customers and I'm trying to figure out the best way
 to cut it down a bit.

 Theres been alot of foreign spam coming into my mailbox recently heres
 and example:

 Return-Path:isales-return-**23910-smileglobal.com-casey=sm**
 ileglobal@smileglobal.comsmileglobal@smileglobal.com

 Delivered-To:casey@**smileglobal.comdelivered-to%3aca...@smileglobal.com
 Received: (qmail 29118 invoked by uid 89); 11 Oct 2011 03:50:13 -
 Mailing-List:
 contactisales-help@**smileglobal.comcontactisales-h...@smileglobal.com;
 run by ezmlm
 Precedence: bulk
 X-No-Archive: yes
 List-Post:mailto:isales@**smileglobal.com  isa...@smileglobal.com
 List-Help:mailto:isales-help@**smileglobal.comisales-h...@smileglobal.com
 
 
List-Unsubscribe:mailto:isale**s-unsubscr...@smileglobal.comisales-unsubscr...@smileglobal.com
 
 
List-Subscribe:mailto:isales-**subscr...@smileglobal.comisales-subscr...@smileglobal.com
 
 Delivered-To: mailing listisa...@smileglobal.com
 Received: (qmail 29112 invoked by uid 89); 11 Oct 2011 03:50:13 -
 
Message-ID:20111011035013.**29111.qm...@smileglobal.com20111011035013.29111.qm...@smileglobal.com
 
 Delivered-To:sales@**smileglobal.comdelivered-to%3asa...@smileglobal.com
 X-Spam-Flag: YES
 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on
 sa1.smileglobal.com
 X-Spam-Level: 
 X-Spam-Status: Yes, score=4.5 required=4.2
 tests=GAPPY_SUBJECT,HTML_**MESSAGE,
 HTML_OBFUSCATE_05_10,MIME_QP_**LONG_LINE,MISSING_MID,RDNS_**NONE
 autolearn=disabled version=3.2.5
 X-Spam-Report:
 * 0.0 MISSING_MID Missing Message-Id: header
 * 2.0 GAPPY_SUBJECT Subject: contains G.a.p.p.y-T.e.x.t
 * 0.0 HTML_MESSAGE BODY: HTML included in message
 * 0.6 HTML_OBFUSCATE_05_10 BODY: Message is 5% to 10% HTML obfuscation
 * 1.8 MIME_QP_LONG_LINE RAW: Quoted-printable line longer than 76 chars
 * 0.1 RDNS_NONE Delivered to trusted network by a host with no rDNS
 Received-SPF: softfail (sa1.smileglobal.com: transitioning SPF record
 at spf.bulletmail.jp does not designate 69.7.35.14 as permitted sender)
 UserAgent: SquirrelMail/1.4.3a
 X-Mailer: SquirrelMail/1.4.3a
 X-Priority: 3 (Normal)
 Importance: Normal
 To:sa...@smileglobal.com
 From:
 
=?ISO-2022-JP?B?**GyRCJS4laSUuJWkbKEI=?=info@**035newmail-gr.neti...@035newmail-gr.net
 


 So as you can see, our primary SA box has tagged the message, but it
 sure would be nice if it got blocked completely.

 Not sure the best way to accomplish that would be -- whether it be
 through spamassassin, or spamdyke?

 Just looking for a few recommendations on settings that I might need
 to enable.

 Thanks!

 --
 Casey

 Smile Global Technical Support
 Submit or check 

Re: [qmailtoaster] Re: Email to root (alias)

2011-08-17 Thread Postmaster

Eric,


I do not want external users to be able to send e-mail to r...@mydomain.com.
Only internal users or services can do that and this is why I liked the 
idea of /var/qmail/alias/



Rgds
Alex


On 16/08/2011 18:59, Eric Shubert wrote:
I have a hunch about this. I continue to be unclear about virtual vs 
system users, and the differences between 'native' qmail and vpopmail. 
It seems to me however that the aliases/ method is native, as this is 
not used when defining forwards with qmailadmin.


My hunch is that perhaps native mechanisms (alias/forwarding in this 
case) do not always work in conjunction with virtual (ie vpopmail) 
accounts. You might try testing this theory by trying to forward a 
message using the aliases/ mechanism to a system user account. My 
guess is that this might work, although it doesn't solve your problem.


I've avoided this whole area by making all of my email accounts 
virtual. I also have a forward defined in qmailadmin from root to an 
existing virtual account. I'm not positive this takes effect, as I 
have changed most root emails to another address. I do believe this 
works though.


Have you tried using qmailadmin to create a forward from root to 
postmaster? Is there some reason why not?






Re: [qmailtoaster] Re: Email to root (alias)

2011-08-17 Thread Postmaster

Jake,

/var/qmail/control/locals contains localhost and defaultdomain contains 
me.uk (whatever I have after mydomain)



Regards
Alex



On 17/08/2011 16:28, Jake Vickers wrote:

On 08/17/2011 07:02 AM, Postmaster wrote:

Eric,


I do not want external users to be able to send e-mail to 
r...@mydomain.com.

Only internal users or services can do that and this is why I liked the
idea of /var/qmail/alias/



Wat does your /var/qmail/control/locals file contain? Also the 
defaultdomain in the same directory?



- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Re: Email to root (alias)

2011-08-17 Thread Postmaster

Eric,

I am not familiar with eMPF though I suppose this not a complex task to 
set it up.
Another reason - I am trying to keep the same set-up across all 
qmailtoaster servers I manage.


Regards
Alex

On 17/08/2011 17:19, Eric Shubert wrote:

Alex,

Any reason not to use eMPF policies to accomplish this?
That's what it's designed to do.

I'm curious to know why, but that's another question.




-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Email to root (alias)

2011-08-16 Thread Postmaster

Philip,

Many thanks for your suggestion.
Yes, I have postmas...@mydomain.com (I have tried other e-mails as well) 
and the domain is the same in .qmail-root as in /var/qmail/control/me.

I simply cannot figure out what may be wrong.


Regards
Alex




On 16/08/2011 11:44, Philip wrote:

Hello
it is pretty trivial the  alias folder
Lets take an example
your .qmail-root contains postmas...@yourdomain.com (or any 
u...@yourdoumain.com)  yourdomain.com should be similar to what is in 
/var/qmail/control/me


Then of course you need the account postmas...@yourdomain.com (the one 
listed in the me file) created and working on your server

Then all should be working as expected

-Philip



On 8/15/2011 4:13 PM, Postmaster wrote:

Jake,


I logged in as the root and used the following command:

mutt -s root email test root  sample.txt


sample.txt contains anything like hello, this is test
I do not have the e-mail account root, but I understand that 
.qmail-root is supposed to forward ALL email to postmaster.
Unfortunately, this is not the case. Postmaster is not getting any 
messages from root. Like Eric, like have no idea

how the /var/qmail/alias/ files are supposed to work


Regards
Alex






On 15/08/2011 15:39, Jake Vickers wrote:

On 08/15/2011 06:27 AM, Postmaster wrote:

I can only see the sent message in the send log and not the smtp long.

@40004e48f3581874855c info msg 397667: bytes 5012 from
r...@domain.com qp 31167 uid 0
@40004e48f35818a9398c starting delivery 875: msg 397667 to local
domain.com-r...@domian.com
@40004e48f35818a94544 status: local 1/10 remote 0/10
@40004e48f358198608e4 delivery 875: success: did_0+0+1/
@40004e48f358198610b4 status: local 0/10 remote 0/10



Do you have an account at r...@domain.com?


- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com









Re: [qmailtoaster] Email to root (alias)

2011-08-15 Thread Postmaster

Jake,


I can only see the sent message in the send log and not the smtp long.

@40004e48f3581874855c info msg 397667: bytes 5012 from 
r...@domain.com qp 31167 uid 0
@40004e48f35818a9398c starting delivery 875: msg 397667 to local 
domain.com-r...@domian.com

@40004e48f35818a94544 status: local 1/10 remote 0/10
@40004e48f358198608e4 delivery 875: success: did_0+0+1/
@40004e48f358198610b4 status: local 0/10 remote 0/10


However, nothing is delivered.to postmaster



Many thanks
Alex





On 14/08/2011 06:48, Jake Vickers wrote:

On 07/31/2011 08:07 PM, Postmaster wrote:

Hello all,

I have tried various setting, but my aliases are not working
/var/qmail/alias

For example, I have /var/qmail/alias/.qmail-root =
postmas...@mydomain.com
If I send an e-mail from the command line to root, postmaster never
receives it.
Any idea where I should look at please?



Did you look at the SMTP logs and send logs to see where the mail was 
being delivered to? Did you reload after changing the settings (can't 
recall if that was required or not)



- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Email to root (alias)

2011-08-15 Thread Postmaster

Jake,


I logged in as the root and used the following command:

mutt -s root email test root  sample.txt


sample.txt contains anything like hello, this is test
I do not have the e-mail account root, but I understand that 
.qmail-root is supposed to forward ALL email to postmaster.
Unfortunately, this is not the case. Postmaster is not getting any 
messages from root. Like Eric, like have no idea

how the /var/qmail/alias/ files are supposed to work


Regards
Alex






On 15/08/2011 15:39, Jake Vickers wrote:

On 08/15/2011 06:27 AM, Postmaster wrote:

I can only see the sent message in the send log and not the smtp long.

@40004e48f3581874855c info msg 397667: bytes 5012 from
r...@domain.com qp 31167 uid 0
@40004e48f35818a9398c starting delivery 875: msg 397667 to local
domain.com-r...@domian.com
@40004e48f35818a94544 status: local 1/10 remote 0/10
@40004e48f358198608e4 delivery 875: success: did_0+0+1/
@40004e48f358198610b4 status: local 0/10 remote 0/10



Do you have an account at r...@domain.com?


- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com







Re: [qmailtoaster] clamav-toaster-0.97.2-1.3.43 has been posted

2011-07-31 Thread Postmaster

Jake,


Many thanks for posting the Clamav update.
I have a problem building it:




./llvm/include/llvm/ADT/PostOrderIterator.h:130:   instantiated from 
'llvm::po_iteratorT, llvm::SmallPtrSettypename 
llvm::GraphTraitsGraphType::NodeType*, 8u, false, 
llvm::GraphTraitsT  llvm::po_end(T) [with T = llvm::DomTreeNode*]'

bytecode2llvm.cpp:615:   instantiated from here
./llvm/include/llvm/ADT/PostOrderIterator.h:91: warning: unused 
parameter 'G'

g++: Internal error: Killed (program cc1plus)
Please submit a full bug report.
See URL:http://bugzilla.redhat.com/bugzilla for instructions.
make[5]: *** [libclamavcxx_la-bytecode2llvm.lo] Error 1
make[5]: Leaving directory 
`/usr/src/redhat/BUILD/clamav-0.97.2/libclamav/c++'

make[4]: *** [all] Error 2
make[4]: Leaving directory 
`/usr/src/redhat/BUILD/clamav-0.97.2/libclamav/c++'

make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.97.2/libclamav'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.97.2/libclamav'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/src/redhat/BUILD/clamav-0.97.2'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.56989 (%build)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.56989 (%build)



Any idea what this may be please?



Regards
Alex


On 31/07/2011 11:16, Jake Vickers wrote:
Clamav 0.97.2 has been posted to the mirrors. This is a bugfix release 
but if you have been experiencing odd hangs of clamav, it is 
recommended that you upgrade.


- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




[qmailtoaster] Email to root (alias)

2011-07-31 Thread Postmaster

Hello all,

I have tried various setting, but my aliases are not working 
/var/qmail/alias


For example, I have /var/qmail/alias/.qmail-root = postmas...@mydomain.com
If I send an e-mail from the command line to root, postmaster never 
receives it.

Any idea where I should look at please?

Many thanks
Alex

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] automatic Filtering e-mail into folders

2011-07-27 Thread Postmaster

Please check FAQ on the wiki
Also see the Jake's vidio on the youtube!


Many thanks Jake
Regards
Alex


On 26/07/2011 23:42, MagicWISP wrote:


Quoting Jake Vickers j...@qmailtoaster.com:


On 07/26/2011 02:40 AM, Postmaster wrote:

Hello,


I wonder if it is possible to filter incoming e-mails into numerous
folders using rules.
This feature is already implemented in Squirrelmail, but I am 
interested

in the server side filtering.



You can absolutely do this. I did a video on how to do this, which 
should be on the Youtube channel. If it is not, let me know and I 
will post that particular video.



- 



I checked out the video, but it uses courrier - since I am using 
Dovecot, what would be the easiest way to go about this.  I want my 
customers spam emails to go to their spam folder in Horde.  Any ideas?



This message was sent using IMP, the Internet Messaging Program.


- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] automatic Filtering e-mail into folders

2011-07-27 Thread postmaster
Jake,

Just a question. I watched your video, which is brilliant. Thanks very
much for that. However, is there any GUI to use with maildrop please? I
cannot spend my time for every user to set-up filters. I need something
simple like in Squirrelmail so that every user can do it himself.

Many thanks
Alex



 On 07/26/2011 02:40 AM, Postmaster wrote:
 Hello,


 I wonder if it is possible to filter incoming e-mails into numerous
 folders using rules.
 This feature is already implemented in Squirrelmail, but I am interested
 in the server side filtering.


 You can absolutely do this. I did a video on how to do this, which
 should be on the Youtube channel. If it is not, let me know and I will
 post that particular video.


 -
 Qmailtoaster is sponsored by Vickers Consulting Group
 (www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
 installations.
   If you need professional help with your setup, contact them today!
 -
  Please visit qmailtoaster.com for the latest news, updates, and
 packages.

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






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and installations.
  If you need professional help with your setup, contact them today!
-
 Please visit qmailtoaster.com for the latest news, updates, and packages.
 
  To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com




[qmailtoaster] automatic Filtering e-mail into folders

2011-07-26 Thread Postmaster

Hello,


I wonder if it is possible to filter incoming e-mails into numerous 
folders using rules.
This feature is already implemented in Squirrelmail, but I am interested 
in the server side filtering.


Many thanks
Alex

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Re: Qmail and squirrelmail query

2011-05-24 Thread Postmaster
I suggested Linode! I used to run Qmail on 384Mb RAM VPS on the Linode, 
but it was not easy as SpamAssassin took most of RAM so VPS had to be 
rebooted several times.
Right now I run Qmail on two VPSs 512Mb and 768Mb with ClamAV and 
SpamAssassin without any issues. If you have a huge traffic (=1000 
e-mails a day) I'd

suggest to go for 768Mb RAM.

Rgds
Alex

On 24/05/2011 00:10, David Bray wrote:
Me 3 here, you can't do QMT on shared hosting, you need a VPS. Someone 
suggested the Linode and that looks good, VPSLink is one I've used, 
You need 512Mb once Clam and SpamAssassin start working. It is 
difficult to manage CLAM in a 512 container without swap - VPSLink 
don't have swap, Linode does. I'm currently using a Westnet/iiNet VPS 
- because it is close in Aus.


*David Bray*
http://www.brayworth.com.au
da...@brayworth.com.au

On 23/05/2011 11:56 PM, Eric Shubert wrote:

On 05/23/2011 12:18 AM, Joselito Tapangan wrote:

I have a question regarding this QMAIL. Right now our current mail
server is a physical box running the Qmail toaster and we usually using
the squirrelmail. Recently, Our company is planning to transfer it to a
hosting providers. Here are the following question that needs to be
answered.

1.) Does Qmail and squirrelmail can be installed in a shared 
hosting? If

Yes/No please give me some explaination of how to do it. If you provide
a link related this topic.


Certainly. I don't have experience personally with hosting providers, 
but I think there are some in the community that run QMT in hosted 
environments. You'll need root access to your host. I would recommend 
512M of RAM, and 6G HDD for the system plus whatever space you need 
for mailboxes.



2.) Does any shared hosting is already has already offered  a service
with Qmail and squirrelmail installed already? can you please suggest 1
or 2 samples of that Hosting Provider


I'm not aware of any who provide a prebuilt QMT image.





Re: [qmailtoaster] Re: SpamAssassin Version

2011-05-01 Thread Postmaster

Ref VMs try linode.com

Regards
Alex


On 01/05/2011 06:12, David Bray wrote:

I joined the Devel list as suggested, will look to what I can do there

With the VM's - who sells cheap VM's with Swap, I'm using vpslink, no 
swap but ... only 512M - yes - M not k, used to have an XT with 512k, 
upgraded it to 640k .. long time ago ...


They have a CentOS 5 option there - will look at it when I have a chance

David Bray
http://www.brayworth.com.au
da...@brayworth.com.au



On 1/05/2011 12:55 AM, Eric Shubert wrote:

On 04/29/2011 10:23 PM, Martin Waschbüsch IT-Dienstleistungen wrote:

Am 30.04.2011 um 05:40 schrieb David Bray:


Thanks for the Feedback

Understand about the Fedora Lifetime etc. I use VM's and Fedora 13 
is the current Fedora. Tried Ubuntu, CentOS and keep coming back to 
Fedora - mainly because the php is more up to date


Actually, F14 is current (released 2010/11/02), and F15 is scheduled 
for release this coming Monday (2011/05/02), which means that F13 
will reach EOL on 2011/06/02. :(




The driving line is not so much SA - SpamAssassin as Clam, on my 
last server - Fedora 12 based, there was an issue with spam and the 
update to SA 3.3 did get me into later rule sets (via sa-update)


Would it be possible for you to work on getting the SA 3.3.1 source 
rolled into the spamassassin-toaster package? I'm sure Jake would 
welcome the help. As Martin suggested, we'd love to see you on the 
devel list.


You can - in the Fedora 13 case, substitute in yum install 
spamassassin with little difficulty, basically install the package, 
it pulls in what it needs, then create the scripts to run under 
daemontools.


Jake's been working on trying to use the upstream packages as much as 
possible. I'm sure he would welcome some help with this. 
Unfortunately, that won't help with getting SA3.3.1 into COS5.x though.


There's probably a fairly decent reason though why RH hasn't brought 
SA3.3.x into v5.x. OTOH, SA3.3.1 *is* in the rpmforge-extras repo for 
CentOS5, so it could be had from there.


The clamav is harder, but I have it running, though untested. The 
end aim is just to let the rpm system update clam, rather than 
having to recompile to src rpm


In the meantime, Jake's been very good at keeping clamav-toaster up 
to date. That package is easily updated with qtp-newmodel. It does 
take some time to compile, but qtp-newmodel allows that to happen 
while your QMT is still online.



so why is that so bad ?


It's not. As previously mentioned, QMTv2 will be yum-able. :)

well the toaster works fine on a VM with 20Gb HDD and 512k ram  
but to recompile the clam package you have to stop the services to 
free up memory ... so having a recipe for utilizing then yum 
package is nice ...


My QMT is a VM w/ 512M RAM (I think you meant 512M, not 512k), and I 
have no problem building clamav-toaster on it using qtp-newmodel.

# free
 total   used   free sharedbuffers 
cached
Mem:514908 399284 115624  0  27004 
117636

-/+ buffers/cache: 254644 260264
Swap:  1044216 721044144

Perhaps there's something in your Fedora configuration that's causing 
a problem there? Do you have ample swap available?


which brings you back to your argument, Fedora 13 will only have a 
short life for clamav updates via yum 


BL, it might be possible that going with Fedora is causing as much of 
a problem as it's solving.


I'm all for getting SA up to current on COS5. I think that if you 
were to use the rpmforge-extras repo along with a little help from 
the devel list, you can achieve your objectives while helping the 
community as well. I expect that you'd also free up some time to do 
other things, besides updating your Fedora release every 6 months. ;)



David Bray
http://www.brayworth.com.au
da...@brayworth.com.au


Thanks for your help with this David. I really don't mean to beat you 
up at all. I'm just trying to help you the best I can, and look 
forward to your continued participation in the community.


Not everything is perfect with QMT, I would agree, but at the same 
time: it works! And as Eric pointed out, CentOS / RHEL 5.x is the 
most current version of the recommended OS for QMT.
Jake is working on QMTv2 which will incorporate some changes and it 
will actually address some of the things you mention (like an option 
to just install binary packages instead of compile from source).
That being said, if you'd like to help with QMT, please join the 
qmailtoaster-devel list as well!


Cheers,

Martin
- 



+1 Martin.



- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!

Re: [qmailtoaster] Re: Increasing SPAM catch rate

2011-03-15 Thread Postmaster

Scott,

If you put

log-level=debug

in your spamdyke config file, you will be able to see much more detailed 
log.

Rejections/acceptances can be seen in the qmail logs.

Cheers
Alex


On 16/03/2011 00:32, Scott Hughes wrote:

Where would I be able to view the Spamdyke rejections? I have never seen a 
Spamdyke log file.

All of my users are imap (either via Outlook or webmail).

Scott


On Mar 15, 2011, at 6:15 PM, Eric Shuberte...@shubes.net  wrote:


Are you seeing any spamdyke rejections at all? The 3rd header you posted hit 
the RDNS_NONE rule, which spamdyke should have rejected.

There doesn't appear to be a filtering appliance in front of your QMT host, so 
that's a good thing.

It doesn't look like you're using sa-learn with bayes at all. At least these 
messages didn't fire any bayes rules. Using sa-learn with a feedback mechanism 
is a much easier thing to do with imap than it is with pop3. Are these pop3 or 
imap users?

--
-Eric 'shubes'

On 03/15/2011 02:06 PM, Scott Hughes wrote:

-Original Message-
From: Eric Shubert [mailto:e...@shubes.net]
Sent: Tuesday, March 15, 2011 3:56 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: [qmailtoaster] Re: Increasing SPAM catch rate

On 03/15/2011 01:46 PM, Scott Hughes wrote:

Currently I use the following items / settings in order to stop the spam
coming into my QMT system.

Spamassassin required score 3.5

Pyzor

Razor2

Spamdyke

Spambox option with the clean-spam script turned on and set to five days

Using SURBL and blacklists

I believe that is all of them (at least all I can think of right now).

My question is this: How can I fine-tune my system to better catch the
spam. I have one user that gets about 30 spam emails a day and doesn't
ever seem to trip spamassassin (in order to get the Spam folder to show
up in her mailbox folders). They either are rejected outright or are let
in as legit. email.

Thanks,

Scott


It's a little hard to help you tune things, when we don't know what your
settings are. Spamdyke and spamassassin configs would be helpful.

Are you using sa-learn at all?

Also, the headers from an example of spam that made it though would be
helpful.



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.
 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and installations.
   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and packages.

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





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Running in a vm

2011-02-13 Thread Postmaster

I have 2 accounts at Linode.com running on both qmail-toaster under XEN.
I have been running qmail-toaster under VMWare without any issues.

Regards
Alex

On 13/02/2011 02:31, Dnk wrote:

Hey guys,

Are there any pitfalls to running a toaster in a vm? Any gotchas on install?

Thanks!

---
D


-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and installations.
   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and packages.

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





-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




[qmailtoaster] Increased spam recently

2011-01-30 Thread Postmaster

Hello all,


During the beginning 2011, I can see an increased amount of spam getting 
through. All spam e-mails are sent from yahoo/hotmail account with

more or less similar text as follows:

-
A couple of weeks ago I tried to figure out day trading, and long term 
trading in the market. I saw alot of places that notified me if 
somethings a strong buy most of them are totally bogus, till i found 
this one and I was showing atleast 150% returns on all the Symbols they 
reco'd in just 2 days! Here check it out and let me know Penny Picks1 
http://t.co/0jZUTDg

-

The spamassassin is not detecting spam scoring only 2.5 out of 4.

Any idea how to battle it? Would envoking 
ip-in-rdns-keyword-blacklist-file option help it?


Many thanks
Alex



[qmailtoaster] Increased spam recently

2011-01-30 Thread Postmaster

Hello all,


During the beginning 2011, I can see an increased amount of spam getting 
through. All spam e-mails are sent from yahoo/hotmail account with

more or less similar text as follows:

-
A couple of weeks ago I tried to figure out day trading, and long term 
trading in the market. I saw alot of places that notified me if 
somethings a strong buy most of them are totally bogus, till i found 
this one and I was showing atleast 150% returns on all the Symbols they 
reco'd in just 2 days! Here check it out and let me know Penny Picks1 
http://t.co/0jZUTDg

-

The spamassassin is not detecting spam scoring only 2.5 out of 4.

Any idea how to battle it? Would envoking 
ip-in-rdns-keyword-blacklist-file option help it?


Many thanks
Alex



Re: [qmailtoaster] New to List and Qmail-Toaster

2010-12-09 Thread Postmaster

 Hello and welcome,


Yes, definitely qmail-toaster is the way you wanna go!
You need to control at least MX record of your DNS or give instruction 
to your data centre to change it for you.



Rgds
Alex



On 09/12/2010 20:31, keith smith wrote:

Hello!

I am looking into installing qmail toaster so I can manage a mail 
server for several domains.


Making interfaces for mail.Domain1.tld, mail.Domain2.tld. 
mail.DomainN.tld, where each has its own user name and password.  That 
way each domain owner can manage their own email accounts.


I'm running CentOS 5.5 and RHEL 6 .

Is Qmail Toaster the way I want to go?

Also I noticed there is a requirement to interface with DNS.  I do not 
control the DNS, the data center does that for us.  Will that be a 
problem?


Thank you in advance for your help!


Keith Smith






Re: [qmailtoaster] POP3SSL and SMTP-SSL

2010-08-31 Thread Postmaster
 I do use it as my e-mail server is located remotely, therefore have to 
connect to it via internet as supposed to LAN.

So sending the password in clear text is not a good security policy IMHO.


Rgds
Alex

On 31/08/2010 12:10, Mahesh Bhat wrote:


Hi all,

Is it important to use pop3ssl(995) and smtpssl(465) instead of 
pop3(110) and smtp(25). How does it help.?


/-Regards

Mahesh Bhat

/





Re: [qmailtoaster] QMT on Xen? (I hope not)

2010-08-05 Thread Postmaster

Eric,

I am running QMT on Xen (CentOS 5.5)
Not sure about RHEL6


Rgds
Alex



On 05/08/2010 00:40, Eric Shubert wrote:

Is anyone running QMT on Xen?
I just noticed that RHEL6 will not contain Xen, in favor of KVM.



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Re: QMT on Xen? (I hope not)

2010-08-05 Thread Postmaster
I used to have qmail (not QMT) under OpenVZ and now I have had it under 
XEN on the Linode for several years (www.linode.com). I have both 32bit 
and 64bit version running very smoothly.


I tried running QMT under VMware and all seems to be good, but I have 
not tested it extensively (VMware was running

on my Macbook).

Regards
Alex


On 05/08/2010 17:09, Eric Shubert wrote:

Alex,

I only know what I've read.
http://go.techtarget.com/r/12145227/6005177
Looks to me like Xen is on its way out.



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Re: Newmodel build issues

2010-06-10 Thread Postmaster

On 10/06/2010 20:09, Eric Shubert wrote:

Postmaster wrote:

On 09/06/2010 23:25, Eric Shubert wrote:

Postmaster wrote:

On 09/06/2010 23:11, Eric Shubert wrote:

Postmaster wrote:



On 09/06/2010 22:40, Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Scott Hughes wrote:
I am attempting to update a new QMT server.  When running 
the newmodel script, I am getting the following:


qtp-build-rpms - rpmbuild failed for 
clamav-toaster-0.96.1-1.3.36

qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)
end of log messages

qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log 
for more details


Build failed, Exiting.

 --- Hit ENTER to return to menu ---


All other packages appeared to build without any problems.  
This system has had all of it's yum updates and has been 
rebooted.


Ideas, please?

Scott



You know? Not that I look a bit closer, this error is from a 
no-brainer sort of command (chown). I wonder if fuse-unionfs 
isn't having a problem with COS5.5.




Strangeness. When I do the commands manually (in a chroot 
environment, same as qtp-build-rpms does) I get no error. 
However, when I run the /bin/sh -e /var/tmp/rpm-tmp.80211 
command, same as rpmbuild does, it ends prematurely in the 
same spot (chown command) with return code 1.


Very peculiar. I'm going to try with a linked sandbox, which 
I expect will succeed.




Linked sandbox works. So the problem is with fuse-unionfs and 
CentOS 5.5. This is a fairly low priority, but I'll continue 
to test to pinpoint the problem, and persue a fix.




Hey Steve,

I have a COS5.4 QMT with an updated kernel that I got this 
failure with as well. I did

# yum remove fuse dkms
which removed these packages with their dependencies, then 
reran qtp-newmodel, which reinstalled them, and it appears that 
qtp-newmodel has gotten past the problem part.


I'll try this a little later on my test QMT 5.5 that was 
failing. Thought you might want to give it a try and see what 
you get.




Well, reinstalling fuse,dkms didn't fix the problem for me on 
COS 5.5.

I'm pretty confident that's where the problem lies though.
I wonder if rebuilding them on a COS5.5 host will make it work. 
Doubtful.

Need to ponder this some more...




I have similar issue on my VPS CentOS 5.4 64 bit:

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another 
terminal and:

# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

qtp-build-rpms v0.3.5
qtp-remove-pkgs v0.3.1
Building clamav-toaster-0.96.1-1.3.36 ...
qtp-build-rpms - rpmbuild failed for clamav-toaster-0.96.1-1.3.36
qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.72759 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.72759 (%prep)
end of log messages

qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for 
more details


Build failed, Exiting.


- 



That's so similar, it's the same! ;)
I'm guessing that you're using the unionfs for sandbox?
What's your kernel version?


qtp-newmodel v0.3.15 starting Wed Jun  9 22:11:28 BST 2010
qtp-whatami v0.3.6
DISTRO=CentOS
OSVER=5.4
QTARCH=x86_64
QTKERN=2.6.32.12-x86_64-linode12
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

- 





That's a pretty new kernel.
How'd you end up with that kernel on a COS 5.4 host?

Yeah, this is a VPS server (Xen virtualisation). I can chose and run 
pretty much any kernel in a matter of seconds.
Have a look at http://www.linode.com/features.cfm - Configuration 
profile


- 


Postmaster,

Your VPS might come in very handy here. :)

Have you changed the kernel after having run qtp-newmodel with the 
unionfs sandbox on a previous kernel?


Do you have a way to go back to the kernel that was used when you last 
ran qtp-newmodel successfully? (if you remember which kernel you were 
running then?) If so, please do so, then run qtp-newmodel test.


Do you get the failure when you use the most recent COS5.5 stock 
kernel? (2.6.18-194.3.1.el5)


Will you try:
.) using 2.6.18-194.3.1.el5 kernel
.) yum remove dkms fuse
.) test qtp-newmodel again
?


Eric,

The build was successful by either way.
So I can conclude that it was 5.4 version (one of its libraries) at fault.

Rgds
Alex

Re: [qmailtoaster] Re: Newmodel build issues

2010-06-10 Thread Postmaster

On 10/06/2010 21:53, Eric Shubert wrote:

Postmaster wrote:

On 10/06/2010 20:09, Eric Shubert wrote:

Postmaster wrote:

On 09/06/2010 23:25, Eric Shubert wrote:

Postmaster wrote:

On 09/06/2010 23:11, Eric Shubert wrote:

Postmaster wrote:



On 09/06/2010 22:40, Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Scott Hughes wrote:
I am attempting to update a new QMT server.  When running 
the newmodel script, I am getting the following:


qtp-build-rpms - rpmbuild failed for 
clamav-toaster-0.96.1-1.3.36

qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)
end of log messages

qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log 
for more details


Build failed, Exiting.

 --- Hit ENTER to return to menu ---


All other packages appeared to build without any 
problems.  This system has had all of it's yum updates 
and has been rebooted.


Ideas, please?

Scott



You know? Not that I look a bit closer, this error is from 
a no-brainer sort of command (chown). I wonder if 
fuse-unionfs isn't having a problem with COS5.5.




Strangeness. When I do the commands manually (in a chroot 
environment, same as qtp-build-rpms does) I get no error. 
However, when I run the /bin/sh -e /var/tmp/rpm-tmp.80211 
command, same as rpmbuild does, it ends prematurely in the 
same spot (chown command) with return code 1.


Very peculiar. I'm going to try with a linked sandbox, 
which I expect will succeed.




Linked sandbox works. So the problem is with fuse-unionfs 
and CentOS 5.5. This is a fairly low priority, but I'll 
continue to test to pinpoint the problem, and persue a fix.




Hey Steve,

I have a COS5.4 QMT with an updated kernel that I got this 
failure with as well. I did

# yum remove fuse dkms
which removed these packages with their dependencies, then 
reran qtp-newmodel, which reinstalled them, and it appears 
that qtp-newmodel has gotten past the problem part.


I'll try this a little later on my test QMT 5.5 that was 
failing. Thought you might want to give it a try and see what 
you get.




Well, reinstalling fuse,dkms didn't fix the problem for me on 
COS 5.5.

I'm pretty confident that's where the problem lies though.
I wonder if rebuilding them on a COS5.5 host will make it 
work. Doubtful.

Need to ponder this some more...




I have similar issue on my VPS CentOS 5.4 64 bit:

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another 
terminal and:
# tail -f 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log


qtp-build-rpms v0.3.5
qtp-remove-pkgs v0.3.1
Building clamav-toaster-0.96.1-1.3.36 ...
qtp-build-rpms - rpmbuild failed for clamav-toaster-0.96.1-1.3.36
qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.72759 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.72759 (%prep)
end of log messages

qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for 
more details


Build failed, Exiting.


- 



That's so similar, it's the same! ;)
I'm guessing that you're using the unionfs for sandbox?
What's your kernel version?


qtp-newmodel v0.3.15 starting Wed Jun  9 22:11:28 BST 2010
qtp-whatami v0.3.6
DISTRO=CentOS
OSVER=5.4
QTARCH=x86_64
QTKERN=2.6.32.12-x86_64-linode12
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

- 







That's a pretty new kernel.
How'd you end up with that kernel on a COS 5.4 host?

Yeah, this is a VPS server (Xen virtualisation). I can chose and 
run pretty much any kernel in a matter of seconds.
Have a look at http://www.linode.com/features.cfm - Configuration 
profile


- 


Postmaster,

Your VPS might come in very handy here. :)

Have you changed the kernel after having run qtp-newmodel with the 
unionfs sandbox on a previous kernel?


Do you have a way to go back to the kernel that was used when you 
last ran qtp-newmodel successfully? (if you remember which kernel 
you were running then?) If so, please do so, then run qtp-newmodel 
test.


Do you get the failure when you use the most recent COS5.5 stock 
kernel? (2.6.18-194.3.1.el5)


Will you try:
.) using 2.6.18-194.3.1.el5 kernel
.) yum remove dkms fuse
.) test qtp-newmodel again
?


Hey Alex,


The build was successful by either way.


Which ways? I'm

Re: [qmailtoaster] Re: Newmodel build issues

2010-06-09 Thread Postmaster

On 09/06/2010 23:11, Eric Shubert wrote:

Postmaster wrote:



On 09/06/2010 22:40, Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Scott Hughes wrote:
I am attempting to update a new QMT server.  When running the 
newmodel script, I am getting the following:


qtp-build-rpms - rpmbuild failed for clamav-toaster-0.96.1-1.3.36
qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)
end of log messages

qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for 
more details


Build failed, Exiting.

 --- Hit ENTER to return to menu ---


All other packages appeared to build without any problems.  
This system has had all of it's yum updates and has been rebooted.


Ideas, please?

Scott



You know? Not that I look a bit closer, this error is from a 
no-brainer sort of command (chown). I wonder if fuse-unionfs 
isn't having a problem with COS5.5.




Strangeness. When I do the commands manually (in a chroot 
environment, same as qtp-build-rpms does) I get no error. 
However, when I run the /bin/sh -e /var/tmp/rpm-tmp.80211 
command, same as rpmbuild does, it ends prematurely in the same 
spot (chown command) with return code 1.


Very peculiar. I'm going to try with a linked sandbox, which I 
expect will succeed.




Linked sandbox works. So the problem is with fuse-unionfs and 
CentOS 5.5. This is a fairly low priority, but I'll continue to 
test to pinpoint the problem, and persue a fix.




Hey Steve,

I have a COS5.4 QMT with an updated kernel that I got this failure 
with as well. I did

# yum remove fuse dkms
which removed these packages with their dependencies, then reran 
qtp-newmodel, which reinstalled them, and it appears that 
qtp-newmodel has gotten past the problem part.


I'll try this a little later on my test QMT 5.5 that was failing. 
Thought you might want to give it a try and see what you get.




Well, reinstalling fuse,dkms didn't fix the problem for me on COS 5.5.
I'm pretty confident that's where the problem lies though.
I wonder if rebuilding them on a COS5.5 host will make it work. 
Doubtful.

Need to ponder this some more...




I have similar issue on my VPS CentOS 5.4 64 bit:

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

qtp-build-rpms v0.3.5
qtp-remove-pkgs v0.3.1
Building clamav-toaster-0.96.1-1.3.36 ...
qtp-build-rpms - rpmbuild failed for clamav-toaster-0.96.1-1.3.36
qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.72759 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.72759 (%prep)
end of log messages

qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more 
details


Build failed, Exiting.


- 



That's so similar, it's the same! ;)
I'm guessing that you're using the unionfs for sandbox?
What's your kernel version?


qtp-newmodel v0.3.15 starting Wed Jun  9 22:11:28 BST 2010
qtp-whatami v0.3.6
DISTRO=CentOS
OSVER=5.4
QTARCH=x86_64
QTKERN=2.6.32.12-x86_64-linode12
BUILD_DIST=cnt5064
BUILD_DIR=/usr/src/redhat
This machine's OS is supported and has been tested

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Re: Newmodel build issues

2010-06-09 Thread Postmaster

On 09/06/2010 23:11, Eric Shubert wrote:

Postmaster wrote:



On 09/06/2010 22:40, Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Eric Shubert wrote:

Scott Hughes wrote:
I am attempting to update a new QMT server.  When running the 
newmodel script, I am getting the following:


qtp-build-rpms - rpmbuild failed for clamav-toaster-0.96.1-1.3.36
qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)
end of log messages

qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for 
more details


Build failed, Exiting.

 --- Hit ENTER to return to menu ---


All other packages appeared to build without any problems.  
This system has had all of it's yum updates and has been rebooted.


Ideas, please?

Scott



You know? Not that I look a bit closer, this error is from a 
no-brainer sort of command (chown). I wonder if fuse-unionfs 
isn't having a problem with COS5.5.




Strangeness. When I do the commands manually (in a chroot 
environment, same as qtp-build-rpms does) I get no error. 
However, when I run the /bin/sh -e /var/tmp/rpm-tmp.80211 
command, same as rpmbuild does, it ends prematurely in the same 
spot (chown command) with return code 1.


Very peculiar. I'm going to try with a linked sandbox, which I 
expect will succeed.




Linked sandbox works. So the problem is with fuse-unionfs and 
CentOS 5.5. This is a fairly low priority, but I'll continue to 
test to pinpoint the problem, and persue a fix.




Hey Steve,

I have a COS5.4 QMT with an updated kernel that I got this failure 
with as well. I did

# yum remove fuse dkms
which removed these packages with their dependencies, then reran 
qtp-newmodel, which reinstalled them, and it appears that 
qtp-newmodel has gotten past the problem part.


I'll try this a little later on my test QMT 5.5 that was failing. 
Thought you might want to give it a try and see what you get.




Well, reinstalling fuse,dkms didn't fix the problem for me on COS 5.5.
I'm pretty confident that's where the problem lies though.
I wonder if rebuilding them on a COS5.5 host will make it work. 
Doubtful.

Need to ponder this some more...




I have similar issue on my VPS CentOS 5.4 64 bit:

Starting to build the binary rpms ...(pizza anyone?)

If you want to view compile messages, you can open another terminal and:
# tail -f /mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log

qtp-build-rpms v0.3.5
qtp-remove-pkgs v0.3.1
Building clamav-toaster-0.96.1-1.3.36 ...
qtp-build-rpms - rpmbuild failed for clamav-toaster-0.96.1-1.3.36
qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.72759 (%prep)


RPM build errors:
Bad exit status from /var/tmp/rpm-tmp.72759 (%prep)
end of log messages

qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more 
details


Build failed, Exiting.


- 



That's so similar, it's the same! ;)
I'm guessing that you're using the unionfs for sandbox?
What's your kernel version?

BTW, I tried to build it with rpmbuild and it failed. I also removed all 
fuse packaged and re-run qmt-newmodel.

Still the same error.

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Re: Newmodel build issues

2010-06-08 Thread Postmaster

Linux version - 'cat /etc/issue'

Linux arch - 'uname -a'

Rgds
Alex


On 08/06/2010 23:31, Scott Hughes wrote:

CentOS 5 as well. How do I check the exact version?

Scott




On Jun 8, 2010, at 4:13 PM, Eric Shubert e...@shubes.net wrote:


Scott Hughes wrote:
I am attempting to update a new QMT server.  When running the 
newmodel script, I am getting the following:

qtp-build-rpms - rpmbuild failed for clamav-toaster-0.96.1-1.3.36
qtp-build-rpms - here are the last 10 messages from the log:
+ '[' 0 -ne 0 ']'
+ cd clamav-0.96.1
++ /usr/bin/id -u
+ '[' 0 = 0 ']'
+ /bin/chown -Rhf root .
error: Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)
RPM build errors:
   Bad exit status from /var/tmp/rpm-tmp.10862 (%prep)
end of log messages
qtp-build-rpms - see 
/mnt/qtp-sandbox/usr/src/qtp-upgrade/log/build-recent.log for more 
details

Build failed, Exiting.
--- Hit ENTER to return to menu ---
All other packages appeared to build without any problems.  This 
system has had all of it's yum updates and has been rebooted.

Ideas, please?
Scott


I've recreated this error on CentOS 5.5. Which distro/version are you 
getting this with?


--
-Eric 'shubes'


- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and 
installations.

If you need professional help with your setup, contact them today!
- 

   Please visit qmailtoaster.com for the latest news, updates, and 
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
   For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com





- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com







Re: [qmailtoaster] Best Spam Practices

2010-05-21 Thread Postmaster
What I did personally was going through /opt/spamdyke/etc/spamdyke.conf 
as well as

other settings like blacklist_recipients adding your own e-mail(s)
and read www.spamdyke.org fine tuning some settings. This has eliminated 
almost 95-99% of all spam.


You can also fine tune SpamAssassin by lowering score and/or changing 
other settings.


Rgds
Alex


On 21/05/2010 20:10, Scott Hughes wrote:
For those that have been using Qmail and QMT longer than I have, I was 
wonder how I can maximize the servers spam catch rate.  I already 
use:  SpamDyke, SpamAssassin, RBLs, Pyzor, Razor, Spam boxes with the 
qtp-clean-spam script running hourly.


Thanks,

Scott





Re: [qmailtoaster] spamassassin whitelist

2010-04-29 Thread Postmaster

Did you install spamdyke?
Spamdyke checks the reserve dns.

Check-out qmailtoaster-plus

Rgds
Alex


On 29/04/2010 12:20, George Varagas wrote:

Thanks Philip.
I had added it to /etc/mail/spamassassin/local.cf and have restarted
spamassassin.
I wanted to check the reverse DNS as opposed to the email domain name
only (whitelist_from).
I guess I could compromise if I can't get whitelist_from_rcvd to work.
I'll wait to see if anyone else has any suggestions before trying it.
George

On 4/29/2010 7:53 PM, Philip wrote:
   

Hello
where did you add it ?

Try this :
add
whitelist_from *...@domainname.com
to /etc/mail/spamassassin/local.cf

and restart spamassassin
It should work

-P


On 4/29/2010 6:07 AM, George Varagas wrote:
 

Hi,
I have installed qmailtoaster and am trying to get whitelist working in
spamassassin.
I have had it working on an old qmailrocks installation but can't seem
to get it going with qmailtoaster.

My issue is that if an address is in the whitelist it should subtract
100 from the spam score. An example of what I am using:
whitelist_from_rcvd * domainname.com

Now when the server receives an email from domainname.com (reverse dns)
it does not subtract 100.

What am I missing.
Thanks,
George

-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact them
today!
-

   Please visit qmailtoaster.com for the latest news, updates, and
packages.

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




   

-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
Vickers Consulting Group offers Qmailtoaster support and
installations.
  If you need professional help with your setup, contact them today!
-

 Please visit qmailtoaster.com for the latest news, updates, and
packages.
  To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
 For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com



 

-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and installations.
   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and packages.

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


   



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Re: Clarification.

2010-04-21 Thread Postmaster


 Whitelist a Sender or Domain in SpamAssassin

To whitelist individual addresses or domains in SpamAssassin:

   * Open //etc/mail/spamassassin/local.cf/ in your favorite editor for
 system-wide whitelisting.
 o To whitelist only for yourself, open
   /~/.spamassassin/user_prefs/.
   * Append whitelist_from_rcvd {address or domain you want to
 whitelist preceded by *@} {domain name which must be present in
 the Received: headers}.
 o To whitelist all About newsletters, for example, type
   whitelist_from_rcvd *...@about.com about.com.

The second parameter of /whitelist_from_rcvd/, a domain name which must 
be present in the /Received:/ header lines, is some prevention against 
spammers easily getting past SpamAssassin by using an email address at a 
commonly whitelisted domain.



Regards
Alex

On 21/04/2010 18:42, madmac wrote:

Thanks eric.

another dumb question for all

with spamassassin set to :
use_auto_whitelist = 1

where is the  whitelist  stored ?


- Original Message - From: Eric Shubert e...@shubes.net
To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, April 21, 2010 11:14 AM
Subject: [qmailtoaster] Re: Clarification.



madmac wrote:

Can anyone help me : what does this command do
skip_rbl_checks 1
 do i set it to skip_rbl_checks 0
To forece rbl check?
 Thanks


1 is true
0 is false

skip_rbl_checks = 1
skips them.

skip_rbl_checks = 0
activates them.

--
-Eric 'shubes'


- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com







- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com







Re: [qmailtoaster] Re: Clarification.

2010-04-21 Thread Postmaster

It depends what you want to to archive.

You can either edit ~/.spamassassin/user_prefs or global 
/etc/mail/spamassassin/local.cf and add


whitelist_from or
blacklist_from

Have a look at
http://wiki.apache.org/spamassassin/ManualWhitelist


Regards
Alex



On 21/04/2010 21:10, madmac wrote:

there is not much in the local.cf,

ok_locales all
skip_rbl_checks 0
required_score 3.7
report_safe 0
rewrite_header Subject ***Possible-SPAM***
use_pyzor 1
use_auto_whitelist 1
use_bayes 1
use_bayes_rules 1
bayes_auto_learn 1
So does spammassasin add the use_auto_whitelist , to a different 
specific file ? ie where is the generated whitelist

Thanks

*From:* Postmaster mailto:postmas...@seawise-chartering.co.uk
*To:* qmailtoaster-list@qmailtoaster.com
mailto:qmailtoaster-list@qmailtoaster.com
*Cc:* madmac mailto:sysad...@tricubemedia.com
*Sent:* Wednesday, April 21, 2010 1:59 PM
*Subject:* Re: [qmailtoaster] Re: Clarification.


  Whitelist a Sender or Domain in SpamAssassin

To whitelist individual addresses or domains in SpamAssassin:

* Open //etc/mail/spamassassin/local.cf/ in your favorite
  editor for system-wide whitelisting.
  o To whitelist only for yourself, open
/~/.spamassassin/user_prefs/.
* Append whitelist_from_rcvd {address or domain you want to
  whitelist preceded by *@} {domain name which must be
  present in the Received: headers}.
  o To whitelist all About newsletters, for example, type
whitelist_from_rcvd *...@about.com about.com.

The second parameter of /whitelist_from_rcvd/, a domain name which
must be present in the /Received:/ header lines, is some
prevention against spammers easily getting past SpamAssassin by
using an email address at a commonly whitelisted domain.


Regards
Alex

On 21/04/2010 18:42, madmac wrote:

Thanks eric.

another dumb question for all

with spamassassin set to :
use_auto_whitelist = 1

where is the  whitelist  stored ?


- Original Message - From: Eric Shubert e...@shubes.net
To: qmailtoaster-list@qmailtoaster.com
Sent: Wednesday, April 21, 2010 11:14 AM
Subject: [qmailtoaster] Re: Clarification.



madmac wrote:

Can anyone help me : what does this command do
skip_rbl_checks 1
 do i set it to skip_rbl_checks 0
To forece rbl check?
 Thanks


1 is true
0 is false

skip_rbl_checks = 1
skips them.

skip_rbl_checks = 0
activates them.

-- 
-Eric 'shubes'




-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and
installations.
 If you need professional help with your setup, contact them
today!

-

Please visit qmailtoaster.com for the latest news, updates,
and packages.
To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com







-

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and
installations.
 If you need professional help with your setup, contact them
today!

-

Please visit qmailtoaster.com for the latest news, updates,
and packages.
 To unsubscribe, e-mail:
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail:
qmailtoaster-list-h...@qmailtoaster.com








Re: [qmailtoaster] Error sending Mail

2010-04-16 Thread Postmaster

No error message attached, please re-send it!

Regards
Alex

On 16/04/2010 11:34, Amit Dalia wrote:

Dear All,

From today morning I'm getting the below error while sending out-going 
email.






Re: [qmailtoaster] Error Sending Email

2010-04-16 Thread Postmaster

Can you please provide more information?
SMTP log would be useful. What kind of load do you have on the server?
I have had this message once sending e-mails whiling having 3G mobile 
internet connection.


Regards
Alex



On 16/04/2010 11:36, Amit Dalia wrote:Dear All,

From morning onwards I'm getting below error:

*ERROR:*Message not sent. Server replied: Service not available, closing 
channel

421 Timeout. Talk faster next time.

Any update on why this is occuring?

Thanks and regards,

Amit


Re: [qmailtoaster] Website slow

2010-04-16 Thread Postmaster

Yes, the server (or network problems?) was down for a while

Regards
Alex

On 16/04/2010 17:28, Sven Geschke wrote:

Hi there

Is there something wrong with qmailtoaster.com?
The website is unbelievably slow and downbloads are virtually
impossible...


[...@mail ~]# rpm -Uvh http://qtp.qmailtoaster.com/trac/downloads/1
Retrieving http://qtp.qmailtoaster.com/trac/downloads/1
error: skipping http://qtp.qmailtoaster.com/trac/downloads/1 - transfer
failed - Unknown or unexpected error



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and installations.
   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and packages.

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


   



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] Re: RDNS rejecting on a domain

2010-04-14 Thread Postmaster

Sorry, I was thinking more about the client side server
In fact, I am surprised your client is not complaining about other 
e-mails being rejected.


Regards
Alex

On 14/04/2010 16:03, Eric Shubert wrote:
(I presume you're using spamdyke here. If not, I've no idea how your 
QMT is checking rDNS.)


It's the later, Alex. ;)

There are several types of whitelists with spamdyke. There are 
/etc/spamdyke/whitelist_* files already set up for you by the 
qtp-install-spamdyke script. Simply add the rDNS name in the 
whitelist_rdns file, and you should be good to go. Alternatively, if 
you want to whitelist the sending server's IP address, you can add 
that IP address to the whitelist_ip file. Or you could whitelist the 
sender's domain by adding @senderdomain.com to the whitelist_senders 
file. So many choices. :)


See http://www.spamdyke.org/documentation/README.html#WHITELISTS for 
details.






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] fresh installation smtp slow

2010-04-11 Thread Postmaster

My qmail-toaster is rejecting any e-mail with no reverse DNS record.
Suggest you set it up ASAP.

Regards
Alex

On 11/04/2010 10:20, Istvan Köpe wrote:
The reverse DNS is not set yet. Can this be a reason for the slow 
response?


I.

On 11.04.2010 11:33, Istvan Köpe wrote:

Hello,

Yesterday I installed a fresh Qmail Toaster box on Centos 5.4 
according to wiki.
The box works fine, but the SMTP is very slow. You have to wait about 
30sec to send a blank message, no matter if you connect from LAN or 
from the internet.
I have the same response if I telnet on port 25. Even if I telnet 
127.0.0.1 25
I setup bind as caching-nameserver, no change. I tried with djbdns, 
no change.

The server is behind an ADSL router with ports 22, 25 and 80 forwarded.
I also tried putting the server in DMZ, no change.

I out of ideas. I don't know where to look for the problem.

Please give me a clue.

Thanks!

Istvan

- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com







- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




Re: [qmailtoaster] fresh installation smtp slow

2010-04-11 Thread Postmaster

You have given very little information.
Did you install spamdyke? - this is a delay variable in the config file
Have you looked into logs?

Regards
Alex


On 11/04/2010 10:58, Istvan Köpe wrote:
Sending mail takes long. Connecting from telnet(from anywhere) takes 
long. Receiving mail(POP3) is fast.
After hitting enter after telnet, I have the prompt instantly, but it 
takes about 30 sec to get the welcome message.


I.

On 11.04.2010 12:44, Martin Waschbuesch wrote:
Just to get this clear, it is not sending or receiving that takes so 
long, but your actual connection attempt via telnet takes that long?
E.g. from hitting enter after 'telnet 127.0.0.1 25' to the prompt 
coming on?


Martin

Am 11.04.2010 um 11:41 schrieb Istvan Köpe:


The reverse DNS will be set in the next few days.
I also removed everything form blacklists. Even if I change in the 
simcontrol clam=no,spam=no and I do telnet 127.0.0.1 25 it takes 30s


What does telnet 127.0.0.1 25 has to do with DNS or reverse DNS?

I.

On 11.04.2010 12:29, Martin Waschbuesch wrote:

Hi there,

Reverse lookup on your IP is not possible yet?
That would be a VERY bad idea for any mail server.
It is highly likely that in addition to slow performance, a lot of 
recipients would block your outgoing mails as phishing or spam.


Martin

Am 11.04.2010 um 11:20 schrieb Istvan Köpe:


The reverse DNS is not set yet. Can this be a reason for the slow 
response?


I.

On 11.04.2010 11:33, Istvan Köpe wrote:


Hello,

Yesterday I installed a fresh Qmail Toaster box on Centos 5.4 
according to wiki.
The box works fine, but the SMTP is very slow. You have to wait 
about 30sec to send a blank message, no matter if you connect 
from LAN or from the internet.
I have the same response if I telnet on port 25. Even if I telnet 
127.0.0.1 25
I setup bind as caching-nameserver, no change. I tried with 
djbdns, no change.
The server is behind an ADSL router with ports 22, 25 and 80 
forwarded.

I also tried putting the server in DMZ, no change.

I out of ideas. I don't know where to look for the problem.

Please give me a clue.

Thanks!

Istvan

- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.
 If you need professional help with your setup, contact them 
today!
- 

Please visit qmailtoaster.com for the latest news, updates, 
and packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com





- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.
 If you need professional help with your setup, contact them 
today!
- 

Please visit qmailtoaster.com for the latest news, updates, 
and packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com





--
However beautiful the strategy, you should occasionally look at 
the results.


Winston Churchill


- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and 
installations.
   If you need professional help with your setup, contact them 
today!
- 

  Please visit qmailtoaster.com for the latest news, updates, 
and packages.


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







- 

Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and 
installations.

 If you need professional help with your setup, contact them today!
- 

Please visit qmailtoaster.com for the latest news, updates, and 
packages.
 To unsubscribe, e-mail: 
qmailtoaster-list-unsubscr...@qmailtoaster.com
For additional commands, e-mail: 
qmailtoaster-list-h...@qmailtoaster.com





--
One may understand the cosmos, but never the ego; the self is more 
distant than any star.


Gilbert K. Chesterton


- 

Re: [qmailtoaster] Images Being removed from email messages

2010-04-08 Thread Postmaster

Are you sure this is qmail removing images and not outlook/thunderbird?
I do not think qmail-toaster is removing anything apart from virus 
/marking spam.


Regards
Alex


On 08/04/2010 20:55, Paul W. Ostrander Jr wrote:


I have just installed 2 qmail toasters for a client and they are 
removing images from the email they receive. How do I turn that off so 
that the images are not removed?


Thanks

Paul





Re: [qmailtoaster] Images Being removed from email messages

2010-04-08 Thread Postmaster

Squirrelmail is not displaying images by default.


On 08/04/2010 21:05, Paul W. Ostrander Jr wrote:


Yes they do not appear in squirrel mail either. I have tested this and 
if I send a message to the qmail box the image gets removed.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:01 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure this is qmail removing images and not outlook/thunderbird?
I do not think qmail-toaster is removing anything apart from virus 
/marking spam.


Regards
Alex


On 08/04/2010 20:55, Paul W. Ostrander Jr wrote:

I have just installed 2 qmail toasters for a client and they are 
removing images from the email they receive. How do I turn that off so 
that the images are not removed?


Thanks

Paul





Re: [qmailtoaster] Images Being removed from email messages

2010-04-08 Thread Postmaster
Are you sure you do not have any antivirus/filtering software removing 
images?

Did you check headers?

Regards
Alex

On 08/04/2010 21:14, Paul W. Ostrander Jr wrote:


But the images are not there if I use outlook either and outlook is 
set to download all images.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:09 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Squirrelmail is not displaying images by default.


On 08/04/2010 21:05, Paul W. Ostrander Jr wrote:

Yes they do not appear in squirrel mail either. I have tested this and 
if I send a message to the qmail box the image gets removed.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:01 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure this is qmail removing images and not outlook/thunderbird?
I do not think qmail-toaster is removing anything apart from virus 
/marking spam.


Regards
Alex


On 08/04/2010 20:55, Paul W. Ostrander Jr wrote:

I have just installed 2 qmail toasters for a client and they are 
removing images from the email they receive. How do I turn that off so 
that the images are not removed?


Thanks

Paul





Re: [qmailtoaster] spam

2010-04-08 Thread Postmaster




This could have been a key logger trojan or something.
Any server has got an "Achilles heel".

The jump from 5829 msgs to 9580 in about 1 hour is not normal even for
"marketing orientated" e-mail servers.
Personally, I would re-install the server changing ssh port and all
passwords etc.

Regards
Alex

On 08/04/2010 21:21, madmac wrote:

  
  

  
  Well anyone that can guess my
passwords must be amazing.
  Let alone get through the elaborate
firewall system.
  ssh port is " non standard "
  
  But I agree, this box is compromised
" some how "
  
  File count now at 9580 and counting
  
  
  
-
Original Message - 
From:
Michael Colvin 
To:
qmailtoaster-list@qmailtoaster.com

Sent:
Thursday, April 08, 2010 1:39 PM
Subject:
RE: [qmailtoaster] spam



I meanIts
a wild guess, but it sure sounds like your box has been hacked The
spamming can have several causes, but why is your box trying to connect
to other servers via SSH? Have you changed your passwords? Although,
at this point, its probably too late and changing them wouldnt do
much

Sounds like
youve been owned.





Michael J. Colvin
NorCal Internet Services
www.norcalisp.com









 
From: madmac
[mailto:sysad...@tricubemedia.com] 
Sent: Thursday,
April 08, 2010 12:23 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re:
[qmailtoaster] spam



Now at 5829 , still
counting.





madmac


  
  - Original Message
- 
  
  
  From: test 
  
  
  To: qmailtoaster-list@qmailtoaster.com
  
  
  
  Sent: Thursday, April 08, 2010
1:05 PM
  
  
  Subject: [qmailtoaster] spam
  
  
  
  
  
  I received reports today
that my qmail server was spaamming, and trying to get into others ssh
ports.
  
  
  Many complaints and
emails from ab...@otherdomain.com ( eg )
  
  
  
  
  
  Loggin in to the box ,
mostly unresonsive, sen a whole bunch of entries that looked dodgy
  
  
  
  
  
  eg: ./brk ***
  
  
  could not kill the
process, so did a reboot.
  
  
  stopped qmail, stopped
named, stopped mysql etc.
  
  
  
  
  
  created a " catch "
directory
  
  
  mkdir -p
/var/clamav/unwanted
  
  
  cd /var
  
  
  chown -R clamav:clamav
clamav/
  
  
  Then decided to manually
run a complete clamav system scan ( after getting freshclam update ) 
  
  
  cd /
  
  
  /usr/bin/clamscan
-r -i --move=/var/log/clamav/unwanted/ -l /var/log/clamav/clamscan.log
  
  
  
  
  
  Currently found2270
infected files , mostly users email with :
Sanesecurity.Junk.27236.UNOFFICIAL FOUND ( the 27236 numbers vary )
  
  
  And still scanning.
  
  
  
  
  
  
  
  
  So my question would be ,
why, is the server not stopping this when it come in to the email?
  
  
  
  
  
  What should I check in
the configs.
  
  
  
  
  
  Thanks all
  
  
  madmac
  



  






Re: [qmailtoaster] Images Being removed from email messages

2010-04-08 Thread Postmaster
Unfortunately, I am not that familiar with the Exchange, but sounds like 
images may be removed at the Exchange level.

Let's see some logs.

Regards
Alex



On 08/04/2010 21:28, Paul W. Ostrander Jr wrote:


Here is how the mail flows. They are a marketing company and they have 
a in house system that generates the marketing emails for their 
clients. I can receive the email just fine on our exchange server at 
the office but if there system send a email to the qmail box the 
images is removed. I will setup a test email account and have the 
system send a message and get you the headers. The system also uses 
the qmail box to send its messages.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:24 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure you do not have any antivirus/filtering software removing 
images?

Did you check headers?

Regards
Alex

On 08/04/2010 21:14, Paul W. Ostrander Jr wrote:

But the images are not there if I use outlook either and outlook is 
set to download all images.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:09 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Squirrelmail is not displaying images by default.


On 08/04/2010 21:05, Paul W. Ostrander Jr wrote:

Yes they do not appear in squirrel mail either. I have tested this and 
if I send a message to the qmail box the image gets removed.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:01 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure this is qmail removing images and not outlook/thunderbird?
I do not think qmail-toaster is removing anything apart from virus 
/marking spam.


Regards
Alex


On 08/04/2010 20:55, Paul W. Ostrander Jr wrote:

I have just installed 2 qmail toasters for a client and they are 
removing images from the email they receive. How do I turn that off so 
that the images are not removed?


Thanks

Paul





Re: [qmailtoaster] Images Being removed from email messages

2010-04-08 Thread Postmaster
Do you have another e-mail server? Can you use another server as a 
substitute for the qmail-toaster?




On 08/04/2010 21:37, Paul W. Ostrander Jr wrote:


The email comes through fine on exchange but not on the toaster. What 
log files do you need?


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:34 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Unfortunately, I am not that familiar with the Exchange, but sounds 
like images may be removed at the Exchange level.

Let's see some logs.

Regards
Alex



On 08/04/2010 21:28, Paul W. Ostrander Jr wrote:

Here is how the mail flows. They are a marketing company and they have 
a in house system that generates the marketing emails for their 
clients. I can receive the email just fine on our exchange server at 
the office but if there system send a email to the qmail box the 
images is removed. I will setup a test email account and have the 
system send a message and get you the headers. The system also uses 
the qmail box to send its messages.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:24 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure you do not have any antivirus/filtering software removing 
images?

Did you check headers?

Regards
Alex

On 08/04/2010 21:14, Paul W. Ostrander Jr wrote:

But the images are not there if I use outlook either and outlook is 
set to download all images.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:09 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Squirrelmail is not displaying images by default.


On 08/04/2010 21:05, Paul W. Ostrander Jr wrote:

Yes they do not appear in squirrel mail either. I have tested this and 
if I send a message to the qmail box the image gets removed.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:01 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure this is qmail removing images and not outlook/thunderbird?
I do not think qmail-toaster is removing anything apart from virus 
/marking spam.


Regards
Alex


On 08/04/2010 20:55, Paul W. Ostrander Jr wrote:

I have just installed 2 qmail toasters for a client and they are 
removing images from the email they receive. How do I turn that off so 
that the images are not removed?


Thanks

Paul





Re: [qmailtoaster] Images Being removed from email messages

2010-04-08 Thread Postmaster

What's your network setup?
Are both qmail-toaster and Exchange servers on the local network?
Do you have any firewall?

On 08/04/2010 21:28, Paul W. Ostrander Jr wrote:


Here is how the mail flows. They are a marketing company and they have 
a in house system that generates the marketing emails for their 
clients. I can receive the email just fine on our exchange server at 
the office but if there system send a email to the qmail box the 
images is removed. I will setup a test email account and have the 
system send a message and get you the headers. The system also uses 
the qmail box to send its messages.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:24 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure you do not have any antivirus/filtering software removing 
images?

Did you check headers?

Regards
Alex

On 08/04/2010 21:14, Paul W. Ostrander Jr wrote:

But the images are not there if I use outlook either and outlook is 
set to download all images.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:09 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Squirrelmail is not displaying images by default.


On 08/04/2010 21:05, Paul W. Ostrander Jr wrote:

Yes they do not appear in squirrel mail either. I have tested this and 
if I send a message to the qmail box the image gets removed.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:01 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure this is qmail removing images and not outlook/thunderbird?
I do not think qmail-toaster is removing anything apart from virus 
/marking spam.


Regards
Alex


On 08/04/2010 20:55, Paul W. Ostrander Jr wrote:

I have just installed 2 qmail toasters for a client and they are 
removing images from the email they receive. How do I turn that off so 
that the images are not removed?


Thanks

Paul





Re: [qmailtoaster] Images Being removed from email messages

2010-04-08 Thread Postmaster
Ok before analysing logs and to eliminate the qmail-toaster, I can send 
you a test account at my server (qmail-toaster) and you can send a 
message to your e-mail and cc to mine.


Regards
Alex

On 08/04/2010 21:53, Paul W. Ostrander Jr wrote:


No the exchange server is at our office and the 2 qmail boxes are at 
the clients location. 2 different networks. There is a cisco asa5505 
firewall at the clients site. But everything is behind the firewall. 
The marketing system uses the qmail box to send out email. Their email 
is hosted on the same  qmail box so nothing leaves the building. They 
get the message but no images are in it. If the marketing system send 
to me at my office I get the message fine.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:47 PM
*To:* qmailtoaster-list@qmailtoaster.com
*Subject:* Re: [qmailtoaster] Images Being removed from email messages

What's your network setup?
Are both qmail-toaster and Exchange servers on the local network?
Do you have any firewall?

On 08/04/2010 21:28, Paul W. Ostrander Jr wrote:

Here is how the mail flows. They are a marketing company and they have 
a in house system that generates the marketing emails for their 
clients. I can receive the email just fine on our exchange server at 
the office but if there system send a email to the qmail box the 
images is removed. I will setup a test email account and have the 
system send a message and get you the headers. The system also uses 
the qmail box to send its messages.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:24 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure you do not have any antivirus/filtering software removing 
images?

Did you check headers?

Regards
Alex

On 08/04/2010 21:14, Paul W. Ostrander Jr wrote:

But the images are not there if I use outlook either and outlook is 
set to download all images.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:09 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Squirrelmail is not displaying images by default.


On 08/04/2010 21:05, Paul W. Ostrander Jr wrote:

Yes they do not appear in squirrel mail either. I have tested this and 
if I send a message to the qmail box the image gets removed.


*From:* Postmaster [mailto:postmas...@seawise-chartering.co.uk]
*Sent:* Thursday, April 08, 2010 4:01 PM
*To:* qmailtoaster-list@qmailtoaster.com 
mailto:qmailtoaster-list@qmailtoaster.com

*Subject:* Re: [qmailtoaster] Images Being removed from email messages

Are you sure this is qmail removing images and not outlook/thunderbird?
I do not think qmail-toaster is removing anything apart from virus 
/marking spam.


Regards
Alex


On 08/04/2010 20:55, Paul W. Ostrander Jr wrote:

I have just installed 2 qmail toasters for a client and they are 
removing images from the email they receive. How do I turn that off so 
that the images are not removed?


Thanks

Paul





Re: [qmailtoaster] Domainkeys

2010-04-07 Thread Postmaster
I can confirm it does work this way as well - this is my setup and both 
DKIM abd Domainkey are signed independently ok.



On 06/04/2010 20:33, Jake Vickers wrote:

On 04/06/2010 12:03 PM, Postmaster wrote:

Jake,

I was thinking that the following wrappers are used:
For Domainkeys - qmail-dk
For DKIM - qmail-remote

Therefore, If you install DKIM (your video) on top of Domainkey 
installation described on the wiki,
they can both work without any issues. This is what I have on my 
qmailtoaster - both Domainkey and DKIM are

signing even though DKIM has not been setup to sign both.


You can do it that way - I do not recall if I worked it that way in 
the video though, since the dkim module can sign for both, IIRC.


Re: [qmailtoaster] disable mx check in chkuser

2010-04-06 Thread Postmaster


The other way of looking at this problem is using an alternative SMTP 
server (smart host?).
If you use the SMTP server (ISP's one) then all e-mails are accepted and 
after some time

you have those e-mails which were mistyped bounced back.

I find MX check very useful which saves my time if I have a typo in the 
email address.

Also I would not disable Chkuser function.


Regards
Alex




On 06/04/2010 09:34, Anil Aliyan wrote:

By commenting #define CHKUSER_SENDER_MX the desired purpose can be achieved.
Suppose you send mail to 10 recipients and out of those 2 are not valid or
are wrong email addresses, then mail to the rest 8 recipients will be
delivered and for rest 2 email addresses you will receive message something
like example given below:

Your message did not reach some or all of the intended recipients.

   Subject: Report
   Sent:4/6/2010 2:00 PM

The following recipient(s) cannot be reached:

   'acal...@gnvfc.net' on 4/6/2010 2:00 PM
 511 sorry, no mailbox here by that name (#5.1.1 - chkuser)


Regards,

Anil Aliyan


-Original Message-
From: Lucian Cristian [mailto:l...@createc.ro]
Sent: Tuesday, April 06, 2010 1:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] disable mx check in chkuser

You will have to modify the CHKUSER_SENDER_FORMAT too
like this
//#define CHKUSER_RCPT_FORMAT
and for outgoing
//#define CHKUSER_SENDER_MX
//#define CHKUSER_SENDER_FORMAT

Regards
Lucian

Rajesh M wrote:
   

hi

sorry but your reply does not solve my problem.

people add email addresses to their address book and some times there are
errors which are bound to come up.

let us say my customer is sending to around 100 users and one of the id's
are incorrect -- the way i need to handle is either point out where the
error ie which email id is wrong, or alternatively let all the emails go
and the bad one to bounce. i don't want the customer to go thru every
single email id and try to figure out which one is wrong.

chkuser can definitely be disabled if required -- but what i need to do is
disable only mx check and that too only for a specific ip address those
emails that originate from within my server

thanks
rajesh




 

Rajesh,

Maybe your customers should be more careful entering the address they
are sending to?  You can't make everything stupid proof.

I don't think you can disable CHKUSER nor do I think you'd want to.
This occurs not only in Squirrelmail, but in Thunderbird and other e
mail clients when the recipient is addressed incorrectly.

CJ

On 04/05/2010 07:35 PM, Rajesh M wrote:

   

hi

i use squirrelmail

when customers send emails to a number of people from webmail then if
there is one address that is wrong the message that is shown is

#5.1.1 chkuser - can't find valid MX for rcpt domain

however the exact domain name where the problem exists is not shown

here i see two ways out

a) either i get the exact email id which has the problem, but i am not
sure whether squirrelmail needs to be modified or chkuser --- this would
be ideal.

b) the easy way -- disable chkuser MX checks for webmail users so that
the
bad email id bounces back after some time. could you please guide me on
how to do this ?

thanks
rajesh







 


-
   

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
installations.
   If you need professional help with your setup, contact them today!

 


-
   

  Please visit qmailtoaster.com for the latest news, updates, and
packages.

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




 

--
Cecil Yother, Jr. cj
cj's
2318 Clement Ave
Alameda, CA  94501

tel 510.865.2787 | fax 510.864.7300
http://yother.com



   


-
   

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
installations.
   If you need professional help with your setup, contact them today!

   


-
   

  Please visit qmailtoaster.com for the latest news, updates, and
packages.

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




   







 


-
   

Qmailtoaster is sponsored by Vickers Consulting Group
 

(www.vickersconsulting.com)
   

 Vickers Consulting Group offers Qmailtoaster support 

Re: [qmailtoaster] disable mx check in chkuser

2010-04-06 Thread Postmaster
I do not think this is doable though Eric or Jake probably can correct 
me if I am wrong.

I think you can disable chkuser only for entire server.

Regards
Alex

On 06/04/2010 11:20, Rajesh M wrote:

hi

i find that everybody feels that i want to disable CHKUSR or MX CHECK for
the entire server .. which is not what i want.

i am talking about disabling mx check for single ip address using tcp.smtp
file and not for the entire server.

is there a solution for this ?

rajesh



   

The other way of looking at this problem is using an alternative SMTP
server (smart host?).
If you use the SMTP server (ISP's one) then all e-mails are accepted and
after some time
you have those e-mails which were mistyped bounced back.

I find MX check very useful which saves my time if I have a typo in the
email address.
Also I would not disable Chkuser function.


Regards
Alex




On 06/04/2010 09:34, Anil Aliyan wrote:
 

By commenting #define CHKUSER_SENDER_MX the desired purpose can be
achieved.
Suppose you send mail to 10 recipients and out of those 2 are not valid
or
are wrong email addresses, then mail to the rest 8 recipients will be
delivered and for rest 2 email addresses you will receive message
something
like example given below:

Your message did not reach some or all of the intended recipients.

Subject:Report
Sent:   4/6/2010 2:00 PM

The following recipient(s) cannot be reached:

'acal...@gnvfc.net' on 4/6/2010 2:00 PM
  511 sorry, no mailbox here by that name (#5.1.1 - chkuser)


Regards,

Anil Aliyan


-Original Message-
From: Lucian Cristian [mailto:l...@createc.ro]
Sent: Tuesday, April 06, 2010 1:43 PM
To: qmailtoaster-list@qmailtoaster.com
Subject: Re: [qmailtoaster] disable mx check in chkuser

You will have to modify the CHKUSER_SENDER_FORMAT too
like this
//#define CHKUSER_RCPT_FORMAT
and for outgoing
//#define CHKUSER_SENDER_MX
//#define CHKUSER_SENDER_FORMAT

Regards
Lucian

Rajesh M wrote:

   

hi

sorry but your reply does not solve my problem.

people add email addresses to their address book and some times there
are
errors which are bound to come up.

let us say my customer is sending to around 100 users and one of the
id's
are incorrect -- the way i need to handle is either point out where the
error ie which email id is wrong, or alternatively let all the emails
go
and the bad one to bounce. i don't want the customer to go thru every
single email id and try to figure out which one is wrong.

chkuser can definitely be disabled if required -- but what i need to do
is
disable only mx check and that too only for a specific ip address those
emails that originate from within my server

thanks
rajesh





 

Rajesh,

Maybe your customers should be more careful entering the address they
are sending to?  You can't make everything stupid proof.

I don't think you can disable CHKUSER nor do I think you'd want to.
This occurs not only in Squirrelmail, but in Thunderbird and other e
mail clients when the recipient is addressed incorrectly.

CJ

On 04/05/2010 07:35 PM, Rajesh M wrote:


   

hi

i use squirrelmail

when customers send emails to a number of people from webmail then if
there is one address that is wrong the message that is shown is

#5.1.1 chkuser - can't find valid MX for rcpt domain

however the exact domain name where the problem exists is not shown

here i see two ways out

a) either i get the exact email id which has the problem, but i am
not
sure whether squirrelmail needs to be modified or chkuser --- this
would
be ideal.

b) the easy way -- disable chkuser MX checks for webmail users so
that
the
bad email id bounces back after some time. could you please guide me
on
how to do this ?

thanks
rajesh








 


-

   

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact them
today!


 


-

   

   Please visit qmailtoaster.com for the latest news, updates, and
packages.

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





 

--
Cecil Yother, Jr. cj
cj's
2318 Clement Ave
Alameda, CA  94501

tel 510.865.2787 | fax 510.864.7300
http://yother.com




   


-

   

Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
  Vickers Consulting Group offers Qmailtoaster support and
installations.
If you need professional help with your setup, contact them
today!


   


Re: [qmailtoaster] disable mx check in chkuser

2010-04-06 Thread Postmaster
Regardless Jake's answer, I would suggest you do it on a test server/VPS 
first.


Regards
Alex


On 06/04/2010 16:18, Rajesh M wrote:

hi jake

i have a running toaster machine with around 5000 email users on it ie a
very very busy server.

one of the group members advised me to recompile qmail toaster and enable
CHKUSER_STARTING_VARIABLE CHKUSER_START as per the guideline given below

http://wiki.qmailtoaster.org/index.php/Chkuser

my question is that will this totally remove the /var/qmail directory and
reinstall the entire qmail ?

any special care that needs to be taken ?

thanks
rajesh


   

On 04/06/2010
 

  06:23 AM, Postmaster wrote:
   

I do not think this is doable though Eric or Jake probably can correct
me if I am wrong.
I think you can disable chkuser only for entire server.

Regards
Alex
   

If it's enabled during compilation, then it's enabled for chkuser in all
instances.
You can either leave it on, or turn it off for the entire server by
modifying the code during compilation.
There has been some talk of overrides in the tcp.smtp file for options
such as this, but I have not dug into the chkuser code nor tried this
myself, so I cannot say for sure it will not work

-
Qmailtoaster is sponsored by Vickers Consulting Group
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and
installations.
   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and
packages.

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



 






-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
 Vickers Consulting Group offers Qmailtoaster support and installations.
   If you need professional help with your setup, contact them today!
-
  Please visit qmailtoaster.com for the latest news, updates, and packages.

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


   



-
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
 If you need professional help with your setup, contact them today!
-
Please visit qmailtoaster.com for the latest news, updates, and packages.

 To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com

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




  1   2   >