Re: [qmailtoaster] Re: how to go from no raid to raid 1

2009-11-22 Thread Aleksander Podsiadły
Dnia 2009-11-21, o godz. 19:17:36
Eric Shubert  napisał(a):

> David Milholen wrote:
> > Hi All,
> > [...]
> > here is the output of the df command
> > Filesystem   1K-blocks  Used Available Use% Mounted on
> > /dev/sdb1240362656  16316904 211835952   8% /
> > /dev/sda1   101086 11843 84024  13% /boot
> > none   2047316 0   2047316   0% /dev/shm
> > 
> > Any suggestions on this would be great..
> > TM
> > Dave
> > 
> 
> [...]
>  For QMT, I think I'd
> use: / - 8G
> /tmp - 1G
> /var - 2G
> swap - 1-2 times RAM
> /home - whatever's left
> 
> That should get you started. Holler as you have questions, and we'll
> do what we can to help out.
> 
> Oh, and please take notes. You might want to write a how-to for the
> wiki when you're done. ;)
> 

1 GiB for /tmp and 2 GiB for /tmp is to too little, multiply it by
10. :)
There is configuration from one of my servers, 2 SATA disks:

8<--
[r...@srv ~]# fdisk -l /dev/sda

Disk /dev/sda: 500.1 GB, 500107862016 bytes
255 heads, 63 sectors/track, 60801 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes

   Device Boot  Start End  Blocks   Id  System
/dev/sda1   *   1  25  200781   fd  Linux raid
   autodetect
/dev/sda2  26   60801   488183220   fd  Linux raid
   autodetect
[r...@srv ~]# df -v
System plików  bl.  1K Bużyte dostępne %uż. zamont. na
/dev/mapper/VolGroup00-LogVol00
  15236080   9083884   5365764  63% /
/dev/mapper/VolGroup00-LogVol01
  20642428   8589880  11003972  44% /var
/dev/mapper/VolGroup00-LogVol03
  10321208186784   9610136   2% /tmp
/dev/mapper/VolGroup00-LogVol05
 206424760 142058292  53880708  73% /samba
/dev/mapper/VolGroup00-LogVol06
 122337340  11556244 104566648  10% /samba1
/dev/md0194366 38522145809  21% /boot
/dev/mapper/VolGroup00-LogVol04
 103212320  41169756  56799684  43% /home
tmpfs  1025420 0   1025420   0% /dev/shm
[r...@srv ~]# pvscan -s
  /dev/md1
  Total: 1 [465,56 GB] / in use: 1 [465,56 GB] / in no VG: 0 [0   ]
[r...@srv ~]# lvscan
  ACTIVE'/dev/VolGroup00/LogVol00' [15,00 GB] inherit
  ACTIVE'/dev/VolGroup00/LogVol05' [200,00 GB] inherit
  ACTIVE'/dev/VolGroup00/LogVol04' [100,00 GB] inherit
  ACTIVE'/dev/VolGroup00/LogVol03' [10,00 GB] inherit
  ACTIVE'/dev/VolGroup00/LogVol06' [118,53 GB] inherit
  ACTIVE'/dev/VolGroup00/LogVol01' [20,00 GB] inherit
  ACTIVE'/dev/VolGroup00/LogVol02' [2,00 GB] inherit <-- swap
8<-- EOT

In filesystem /tmp sometimes there are big files, once a week logwatch
analyzes logs, big files if you have strong firewall rules. 5 GiB for
tmp is the safe minimum.
In /var filesystem are mysql databases, all logs, standard http serwer,
ftp and many, many others. On my server I listed above /var/www is
symbolic link to /home/www. 

IMO to migrate you have to reinstall OS. Backup
separately /home, /var, /etc, /usr/local/bin and maybe something
from /usr/share (i.e. squirrelmail). If you have linux with selinux use
star, not tar. You can do backup to another linux machine using ssh and
star. You can use tape backup or to DVD. Remember before backup files to
down all services that writes to /var (i.e. mysql, qmail and so on).


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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: how to go from no raid to raid 1

2009-11-22 Thread Aleksander Podsiadły
Dnia 2009-11-22, o godz. 10:21:28
Eric Shubert  napisał(a):

> > 1 GiB for /tmp and 2 GiB for /tmp is to too little, multiply it by
> > 10. :)  
> 
> You might want to make these a little bigger I suppose, especially if 
> you're running things other than QMT on it. I think that 10x is 
> excessive though. Doubling them should be sufficient.

Local admin knows his needs. :)
In my opinion for /tmp minimum 5 GiB, for /var 10 GiB, it's my
experience. The tmp file system is occasionally filled, var has critical
resources. Logs are shorter if admin uses OSSEC or something similar
(i.e. portsentry). Mailserver should be resistant to DoS. So it doesn't
pay to economize on essentials. ;)

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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: how to go from no raid to raid 1

2009-11-22 Thread Aleksander Podsiadły
Dnia 2009-11-23, o godz. 01:53:15
"P.V.Anthony"  napisał(a):

> I am looking for a solution that would do a backup of a live running
> server.

No way. :(
Oracle, Informix, MySQL and many RDBMS has native backup solutions. :|

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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] Dovecot howto

2009-11-24 Thread Aleksander Podsiadły
Dnia 2009-11-24, o godz. 19:41:26
amit IKF  napisał(a):

> Hi Everone,
> 
> I want to install Dovecot on my Qmail Toaster. I tried to follow
> "Aleksander Dovecot howto" steps and got stuck at very 1st step i.e.
> stop qmail, remove: courier-authlib-toaster, courier-imap-toaster and
> qmail-pop3d-toaster and check /var/qmail/supervise directory.
> 
> How do I remove installed courier-authlib-toaster,
> courier-imap-toaster and qmail-pop3d-toaster from Qmail-Toaster. If I
> try "yum remove courier-authlib-toaster" my server is trying to
> remove following dependecy packages mentioned below:
> 1) control-panel-toaster
> 2) courier-imap-toaster
> 3) ezmlm-cgi-toaster
> 4) isoqlog-toaster
> 5) maildrop-toaster
> 6) maildrop-toaster-devel
> 7) qmailadmin-toaster
> 8) qmailmrtg-toaster
> 9) vqadmin-toaster
> 
> Any help how do I start with installing Dovecot on my server.
> 
> Thanks and regards,
> 
> Amit

rpm -e courier-imap-toaster
and so on.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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] Dovecot howto

2009-11-24 Thread Aleksander Podsiadły
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dnia 2009-11-24, o godz. 15:17:19
Aleksander Podsiadły  napisał(a):

> rpm -e courier-imap-toaster
> and so on.
Sorry, you need one more option:
rpm -e --nodeps courier-authlib-toaster courier-imap-toaster qmail-pop3d-toaster

- -- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.13 (GNU/Linux)

iEYEARECAAYFAksL7LcACgkQfgLJLO5aIX3BKgCgmFAKsCRrCAcrA58OP8HYhbVP
9lcAn0RLWnAN8MB2+pB0bdxwMO+7VLYL
=VYal
-END PGP SIGNATURE-


Re: [qmailtoaster] Dovecot howto

2009-11-24 Thread Aleksander Podsiadły
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dnia 2009-11-24, o godz. 20:08:27
amit IKF  napisał(a):

> Thanks Aleksander.
> 
> Now second step is I download source rpm i.e.
> wget http://dl.atrpms.net/all/dovecot-1.2.8-0_103.src.rpm
> 
> Now how do compile it with --with-vpopmail.
> 
> Regards,
> 
> Amit

You have to compile dovecot as root, ordinary user have no permission
to access vpopmail libraries.
The simplest way is
install source:
rpm -i dovecot-1.2.8-0_103.src.rpm

go to spec file end edit it by vi:
cd /usr/src/redhat/SPECS
vi dovecot.spec

find line --disable-static (line 97) and after it add line:
--with-vpopmail  \

save it and compile for 64 bits:
rpmbuild -ba --target=i88_64 dovecot.spec
or for 32 bits:
rpmbuild -ba --target=i686 dovecot.spec

Now you cen remove spec file and sources from /usr/src/redhat/SOURCES
You successfully compiled dovecot. :)

In /usr/src/redhat/SRPMS there is modified src.rpm
In /usr/src/redhat/RPMS/x86_64 or /usr/src/redhat/RPMS/i686 there are 3
rpm packages, you need only the one without devel or debuginfo in name.

- -- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.13 (GNU/Linux)

iEYEARECAAYFAksL+5EACgkQfgLJLO5aIX1aGwCgzPhAeAkXaQi95Zs+NMoWvHkU
UdMAnifGEWWCwedxoZkLfup0nptOLYbz
=QXY8
-END PGP SIGNATURE-


Re: [qmailtoaster] Dovecot howto

2009-11-24 Thread Aleksander Podsiadły
Dnia 2009-11-24, o godz. 21:11:11
amit IKF  napisał(a):

> I just executed command "rpmbuild --rebuild --with vpopmail
> dovecot-*.src.rpm".

There is no vpopmail option in spec file, so it will not work if you
don't modify spec file.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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] Dovecot howto

2009-11-24 Thread Aleksander Podsiadły
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dnia 2009-11-24, o godz. 16:28:13
Aleksander Podsiadły  napisał(a):

> rpmbuild -ba --target=i88_64 dovecot.spec

Should be rpmbuild -ba --target=i86_64 dovecot.spec

My configuration patch attached.

- -- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.13 (GNU/Linux)

iEYEARECAAYFAksMAM8ACgkQfgLJLO5aIX2BqwCcCD/iuB0ke1g5Q2Sufuo8Q5Nm
jGMAmgNLcBcm13H8yhd/yx0h10Yfitw6
=Z3ZY
-END PGP SIGNATURE-


dovecot_config-1.1.8.patch.gz
Description: GNU Zip compressed data
-
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] Dovecot howto

2009-11-24 Thread Aleksander Podsiadły
Dnia 2009-11-24, o godz. 11:51:58
Bill Holt  napisał(a):

>Why does it need postgresql-devel to compile?

Bill, it was hard to find your question. :|
Cut off unimportant text, don't use HTML, please. We are admins not
lusers. ;)

Because in spec file is option --with-pgsql. Read file dovecot.spec from
source rpm package.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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] Dovecot howto

2009-11-24 Thread Aleksander Podsiadły
Dnia 2009-11-25, o godz. 00:54:23
amit IKF  napisał(a):

> Hi Aleksander/Eric/Jake/Maxwell and others,
> 
> Finally I'm attaching doc file with step by step procedure of How to
> install Dovecot on Qmailtoaster. Please check all the steps and if
> everything fine then please upload it on the wiki. I had make this
> doc file for 32 bit arch.

Patch file I attached can be used simpler after decompressing it:
cd /etc; patch -p0 

Re: [qmailtoaster] Dovecot howto

2009-11-28 Thread Aleksander Podsiadły
Dnia 2009-11-28, o godz. 12:54:07
karpaha vinayaham  napisał(a):

> I have faced issues like imap error, when the users inbox size is
> more than 4 GB using courier-imap, whether this problem will be
> resolved if we use dovecot.

Courier-imap has problem with great number of messages (files) in
single directory. Maybe the problem is not in the size but in the number
of messages.
On Dovecot now I have 16k6 mails in one subdirectory and all works fine.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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: Autorespond doesn't work

2009-12-01 Thread Aleksander Podsiadły
Dnia 2009-12-01, o godz. 09:54:55
Maloupi  napisał(a):

> Do you have an idea ?
> 
> 
> Maloupi a écrit :
> > Hi,
> >
> > It works well this sunday and i try it just now and it does not
> > work again :'-(
> > if i do manually :
> > /usr/bin/autorespond 86400 3 
> > /home/vpopmail/domains/nordiquefrance.com/orange/vacation/message 
> > /home/vpopmail/domains/nordiquefrance.com/orange/vacation
> > it says :
> > Segmentation fault.

Begin line in .qmail file with pipe symbol (vertical bar). Don't forget
add the second line with sufix /Maildir/

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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: change password via squirrelmail

2009-12-08 Thread Aleksander Podsiadły

W dniu 09.12.2009 06:02, Eric Shubert pisze:
Is there a list somewhere of the plugins that are included in 
squirrelmail-toaster? It'd be nice to see them listed in the rpm info, 
like the patches for qmail-toaster are listed. 

SquirrelMail Configuration : Read: config.php (1.4.0)
-
Plugins
  Installed Plugins
1. delete_move_next
2. squirrelspell
3. newmail
4. smime
5. quota_usage

  Available Plugins:
6. administrator
7. bug_report
8. calendar
9. demo
10. filters
11. fortune
12. info
13. listcommands
14. mail_fetch
15. message_details
16. notes
17. qmailadmin_login
18. sent_subfolders
19. spamcop
20. test
21. translate
22. unsafe_image_rules


--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: change password via squirrelmail

2009-12-09 Thread Aleksander Podsiadły

W dniu 09.12.2009 17:17, Eric Shubert pisze:

That's nice, Aleksander. What produces it?
(can you tell I don't know much about SM?) 

cd /usr/share/squirrelmail/config
./conf.pl
8.  Plugins

--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: change password via squirrelmail

2009-12-09 Thread Aleksander Podsiadły

W dniu 09.12.2009 20:14, Andreas Galatis pisze:

Jake,

I could imagine it is installed with the toaster-package, but not enabled.
Maybe Aleksander could tell us if he has it active or just installed, as it
shows up in his list.
Following my list:
Plugins
   Installed Plugins
 1. compatibility
 2. delete_move_next
 3. newmail
 4. filters
 5. mail_fetch
 6. message_details
 7. qmailadmin_login
 8. sent_subfolders
 9. spamcop
 10. translate
 11. image_buttons
 12. show_thumb
 13. login_notes
 14. view_as_html

   Available Plugins:
 15. administrator
 16. bug_report
 17. calendar
 18. demo
 19. fortune
 20. info
 21. listcommands
 22. notes
 23. password_forget
 24. quota_usage
 25. squirrelspell
 26. test
 27. unsafe_image_rules

Andreas
   
In Squirrelmail from QMT there are only 21 plugins. In fresh install 
active are only:

SquirrelMail Configuration : Read: config.php (1.4.0)
-
Plugins
  Installed Plugins
1. delete_move_next
2. squirrelspell
3. newmail

  Available Plugins:
4. administrator
5. bug_report
6. calendar
7. demo
8. filters
9. fortune
10. info
11. listcommands
12. mail_fetch
13. message_details
14. notes
15. qmailadmin_login
16. quota_usage
17. sent_subfolders
18. spamcop
19. test
20. translate
21. unsafe_image_rules

Plugin smime in my first post was added.

--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] question

2009-12-11 Thread Aleksander Podsiadły

W dniu 11.12.2009 19:36, Noel Rivera (Border Less) pisze:
Hello List I have a server with 7 diferents domains, and I have to 
limit the received and send mail to 6 Mb In one of this 7 domains, Is 
this possible? 

http://www.mail-archive.com/qm...@id.wustl.edu/msg06555.html

--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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 in sending and receiving

2009-12-12 Thread Aleksander Podsiadły

W dniu 12.12.2009 10:36, Ganesh.payelkar pisze:


Dear Team,

 I have install qmail toaster on CentOS 5.4 64bit. 
when i see logs i am getting below error. Kindly help me to sort out 
this issue.


 /var/qmail/bin/qmail-smtpd: error while loading shared libraries: 
libc.so.6: failed to map segment from shared object: Cannot allocate 
memory





--
Regards,

Ganesh P

Change -m parameter in file /var/qmail/supervise/smtp/run
exec /usr/bin/softlimit -m 6400
64 bits OS needs more memory than 32 bits.
On my mail server  I have ,,-m 1'' but 6400 should work.

--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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 in spamassassin

2009-12-18 Thread Aleksander Podsiadły

W dniu 18.12.2009 07:01, Ganesh.payelkar pisze:

Dear Team,

   Today when i check the spamassassin --lint i got 
below error, kindly let me know how do i remove below error from 
spamassassin.


[4713] warn: config: failed to parse line, skipping: use_dcc 1
[4713] warn: config: failed to parse line, skipping: dcc_path 
/usr/bin/dccproc

[4713] warn: config: failed to parse line, skipping: dcc_home /var/dcc
[4713] warn: config: failed to parse line, skipping: dcc_dccifd_path 
/var/dcc/dccifd

[4713] warn: config: failed to parse line, skipping: dcc_body_max 500
[4713] warn: config: failed to parse line, skipping: dcc_fuz1_max 500
[4713] warn: config: failed to parse line, skipping: dcc_fuz2_max 500
[4713] warn: config: warning: score set for non-existent rule RCVD_IN_RSL
[4713] warn: config: warning: score set for non-existent rule DCC_CHECK
[4713] warn: lint: 9 issues detected, please rerun with debug enabled 
for more information




--
Regards,

Ganesh P

Turn off (comment out) line:
loadplugin Mail::SpamAssassin::Plugin::DCC
in file:
/etc/mail/spamassassin/v310.pre
You havn't installed Distributed Checksum Clearinghouses 
http://www.rhyolite.com/dcc/


--
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] dovecot install

2009-12-22 Thread Aleksander Podsiadły
W dniu 23.12.2009 04:25, David Milholen pisze:
> I just got dovecot to install on an offline qtp server ver 1.4.
> The issue I have is trying to start dovecot I get this error and
> cannot seem to find a fix unless my config is bad.
>
> #Starting Dovecot Imap: Fatal: Error in configuration file
> /etc/dovecot.conf line 268: Expecting '='
>   [FAILED]
>
> I had to load 0.9 ver of dovecot because I could not resolve deps with
> os for ver 1.0 of dovecot.
>
> Any ideas on getting this going would be great..
>
> Also, What is the url for Jakes tuts on qtp?
> thanks
> --Dave
Search my posts in threat ,,Dovecot HOWTO'' on this list archive.
I attach my config patch for version x86_64. For 32 bits architecture
change line 73
from:
+  mail_plugin_dir = /usr/lib64/dovecot/imap
to:
+  mail_plugin_dir = /usr/lib/dovecot/imap

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

--- dovecot.conf.rpmnew 2009-12-18 15:15:55.0 +0100
+++ dovecot.conf2009-11-24 16:39:16.0 +0100
@@ -238,15 +238,17 @@
 # explicitly, ie. mail_location does nothing unless you have a namespace
 # without a location setting. Default namespace is simply done by having a
 # namespace with empty prefix.
-#namespace private {
+namespace private {
# Hierarchy separator to use. You should use the same separator for all
# namespaces or some clients get confused. '/' is usually a good one.
# The default however depends on the underlying mail storage format.
#separator = 
+   separator = .
 
# Prefix required to access this namespace. This needs to be different for
# all namespaces. For example "Public/".
#prefix = 
+   prefix = INBOX.
 
# Physical location of the mailbox. This is in same format as
# mail_location, which is also the default for it.
@@ -255,6 +257,7 @@
# There can be only one INBOX, and this setting defines which namespace
# has it.
#inbox = no
+   inbox = yes
 
# If namespace is hidden, it's not advertised to clients via NAMESPACE
# extension. You'll most likely also want to set list=no. This is mostly
@@ -271,7 +274,7 @@
# Namespace handles its own subscriptions. If set to "no", the parent
# namespace handles them (empty prefix should always have this as "yes")
#subscriptions = yes
-#}
+}
 
 # Example shared namespace configuration
 #namespace shared {
@@ -298,6 +301,8 @@
 # or names. 
 #mail_uid =
 #mail_gid =
+mail_uid = 89
+mail_gid = 89
 
 # Group to enable temporarily for privileged operations. Currently this is
 # used only with INBOX when either its initial creation or dotlocking fails.
@@ -377,6 +382,8 @@
 # be done even if first_valid_uid is set to 0.
 #first_valid_uid = 500
 #last_valid_uid = 0
+first_valid_uid = 89
+last_valid_uid = 89
 
 # Valid GID range for users, defaults to non-root/wheel. Users having
 # non-valid GID as primary group ID aren't allowed to log in. If user
@@ -384,6 +391,8 @@
 # not set.
 #first_valid_gid = 1
 #last_valid_gid = 0
+first_valid_gid = 89
+last_valid_gid = 89
 
 # Maximum number of running mail processes. When this limit is reached,
 # new users aren't allowed to log in.
@@ -563,8 +572,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/imap
+  mail_plugins = imap_quota quota trash
+  mail_plugin_dir = /usr/lib64/dovecot/imap
 
   # IMAP logout format string:
   #  %i - total number of bytes read from client
@@ -908,7 +917,7 @@
   # database (passwd usually), you can use static userdb.
   # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
   # authentication to actually work. 
-  passdb pam {
+  #passdb pam {
 # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=]
 # [cache_key=] []
 #
@@ -941,7 +950,7 @@
 #   args = session=yes %Ls
 #   args = cache_key=%u dovecot
 #args = dovecot
-  }
+  #}
 
   # System users (NSS, /etc/passwd, or similiar)
   # In many systems nowadays this uses Name Service Switch, which is
@@ -995,12 +1004,13 @@
   #}
 
   # vpopmail authentication 
-  #passdb vpopmail {
+  passdb vpopmail {
 # [cache_key=] - See cache_key in PAM for explanation.
 # [quota_template=] - %q expands to Maildir++ quota
 #   (eg. quota_template=quota_rule=*:backend=%q)
 #args =
-  #}
+args = webmail=127.0.0.1
+  }
 
   #
   # User database specifies where mails are located and what user/group IDs
@@ -1073,8 +1083,9 @@
   #}
 
   # vpopmail 
-  #userdb vpopmail {
-  #}
+  userdb vpopmail {
+#args = quota_template=quota_rule=*:backend=%q
+  }
 
   # User to use for the process. This user needs access to only user and
   # pas

Re: [qmailtoaster] dovecot install

2009-12-23 Thread Aleksander Podsiadły
W dniu 24.12.2009 06:13, David Milholen pisze:
> Here is what I have to work with..
> qtp-whatami v0.3.5
> DISTRO=CentOS
> OSVER=4.8
> QTARCH=i686
> QTKERN=2.6.9-89.0.18.ELsmp
> BUILD_DIST=cnt40
> BUILD_DIR=/usr/src/redhat
> This machine's OS is supported and has been tested
>
> I have done #yum update and all is fine
> but when I did the yum install dovecot all is ok with the version it
> installed it just will not start up.
> I keep getting the error I mentioned. 
You didn't read my posts. ;)
You have to download source from http://atrpms.net/dist/el5/dovecot/
(src.rpm version),
install source, edit dovecot spec file and build rpm package. Standard
version is compiled without vpopmail.
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg24761.html
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg25134.html

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] dovecot install

2009-12-24 Thread Aleksander Podsiadły
W dniu 24.12.2009 08:49, Aleksander Podsiadły pisze:
> You have to download source from http://atrpms.net/dist/el5/dovecot/
> (src.rpm version),
>   
Sorry, for you from http://atrpms.net/dist/el4/dovecot/
but the source package is the same for el5 and el4 version.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: spam outgoing from host

2009-12-24 Thread Aleksander Podsiadły
W dniu 24.12.2009 21:00, David Milholen pisze:
> Eric,
> It is a host on the network.. He is only running a mail client.
SMTP-proxy can help you: http://smtp-proxy.klolik.org/
You can also block DNAT for port 25. For example most of the Polish
public mail servers now accept mail from clients only on 2 ports:
submission (587) and smtps (465).
Port 25 is only for relay to, not from.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: spam outgoing from host

2009-12-24 Thread Aleksander Podsiadły
W dniu 24.12.2009 21:12, Aleksander Podsiadły pisze:
> [...] You can also block DNAT for port 25. [...]
Look at: http://tools.ietf.org/html/rfc2476 and
http://tools.ietf.org/html/rfc2554

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] A happy new Year!

2009-12-31 Thread Aleksander Podsiadły
I wish You a Happy New 2010 Year.
In my country I welcome it warmly in 8 1/2 hours. :)

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Squirremail in Portuguese

2010-01-03 Thread Aleksander Podsiadły
W dniu 03.01.2010 07:20, Anderson Alves de Albuquerque pisze:
>
>
>  I am with Qmail-Toaster in my server CentOS 5.X, I need to change
> language to Portuguese. How can I change English (default) to Portuguese?
Starting from site http://squirrelmail.org/download.php find proper
language file, probably:
http://sourceforge.net/projects/squirrelmail/files/locales/1.4.18-20090526/pt_PT-1.4.18-20090526.tar.gz/download

After installing locale and help files change the default language:
cd /usr/share/squirrelmail/config
./conf.pl

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: qtp-newmodel fail

2010-01-05 Thread Aleksander Podsiadły
W dniu 05.01.2010 17:08, Øystein Kjosavik pisze:
> I had fuse.i386 0:2.7.4-8.el5 installed earlyer but I eraced it
>
>   
Do you have installled:
fuse-libs-2.7.4-8.el5

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: SV: [qmailtoaster] Re: qtp-newmodel fail

2010-01-05 Thread Aleksander Podsiadły
W dniu 05.01.2010 18:28, Øystein Kjosavik pisze:
> rpm -q fuse
> package fuse is not installed
>   
So install all needed packages.
For example from my QMT x86_64 mail server:
8<--
[r...@srv ~]# yum list \*fuse\*
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
 * addons: mirror.tpnet.pl
 * base: mirror.tpnet.pl
 * centosplus: mirror.tpnet.pl
 * extras: mirror.tpnet.pl
 * updates: mirror.tpnet.pl
Installed Packages
dkms-fuse.noarch2.7.4-1.nodist.rf 
installed
fuse.x86_64 2.7.4-8.el5   
installed
fuse-libs.x86_642.7.4-8.el5   
installed
fuse-unionfs.x86_64 0.23-1.el5.rf 
installed
Available Packages
fuse-devel.i386 2.7.4-8.el5   
base
fuse-devel.x86_64   2.7.4-8.el5   
base
fuse-libs.i386  2.7.4-8.el5base
8<-- EOT

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: SV: SV: [qmailtoaster] Re: qtp-newmodel fail

2010-01-05 Thread Aleksander Podsiadły
W dniu 05.01.2010 19:06, Øystein Kjosavik pisze:
> I don't have 64 bit os.
>   
I've got 32 and 64 system with QMT and I have no problems. Are you admin? ;)
On the site http://www.qmailtoaster.com/ is all information you need to
proper install the qmail-toaster.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: concerning password encryption

2010-01-13 Thread Aleksander Podsiadły
W dniu 13.01.2010 16:30, Rajesh M pisze:
> hi
>
> i ready the docs and found that method used is salted md5
>
> i need some help in this
>
> let us say i the password is : abc
>
> then what is the function to generate the salted md5 hash ?
>
> thanks
> rajesh
>   
Check this: http://dev.mysql.com/doc/refman/5.1/en/encryption-functions.html

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Dovecot howto

2010-01-29 Thread Aleksander Podsiadły
Dnia 2009-10-30, o godz. 17:13:25
Aleksander Podsiadly  napisał(a):

> This patch is for x86_64 environment!
> For 32 bit OS change one line in this patch:
> from:
> mail_plugin_dir = /usr/lib64/dovecot/imap
> to:
> mail_plugin_dir = /usr/lib/dovecot/imap

There is new version of Dovecot imap server:
http://dl.atrpms.net/all/dovecot-1.2.10-2_107.src.rpm
Release info:
+ %variables now support %{host}, %{pid} and %{env:ENVIRONMENT_NAME}
  everywhere.
+ LIST-STATUS capability is now advertised
- maildir: Fixed several assert-crashes.
- imap: LIST "" inbox shouldn't crash when using namespace with
"INBOX." prefix.
- lazy_expunge now ignores non-private namespaces.

My x86_64 config patch attached. For 32 bits architecture change 2
lines:
mail_plugin_dir = /usr/lib64/dovecot/imap
mail_plugin_dir = /usr/lib64/dovecot/pop3
from lib64 to lib.
--- dovecot.conf.rpmnew	2010-01-29 09:54:57.0 +0100
+++ dovecot.conf	2010-01-24 10:30:21.0 +0100
@@ -238,15 +238,17 @@
 # explicitly, ie. mail_location does nothing unless you have a namespace
 # without a location setting. Default namespace is simply done by having a
 # namespace with empty prefix.
-#namespace private {
+namespace private {
# Hierarchy separator to use. You should use the same separator for all
# namespaces or some clients get confused. '/' is usually a good one.
# The default however depends on the underlying mail storage format.
#separator = 
+   separator = .
 
# Prefix required to access this namespace. This needs to be different for
# all namespaces. For example "Public/".
#prefix = 
+   prefix = INBOX.
 
# Physical location of the mailbox. This is in same format as
# mail_location, which is also the default for it.
@@ -255,6 +257,7 @@
# There can be only one INBOX, and this setting defines which namespace
# has it.
#inbox = no
+   inbox = yes
 
# If namespace is hidden, it's not advertised to clients via NAMESPACE
# extension. You'll most likely also want to set list=no. This is mostly
@@ -271,7 +274,7 @@
# Namespace handles its own subscriptions. If set to "no", the parent
# namespace handles them (empty prefix should always have this as "yes")
#subscriptions = yes
-#}
+}
 
 # Example shared namespace configuration
 #namespace shared {
@@ -298,6 +301,8 @@
 # or names. 
 #mail_uid =
 #mail_gid =
+mail_uid = 89
+mail_gid = 89
 
 # Group to enable temporarily for privileged operations. Currently this is
 # used only with INBOX when either its initial creation or dotlocking fails.
@@ -377,6 +382,8 @@
 # be done even if first_valid_uid is set to 0.
 #first_valid_uid = 500
 #last_valid_uid = 0
+first_valid_uid = 89
+last_valid_uid = 89
 
 # Valid GID range for users, defaults to non-root/wheel. Users having
 # non-valid GID as primary group ID aren't allowed to log in. If user
@@ -384,6 +391,8 @@
 # not set.
 #first_valid_gid = 1
 #last_valid_gid = 0
+first_valid_gid = 89
+last_valid_gid = 89
 
 # Maximum number of running mail processes. When this limit is reached,
 # new users aren't allowed to log in.
@@ -563,8 +572,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/imap
+  mail_plugins = quota imap_quota trash
+  mail_plugin_dir = /usr/lib64/dovecot/imap
 
   # IMAP logout format string:
   #  %i - total number of bytes read from client
@@ -681,8 +690,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/pop3
+  mail_plugins = quota
+  mail_plugin_dir = /usr/lib64/dovecot/pop3
 
   # Workarounds for various client bugs:
   #   outlook-no-nuls:
@@ -908,7 +917,7 @@
   # database (passwd usually), you can use static userdb.
   # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
   # authentication to actually work. 
-  passdb pam {
+  #passdb pam {
 # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=]
 # [cache_key=] []
 #
@@ -941,7 +950,7 @@
 #   args = session=yes %Ls
 #   args = cache_key=%u dovecot
 #args = dovecot
-  }
+  #}
 
   # System users (NSS, /etc/passwd, or similiar)
   # In many systems nowadays this uses Name Service Switch, which is
@@ -995,12 +1004,13 @@
   #}
 
   # vpopmail authentication 
-  #passdb vpopmail {
+  passdb vpopmail {
 # [cache_key=] - See cache_key in PAM for explanation.
 # [quota_template=] - %q expands to Maildir++ quota
 #   (eg. quota_template=quota_rule=*:backend=%q)
 #args =
-  #}
+args = webmail=127.0.0.1
+  }
 
   #
   # User database specifies where mails are located and what user/group IDs
@@ -1073,8 +1083,9 @@
   #}
 
   # vpopmail 
-  #userdb vpopmail {
-  #}
+  userdb vpopmail {
+#args = quota_template=quota_rule=*:backend=%q
+  }
 
   # User to use for the process. This user needs access to only user and
 

Re: [qmailtoaster] Dovecot howto

2010-01-29 Thread Aleksander Podsiadły
Dnia 2009-10-30, o godz. 17:13:25
Aleksander Podsiadly  napisał(a):

> This patch is for x86_64 environment!
> For 32 bit OS change one line in this patch:
> from:
> mail_plugin_dir = /usr/lib64/dovecot/imap
> to:
> mail_plugin_dir = /usr/lib/dovecot/imap

There is new version of Dovecot imap server:
http://dl.atrpms.net/all/dovecot-1.2.10-2_107.src.rpm
Release info:
+ %variables now support %{host}, %{pid} and %{env:ENVIRONMENT_NAME}
  everywhere.
+ LIST-STATUS capability is now advertised
- maildir: Fixed several assert-crashes.
- imap: LIST "" inbox shouldn't crash when using namespace with
"INBOX." prefix.
- lazy_expunge now ignores non-private namespaces.

My x86_64 config patch attached. For 32 bits architecture change 2
lines:
mail_plugin_dir = /usr/lib64/dovecot/imap
mail_plugin_dir = /usr/lib64/dovecot/pop3
from lib64 to lib.


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
--- dovecot.conf.rpmnew	2010-01-29 09:54:57.0 +0100
+++ dovecot.conf	2010-01-24 10:30:21.0 +0100
@@ -238,15 +238,17 @@
 # explicitly, ie. mail_location does nothing unless you have a namespace
 # without a location setting. Default namespace is simply done by having a
 # namespace with empty prefix.
-#namespace private {
+namespace private {
# Hierarchy separator to use. You should use the same separator for all
# namespaces or some clients get confused. '/' is usually a good one.
# The default however depends on the underlying mail storage format.
#separator = 
+   separator = .
 
# Prefix required to access this namespace. This needs to be different for
# all namespaces. For example "Public/".
#prefix = 
+   prefix = INBOX.
 
# Physical location of the mailbox. This is in same format as
# mail_location, which is also the default for it.
@@ -255,6 +257,7 @@
# There can be only one INBOX, and this setting defines which namespace
# has it.
#inbox = no
+   inbox = yes
 
# If namespace is hidden, it's not advertised to clients via NAMESPACE
# extension. You'll most likely also want to set list=no. This is mostly
@@ -271,7 +274,7 @@
# Namespace handles its own subscriptions. If set to "no", the parent
# namespace handles them (empty prefix should always have this as "yes")
#subscriptions = yes
-#}
+}
 
 # Example shared namespace configuration
 #namespace shared {
@@ -298,6 +301,8 @@
 # or names. 
 #mail_uid =
 #mail_gid =
+mail_uid = 89
+mail_gid = 89
 
 # Group to enable temporarily for privileged operations. Currently this is
 # used only with INBOX when either its initial creation or dotlocking fails.
@@ -377,6 +382,8 @@
 # be done even if first_valid_uid is set to 0.
 #first_valid_uid = 500
 #last_valid_uid = 0
+first_valid_uid = 89
+last_valid_uid = 89
 
 # Valid GID range for users, defaults to non-root/wheel. Users having
 # non-valid GID as primary group ID aren't allowed to log in. If user
@@ -384,6 +391,8 @@
 # not set.
 #first_valid_gid = 1
 #last_valid_gid = 0
+first_valid_gid = 89
+last_valid_gid = 89
 
 # Maximum number of running mail processes. When this limit is reached,
 # new users aren't allowed to log in.
@@ -563,8 +572,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/imap
+  mail_plugins = quota imap_quota trash
+  mail_plugin_dir = /usr/lib64/dovecot/imap
 
   # IMAP logout format string:
   #  %i - total number of bytes read from client
@@ -681,8 +690,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/pop3
+  mail_plugins = quota
+  mail_plugin_dir = /usr/lib64/dovecot/pop3
 
   # Workarounds for various client bugs:
   #   outlook-no-nuls:
@@ -908,7 +917,7 @@
   # database (passwd usually), you can use static userdb.
   # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
   # authentication to actually work. 
-  passdb pam {
+  #passdb pam {
 # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=]
 # [cache_key=] []
 #
@@ -941,7 +950,7 @@
 #   args = session=yes %Ls
 #   args = cache_key=%u dovecot
 #args = dovecot
-  }
+  #}
 
   # System users (NSS, /etc/passwd, or similiar)
   # In many systems nowadays this uses Name Service Switch, which is
@@ -995,12 +1004,13 @@
   #}
 
   # vpopmail authentication 
-  #passdb vpopmail {
+  passdb vpopmail {
 # [cache_key=] - See cache_key in PAM for explanation.
 # [quota_template=] - %q expands to Maildir++ quota
 #   (eg. quota_template=quota_rule=*:backend=%q)
 #args =
-  #}
+args = webmail=127.0.0.1
+  }
 
   #
   # User database specifies where mails are locate

Re: [qmailtoaster] Dovecot howto

2010-01-29 Thread Aleksander Podsiadły
Dnia 2010-01-29, o godz. 12:30:06
Aleksander Podsiadły  napisał(a):

> There is new version of Dovecot imap server:
> [...]
Sorry for duplicate message :(


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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] qmail replication

2010-02-02 Thread Aleksander Podsiadły
Dnia 2010-02-02, o godz. 11:24:37
sysadmin  napisał(a):

> hanks Maxwell it workded
> The site I check says " --destination-port "
> but should be " --dport "
> 
> Thanks again.

http://www.fwbuilder.org/

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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] Security

2010-02-08 Thread Aleksander Podsiadły
Dnia 2010-02-08, o godz. 11:08:02
sysadmin  napisał(a):

> I am looking at installing ,
> Atomic Secured Linux,
> On my Qmail-toaster box ( VM )
What for, if You would like to be secure read it:
http://www.nsa.gov/ia/_files/factsheets/rhel5-pamphlet-i731.pdf
http://www.nsa.gov/ia/_files/os/redhat/rhel5-guide-i731.pdf


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
N:50.88409 S:20.58425

-
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] question about simscan, clamd and qmail

2010-02-09 Thread Aleksander Podsiadły
Dnia 2010-02-09, o godz. 15:13:29
Michiel van Es  napisał(a):

> @40004b71693e2c0f617c 
> /var/qmail/simscan/1265723700.530689.31662/report.zip: OK
> 
> Any help is much appreciated as I don't want any virusses slipping 
> through :)

Maybe zip archive is not scanned. Check config
option "ScanArchive",should be set yes.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
N:50.88409 S:20.58425

-
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: question about simscan, clamd and qmail

2010-02-09 Thread Aleksander Podsiadły
Dnia 2010-02-09, o godz. 09:06:06
Eric Shubert  napisał(a):

> Good guess Aleksander.
> 
> I think I'd ask the clamav community about this.
> 
> Please keep us apprised of what you find.
The answer is simpler, this virus was added to clamav database
2010-02-09 14:34 +0100
http://lurker.clamav.net/message/20100209.133435.ffd1e240.en.html

The letter was scanned:
2010-02-09 14:55:00.739205500 
/var/qmail/simscan/1265723700.530689.31662/report.zip: OK
probably before freshclam updated the virus database. :)


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
N:50.88409 S:20.58425

-
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] Unable to send mail with Outlook - Submission/SSL

2010-02-20 Thread Aleksander Podsiadły
Dnia 2010-02-20, o godz. 07:32:31
jbere...@mail.com napisał(a):

> [...]
> I can't however send mail using port 587 with SSL enabled.
> Outlook returns after some time with "error 0x800CCC7D - SMTP server
> doesn't accept SSL secured connection" When I remove the SSL switch
> for outgoing mail in Outlook (still using port 587), mail goes out
> without problems.
> [...]
Read this:
http://www.math.uwaterloo.ca/mfcf/announcements/STARTTLS.shtml
I can't check it because on my notebook is Linux only.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

-
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] how to find out which host is sending spam through qmailtoaster

2010-02-26 Thread Aleksander Podsiadły
Dnia 2010-02-25, czw o godzinie 08:47 +0200, Peter Peltonen pisze:
> I have a qmailtoaster in a quite big LAN. One of the computers in the
> LAN is sending spam. How do I find out which host is to blame?
> 
> 
Install SMTP proxy (smtp-gated) from: http://software.klolik.org/
and maybe you need proxy-helper to.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: SV: [qmailtoaster] Re: Fc 11

2010-03-01 Thread Aleksander Podsiadły
Dnia 2010-03-01, pon o godzinie 16:23 +0100, mattias pisze:
> Way aren't fc 8 supported?
> 
> 
The highest number of Fedora Core was 6. Fedora 8 is unsupported by
RedHat: http://fedoraproject.org/wiki/LifeCycle/EOL
Fedora 11 will be maintained till 2010-06-11.
IMO Fedora isn't Linux distribution for server, rather for notebook or
workstation.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] qmail smtp-auth

2010-03-15 Thread Aleksander Podsiadły
Dnia 2010-03-15, pon o godzinie 16:00 +0100, carlos...@tmdigital.es
pisze:
> i know that but this error, what is it?
> 
> telnet localhost 25
> Trying 127.0.0.1... 
Can you handy encrypt? :)

Try:
openssl s_client -connect remote.host:25 -crlf -starttls smtp


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] dovecot install instruction

2010-03-21 Thread Aleksander Podsiadły
Dnia 2010-03-20, sob o godzinie 23:49 +0530, Rajesh M pisze:
> hi
> 
> i have recently got a new server and installed qmailtoaster ... as usual
> works great like a charm
> 
> i would like to try out dovecot on this server
> 
> question
> is there some place where i can get detailed instructions for the same ?
> 

Check my posts:
http://www.mail-archive.com/search?l=qmailtoaster-list%
40qmailtoaster.com&q=%22dovecot+howto%22


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Mail server

2010-03-23 Thread Aleksander Podsiadły
Dnia 2010-03-23, wto o godzinie 20:46 +0100, mattias pisze:
> I try to test my server with a account on pc.nu
> But it not work
> But when i try the same with my vpostmaster www.tummy.com
> It work
> Hmm??? 
What is working, what is not working?

8<--
[r...@srv ~]# telnet zeus.pc.nu 25
Trying 83.233.246.240...
Connected to zeus.pc.nu (83.233.246.240).
Escape character is '^]'.
220 zeus.pc.nu ESMTP
H451 timeout (#4.4.2)
Connection closed by foreign host.
8-- EOT

You should know what is not working. I don't think that is the qmail
problem.

On thirst server there is Oracle, on the second Postfix.
Are you sure that there is the proper mailing list to ask you questions?

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: SV: [qmailtoaster] Mail server

2010-03-23 Thread Aleksander Podsiadły
Dnia 2010-03-23, wto o godzinie 21:10 +0100, mattias pisze:
> It work to send a test amil from pc.nu when i run vpostmaster
> Is not working with toaster
> 

8<--
[a...@alexia ~]$ telnet www.tummy.com 25
Trying 198.49.126.248...
Connected to www.tummy.com.
Escape character is '^]'.
220 dev.tummy.com ESMTP Postfix
QUIT
221 2.0.0 Bye
Connection closed by foreign host.
8<-- EOT

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: SV: [qmailtoaster] Mail server

2010-03-23 Thread Aleksander Podsiadły
Dnia 2010-03-23, wto o godzinie 21:10 +0100, mattias pisze:
> It work to send a test amil from pc.nu when i run vpostmaster
> Is not working with toaster 
There is another process on tcp port 25.
-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: SV: SV: [qmailtoaster] Mail server

2010-03-23 Thread Aleksander Podsiadły
Dnia 2010-03-23, wto o godzinie 21:15 +0100, mattias pisze:
> Yes a smtp-server???
> 
> 
You should know it, I'm guessing it. I think it's Oracle.
-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: SV: SV: SV: [qmailtoaster] Mail server

2010-03-23 Thread Aleksander Podsiadły
Dnia 2010-03-23, wto o godzinie 21:24 +0100, mattias pisze:
> *smile* 
> The vpostmaster server run a own virtual server
> 
> 
So ask the owner of the real server. He can help You,

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Mail flow of qmail

2010-04-09 Thread Aleksander Podsiadły
Dnia 2010-04-10, sob o godzinie 10:42 +0530, Neelesh pisze:
> Hi,
>  
> Could you guid mail flow of Qmail in details.
>  
> Thanks and Regards,
>  
> Nilesh
> 
>  
Look at big qmail picture http://www.nrg4u.com/ and
http://www.qmail.org/top.html 

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły


-
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 and squirrelmail-toaster updated

2010-04-11 Thread Aleksander Podsiadły
Dnia 2010-04-11, nie o godzinie 17:17 -0400, Jake Vickers pisze:
> On 04/11/2010 03:28 PM, Catalin Leanca wrote:
> > Install on CentOS 5.4
> > When building i used "rpmbuid --rebuild --with cnt50 clamav"
> > No modification of spec file.
> > The problem is freshclam.conf file that came with this new release.
> > Line 8 and line 17 have to be modified as pointed earlier.
> 
> Thanks for the information.
> There were some changes that needed to be made. Try the package I
> just 
> placed online and see if this resolves your issue.
> Thanks. 

And one more, I think in the post install script should be added line:
service qmail cdb


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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 and squirrelmail-toaster updated

2010-04-12 Thread Aleksander Podsiadły
Dnia 2010-04-12, pon o godzinie 02:16 -0400, Jake Vickers pisze:
> I think I understand what you're wanting. Instead of reload all of
> the 
> files, this would probably be more appropriate:
> 
> if [ -f /var/qmail/control/simversions.cdb ] ; then
>  /var/qmail/bin/simscanmk -g;
>  if [ -f /var/qmail/control/simcontrol.cdb ] ; then
> /var/qmail/bin/simscanmk;
>  fi
>  fi
> 
> Care to open a ticket on this, and I'll add it to the next release?
> Thanks. 
Freshclam conf file have an option: OnUpdateExecute
Using simscan we can add command "/var/qmail/bin/simscanmk -g" to
automatically update clamav version string.


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Dovecot 1.3.11

2010-04-15 Thread Aleksander Podsiadły
There is new version of Dovecot Imap Server on
http://atrpms.net/dist/el5/dovecot/
Configuration is the same as for version 1.3.10.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły


-
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] Header Information

2010-04-15 Thread Aleksander Podsiadły
Dnia 2010-04-16, pią o godzinie 09:33 +0300, nishant amin pisze:
> [...] the headers are completely
> replaced by qmailtoaster [...]
By your email client (e.g. Firefox) not by qmailtoster.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły


-
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] connect(): No such file or directory

2010-04-15 Thread Aleksander Podsiadły
Dnia 2010-04-16, pią o godzinie 09:29 +0300, nishant amin pisze:
> is it safe to run the newmodel script
> i am running qmt on centos 5.4 
Yes, it's safe.
I upgraded 2 QMT servers, one i686 and one x86_64. All works fine.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły


-
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] Header Information

2010-04-16 Thread Aleksander Podsiadły
Dnia 2010-04-16, pią o godzinie 09:49 +0300, nishant amin pisze:
> hi Aleksander
> if i forward the email through both my email client and web
> mail(thunderbird and squirrel mail)the headers get changed/replaced.
> any way to prevent this from happening.as frank mentioned if the
> headers are changed then it will be hard to know whre the mail
> originated from. 

All modern email client's can forward inline, quoted or as attachment.
If you forward message as attachment all original headers will be
preserved.
My Evolution is able to do it properly.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły


-
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: 110 Can't open SMTP stream

2010-04-21 Thread Aleksander Podsiadły
Dnia 2010-04-21, śro o godzinie 12:20 +0200, qmailtoaster pisze:
> any news about this patch?
> Does it solves the problem? 

Maybe there is the solution, your mailserver certificate is expired :(
depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd
verify error:num=18:self signed certificate
verify return:1
depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd
verify error:num=10:certificate has expired
notAfter=Jun  7 15:18:41 2007 GMT
verify return:1
depth=0 C = AU, ST = Some-State, O = Internet Widgits Pty Ltd
notAfter=Jun  7 15:18:41 2007 GMT
verify return:1


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: Dovecot

2010-05-13 Thread Aleksander Podsiadły
Dnia 2010-05-13, czw o godzinie 21:43 -0700, Eric Shubert pisze:
> I'm wondering, has anyone used dovecot for anything beyond imap? I
> have not.
> 
> I know that it also has pop3, which I expect would be a pretty simple 
> replacement of qmail-pop3d-toaster, but I'm not sure. 

Dovecot pop3 and pop3s (TLS) works for me.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Strange Dovecot Issue

2010-05-14 Thread Aleksander Podsiadły
Dnia 2010-05-14, pią o godzinie 09:19 -0500, Scott Hughes pisze:
> After changing over to Dovecot IMAP last night (using the instructions
> on the wiki exactly), some of my users are now unable to log into
> their email accounts using an email client (right now Outlook 2007 and
> Apple Mail program).  Webmail does not seem to be effected.
> 
> Here is the dovecot log message that I am getting that seems out of
> place.  I configured my Mac using the Apple Mail program, and I get
> the same message.  I am using the standard (non-ssl) IMAP ports.
> 
> 05-14 09:13:37 imap-login: Info: Disconnected (tried to use disabled
> plaintext auth)
> 
> 
> If I change over my Apple Mail client to use SSL, I can access my
> qmail accounts and all is well.
> 
> Any ideas?
> 
> Scott 

Check my posts on this mailing list:
http://www.mail-archive.com/search?q=Dovecot+howto&l=qmailtoaster-list%
40qmailtoaster.com

I'm using PLAIN authorisation with TLS.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Strange Dovecot Issue

2010-05-15 Thread Aleksander Podsiadły
Dnia 2010-05-14, pią o godzinie 12:51 -0500, Scott Hughes pisze:
> Thanks Aleksander for the reply.
> 
> I am just using PLAIN - no TLS and no SSL.  This setup worked great
> under Courrier IMAP.  Just a simple IMAP port 143 setup for my
> clients.
> 
> Any help on this would be greatly appreciated!  Having no luck with
> Google searches.
> 
> Scott
> 

I described migration from Courier to Dovecot on this mailing list, in
thread ,,Dovecot howto''. Default configuration in source package from
atrpms has plain authentication mechanism. Before compilation you have
to enable vpopmail (first patch) to spec file.
About authentication: http://wiki.dovecot.org/Authentication/Mechanisms
Migration: http://wiki.dovecot.org/Migration/Courier
Source package: http://atrpms.net/dist/el5/dovecot/

Second my patch integrates dovecot with QMT.
Build package as root (access to vpopmail libs), apply config patch and
enjoy. :)
Attention, my config patch is for 64 bits architecture. For 32 bits
compilation modify path in 2 lines starting with mail_plugin_dir -
remove ,,64''!

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
--- old/dovecot.spec	2010-04-03 09:38:56.0 +0200
+++ dovecot.spec	2010-04-15 10:42:58.0 +0200
@@ -95,6 +95,7 @@
 --enable-header-install  \
 --disable-static \
 --with-libcap\
+--with-vpopmail  \
 --with-pgsql \
 --with-mysql \
 --with-sqlite\
--- dovecot.conf.rpmnew	2010-04-15 10:44:09.0 +0200
+++ dovecot.conf	2010-01-29 10:07:08.0 +0100
@@ -238,15 +238,17 @@
 # explicitly, ie. mail_location does nothing unless you have a namespace
 # without a location setting. Default namespace is simply done by having a
 # namespace with empty prefix.
-#namespace private {
+namespace private {
# Hierarchy separator to use. You should use the same separator for all
# namespaces or some clients get confused. '/' is usually a good one.
# The default however depends on the underlying mail storage format.
#separator = 
+   separator = .
 
# Prefix required to access this namespace. This needs to be different for
# all namespaces. For example "Public/".
#prefix = 
+   prefix = INBOX.
 
# Physical location of the mailbox. This is in same format as
# mail_location, which is also the default for it.
@@ -255,6 +257,7 @@
# There can be only one INBOX, and this setting defines which namespace
# has it.
#inbox = no
+   inbox = yes
 
# If namespace is hidden, it's not advertised to clients via NAMESPACE
# extension. You'll most likely also want to set list=no. This is mostly
@@ -271,7 +274,7 @@
# Namespace handles its own subscriptions. If set to "no", the parent
# namespace handles them (empty prefix should always have this as "yes")
#subscriptions = yes
-#}
+}
 
 # Example shared namespace configuration
 #namespace shared {
@@ -298,6 +301,8 @@
 # or names. 
 #mail_uid =
 #mail_gid =
+mail_uid = 89
+mail_gid = 89
 
 # Group to enable temporarily for privileged operations. Currently this is
 # used only with INBOX when either its initial creation or dotlocking fails.
@@ -377,6 +382,8 @@
 # be done even if first_valid_uid is set to 0.
 #first_valid_uid = 500
 #last_valid_uid = 0
+first_valid_uid = 89
+last_valid_uid = 89
 
 # Valid GID range for users, defaults to non-root/wheel. Users having
 # non-valid GID as primary group ID aren't allowed to log in. If user
@@ -384,6 +391,8 @@
 # not set.
 #first_valid_gid = 1
 #last_valid_gid = 0
+first_valid_gid = 89
+last_valid_gid = 89
 
 # Maximum number of running mail processes. When this limit is reached,
 # new users aren't allowed to log in.
@@ -563,8 +572,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/imap
+  mail_plugins = quota imap_quota trash
+  mail_plugin_dir = /usr/lib64/dovecot/imap
 
   # IMAP logout format string:
   #  %i - total number of bytes read from client
@@ -681,8 +690,8 @@
 
   # Support for dynamically loadable plugins. mail_plugins is a space separated
   # list of plugins to load.
-  #mail_plugins = 
-  #mail_plugin_dir = /usr/lib/dovecot/pop3
+  mail_plugins = quota
+  mail_plugin_dir = /usr/lib64/dovecot/pop3
 
   # Workarounds for various client bugs:
   #   outlook-no-nuls:
@@ -908,7 +917,7 @@
   # database (passwd usually), you can use static userdb.
   # REMEMBER: You'll need /etc/pam.d/dovecot file created for PAM
   # authentication to actually work. 
-  passdb pam {
+  #passdb pam {
 # [session=yes] [setcred=yes] [failure_show_msg=yes] [max_requests=]
 # [cache_key=] []
 #
@@ -941,7 +950,7

Re: [qmailtoaster] dovecot install error

2010-06-12 Thread Aleksander Podsiadły
Dnia 2010-06-12, sob o godzinie 15:57 +0530, Rajesh M pisze:
> could somebody using a similar system please forward their
> dovecot.conf
> file with me
> 
> thanks 

Search my post, I sent the patch to original dovecot.conf to this list.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: crontab question

2010-06-14 Thread Aleksander Podsiadły
Dnia 2010-06-14, pon o godzinie 09:32 -0500, Scott Hughes pisze:
> Basically is the syntax I have above correct or should I be doing this
> a 
> different way?  I noticed that there are other items in the crontab
> that 
> use the same ending (2>&1 > /dev/null) and I do not get emails from
> those. 

The syntax is correct but sync-qmail can send email not using stdout and
stderr.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: Error while restarting qmail

2010-06-22 Thread Aleksander Podsiadły
Dnia 2010-06-22, wto o godzinie 15:04 -0700, Eric Shubert pisze:
> Has anyone who is running dovecot IMAP and POP3 remove the 
> courier-authlib-toaster package? 

I do, nothing breaks.
I removed courier-authlib-toaster, courier-imap-toaster and
qmail-pop3d-toaster:
http://www.mail-archive.com/qmailtoaster-list@qmailtoaster.com/msg24761.html
and next messages in this thread.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] question

2010-06-24 Thread Aleksander Podsiadły
Dnia 2010-06-24, czw o godzinie 12:52 -0600, Noel Rivera (Border Less)
pisze:
> Hello List I have a question about squirrelmail.
> 
>  
> 
> Is there a way to view a log from users to access to the squirrelmail
> page?
> 
> 

Check this page: http://www.ossec.net/wiki/SquirrelMail
I wrote some rules for ossec hids to log webmail attacks. It works form
me. :)

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] QMT Security [was: question]

2010-06-25 Thread Aleksander Podsiadły
Dnia 2010-06-25, pią o godzinie 09:22 -0700, Eric Shubert pisze:
> Nice, Aleksander. Thanks.
> 
> On the subject of improving QMT security Do you think it might be 
> feasible to add an ossec-toaster package to the QMT suite?
> 
> What about fail2ban, and how do these 2 relate?
> 
> 

The first question is not to me, rather to OSSEC team. OSSEC installer
work proper, the only one improvements are my private rules for dovecot
and squirrelmail. I can make this rules available for all.
With a little of my help OSSEC properly analyse vpopmail log lines too.

I have never use fail2ban.


-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] question

2010-06-25 Thread Aleksander Podsiadły
Dnia 2010-06-25, pią o godzinie 10:28 -0600, Noel Rivera (Border Less)
pisze:
> This is beautiful and I need this one.
> 
> where should I put this code? 

To /var/ossec/rules/local_rules.xml

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] question

2010-06-25 Thread Aleksander Podsiadły
Dnia 2010-06-25, pią o godzinie 12:39 -0600, Noel Rivera (Border Less)
pisze:
> Aleksander I don't have this folder in my qmail server.
> 
> Saludos. 

This file is in: http://www.ossec.net/ :)

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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 Security [was: question]

2010-06-25 Thread Aleksander Podsiadły
Dnia 2010-06-25, pią o godzinie 11:48 -0700, Eric Shubert pisze:
> Maybe we could just start with the wiki. We already have this page: 
> http://wiki.qmailtoaster.com/index.php/Hardening_your_toaster
> Aleksander, would you care to write a OSSEC section there covering
> how 
> to install and configure it with QMT? 

Why not, but not now. I'm moving, I have only GSM connection now. :(

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Dovecot 1.2.12

2010-07-20 Thread Aleksander Podsiadły
There is a new Dovecot package at ATrpms
http://atrpms.net/dist/el5/dovecot/

Below my patch for compilation source rpm with vpopmail on Centos.
Vpopmail libraries are accessible for root only, so build package as
root please. QMT config patch is the same as for version 1.1.11.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578
--- org/dovecot.spec	2010-07-04 23:43:41.0 +0200
+++ dovecot.spec	2010-07-20 08:42:17.0 +0200
@@ -42,7 +42,7 @@
 BuildRequires: pkgconfig
 BuildRequires: zlib-devel, bzip2-devel
 BuildRequires: libcap-devel
-%{?with_solr:BuildRequires: libcurl-devel expat-devel}
+%{?with_solr:BuildRequires: curl-devel expat-devel}
 # Explicit Runtime Requirements
 #Requires: openssl >= 0.9.7f-4
 Requires: openssl
@@ -99,6 +99,7 @@
 --with-libcap\
 --with-pgsql \
 --with-mysql \
+--with-vpopmail  \
 --with-sqlite\
 --with-sql=plugin\
 --with-sql-drivers   \

-
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] Limiting number of open files

2010-07-22 Thread Aleksander Podsiadły
Dnia 2010-07-22, czw o godzinie 13:34 -0300, Natalio Gatti pisze:
> [...]
> The VPS limit the number of open files to 6000. Without qmail-toaster
> running, the server has 1000-1500 files open, and when I start
> qmail-toaster it jumps to 6000 reaching the max limit and generating
> errors. Is it a normal behaviour? Is there a way to control the opened
> files?
> [...]
>  

IMHO no way. Many open files are shared libraries. On my server now are
open 9276 files. On this server works:
- QMT
- apache with Typo3
- ejabberd
- VPN's
- samba
- and some other standard daemons.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] Limiting number of open files

2010-07-22 Thread Aleksander Podsiadły
Dnia 2010-07-22, czw o godzinie 18:56 +0200, Aleksander Podsiadły pisze:
> Many open files are shared libraries

After working hours there is 5875 open libraries.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] x86_64 install

2010-07-26 Thread Aleksander Podsiadły
Dnia 2010-07-26, pon o godzinie 09:51 +0200, Igor Smitran pisze:
> smtp > /usr/bin/softlimit -m 5000
> 
> 

I have smtp soft limit 100M, 50M is to low.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] SPAM rules

2010-07-26 Thread Aleksander Podsiadły
Dnia 2010-07-26, pon o godzinie 10:35 +0200, Christian Ferrati pisze:
> I would create one mail s...@mydomain.com and I ‘d like to move in
> this mail-box ALL e-mails with the header **SPAM** my SpamAssasin
> service already processed.

What for? It can be false positive classification. You shouldn't read
mails not addressed to you. It can be violation of law in your country.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] vpopmail to old

2010-07-27 Thread Aleksander Podsiadły
Actual 5.4.17 version of vpopmail in QMT is released 12-Jul-06, current
version is 5.5.0. I tried to compile Dovecot 2.0rc3 and found problem.
QMT vpopmail is to old. :(
IMO this package should bu upgraded.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: vpopmail to old

2010-07-27 Thread Aleksander Podsiadły
Dnia 2010-07-27, wto o godzinie 09:32 -0700, Eric Shubert pisze:
> And it will be upgraded, eventually. vpopmail 5.5.0 is pretty new, and
> a 
> substantial upgrade from 5.4.x. Would you like to help out getting
> 5.5 
> going with QMT? If so, please bring it up on the devel list. 

Eric,
I have to check am I good enough. ;)

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: vpopmail to old

2010-07-28 Thread Aleksander Podsiadły
Dnia 2010-07-28, śro o godzinie 12:44 +0300, Lucian Cristian pisze:
> +mkdir -p %{buildroot}%{mylibdir}
> +mkdir -p %{buildroot}%{vdir}/etc/vpopmail
> +make DESTDIR=%{buildroot} install
> +make install
> +
> +rm -f %{buildroot}%{vdir}/etc/vpopmail/vpopmail.authmodule
> +ln -s %{mylibdir}/vmysql.so 
> %{buildroot}%{vdir}/etc/vpopmail/vpopmail.authmodule 

Oh thanks. :)

IMO vmysql.so is installed in %{vdir}/lib so should be:
mkdir -p %{buildroot}%{vdir}/lib
and
ln -s %{vdir}/lib/vmysql.so
%{buildroot}%{vdir}/etc/vpopmail/vpopmail.authmodule

and in section %files something like:
%attr(0755,vpopmail,vchkpw) %dir %{vdir}/lib
%attr(0751,vpopmail,vchkpw) %{vdir}/lib/*.so

You shouldn't use configure option "prefix". Using this option implicate
in this version non standard vpopmail directories.

One "make install" line in your patch is danger. It causes installation
of files in real directories, not in buildroot directory!

I attached my patch, not all tested!

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578

--- vpopmail-toaster.spec.old	2009-06-12 04:38:00.0 +0200
+++ vpopmail-toaster.spec	2010-07-28 16:35:27.0 +0200
@@ -1,7 +1,7 @@
 %define		name vpopmail
-%define		pversion 5.4.17
+%define		pversion 5.5.0
 %define 	bversion 1.3
-%define		rpmrelease 7
+%define		rpmrelease 1
 
 # INSTRUCTIONS!!! <- READ THEM!!!
 #
@@ -568,11 +568,15 @@
 It handles 10 to 10 million users, and over 500K domains.
 
  
-   vpopmail 5.4.17
+   vpopmail 5.5.0
 Current settings
 ---
 
-vpopmail directory = /home/vpopmail
+ domains directory = /home/vpopmail/domains
+conf directory = /home/vpopmail/etc
+ bin directory = /home/vpopmail/bin
+ lib directory = /home/vpopmail/lib
+ include directory = /home/vpopmail/include
uid = 89
gid = 89
  roaming users = OFF --disable-roaming-users (default)
@@ -585,19 +589,12 @@
  user dir hashing  = OFF --disable-users-big-dir
 address extensions = ON  --enable-qmail-ext
   ip alias = OFF --disable-ip-alias-domains (default)
-   auth module = mysql --enable-auth-module=mysql
- mysql replication = OFF --disable-mysql-replication (default)
-   sql logging = OFF --disable-sql-logging (default)
-  mysql limits = OFF --disable-mysql-limits (default)
-  MySQL valias = ON  --enable-valias
-  auth inc = -I/usr/include/mysql
-  auth lib = -L/usr/lib64/mysql  -lmysqlclient -lz -lm
+   onchange script = OFF --disable-onchange-script (default)
+ domain quotas = ON  --enable-domainquotas (default)
   system passwords = OFF --disable-passwd (default)
-pop syslog = log success and errors including passwords
- --enable-logging=v
-  auth logging = ON  --enable-auth-logging (default)
-one domain per SQL table = --disable-many-domains
-
+pop syslog = log success and errors including passwords --enable-logging=v
+  spamassassin = OFF --disable-spamassassin (default)
+  maildrop = OFF --disable-maildrop (default)
 
 
 #
@@ -686,10 +683,8 @@
 # Run configure to create makefile
 #
 
-./configure --prefix=%{vdir} \
-	--enable-vpopuser=vpopmail \
-	--enable-vpopgroup=vchkpw \
-	--enable-libdir=%{mylibdir} \
+./configure --with-vpopuser=vpopmail \
+	--with-vpopgroup=vchkpw \
 	--disable-roaming-users \
 	--enable-tcprules-prog=/usr/bin/tcprules \
 	--enable-tcpserver-file=/etc/tcprules.d/tcp.smtp \
@@ -698,13 +693,17 @@
 	--disable-users-big-dir \
 	--enable-qmail-ext \
 	--disable-ip-alias-domains \
-	--enable-auth-module=mysql \
 	--disable-passwd \
 	--enable-logging=v \
-	--enable-log-name=vpopmail \
-	--disable-mysql-limits \
-	--enable-valias \
-	--disable-many-domains
+	--enable-log-name=vpopmail
+make
+echo mysql..
+cd backends/mysql
+./configure --enable-libdir=%{mylibdir} \
+	   --disable-many-domains \
+	   --enable-valias \
+	   --enable-auth-logging \
+	   --disable-mysql-limits
 make
 
 # Delete gcc temp file
@@ -715,24 +714,38 @@
 #
 %install
 #
+cd backends/mysql
+mkdir -p %{buildroot}%{vdir}/lib
+mkdir -p %{buildroot}%{vdir}/etc
+make DESTDIR=%{buildroot} install
+
+rm -f %{buildroot}%{vdir}/etc/vpopmail.authmodule
+ln -s %{vdir}/lib/vmysql.so %{buildroot}%{vdir}/etc/vpopmail.authmodule
+cd ../..
 make DESTDIR=%{buildroot} install-strip
 
 
 # Set defaults for vpopmail mysql
 #
+
 mv %{buildroo

Re: [qmailtoaster] Re: vpopmail to old

2010-07-28 Thread Aleksander Podsiadły
Dnia 2010-07-28, śro o godzinie 16:38 +0200, Aleksander Podsiadły pisze:
> ln -s %{vdir}/lib/vmysql.so
> %{buildroot}%{vdir}/etc/vpopmail/vpopmail.authmodule 

Should be without "vpopmail/" like in my patch.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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: vpopmail to old

2010-07-28 Thread Aleksander Podsiadły
Dnia 2010-07-28, śro o godzinie 10:28 -0700, Eric Shubert pisze:
> I'm thrilled to see Aleksander and Lucian working this out.
> Can we take this to the devel list? ;) 

Yes, you can.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] SMTP attack warning

2010-08-14 Thread Aleksander Podsiadły
Last time I notified intensive dictionary attack on mail servers from
many IP's. For example:
Aug 14 10:19:21 srv vpopmail[4345]: vchkpw-smtp: vpopmail user not found
admin@:68.115.208.106
Aug 14 12:19:49 srv vpopmail[26126]: vchkpw-smtp: vpopmail user not
found mickey@:69.178.165.154
Aug 14 14:29:57 srv vpopmail[27259]: vchkpw-smtp: vpopmail user not
found admin@:68.115.208.106
Aug 14 17:48:46 srv vpopmail[11419]: vchkpw-smtp: vpopmail user not
found admin@:80.153.178.39

IMHO it's not normal activity, so I suggest to check mail logs.

-- 
Pozdrawiam / Regards,
Aleksander Podsiadły
mail: a...@westside.kielce.pl
jid: a...@jabber.westside.kielce.pl
ICQ: 201121279
gg: 9150578


-
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] New Packages Available - spamassassin, simscan, autorespond, control-panel

2012-07-27 Thread Aleksander Podsiadły
Dnia 2012-07-26, czw o godzinie 18:33 -0700, Eric Shubert pisze:
> Thanks to Bharath for updating autorespond and control-panel.

Not available. :(
Not found on mirrors, I'll try tomorrow.


-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] Re: New Packages Available - spamassassin, simscan, autorespond, control-panel

2012-07-27 Thread Aleksander Podsiadły
Dnia 2012-07-27, pią o godzinie 08:36 -0700, Eric Shubert pisze:
> [...] it will leave an empty file in /usr/src/qtp-upgrade/SRPMS/ [...]
Exactly, IMHO this is the bug, ;)
i.g. wget does not create a zero size file.


-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] Re: New Packages Available - spamassassin, simscan, autorespond, control-panel

2012-07-27 Thread Aleksander Podsiadły
Dnia 2012-07-27, pią o godzinie 19:08 +0200, Aleksander Podsiadły pisze:
> i.g.
exempli gratia, sorry for my mistake.
-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] New Packages Available - spamassassin, simscan, autorespond, control-panel

2012-07-28 Thread Aleksander Podsiadły
Dnia 2012-07-26, czw o godzinie 18:33 -0700, Eric Shubert pisze:
> [...] sa-update now also 
> runs on an hourly basis (give or take a few minutes to give the
> servers 
> a break), [...]

There is only one place where script
/usr/share/spamassassin/sa-update.cron
is started - /etc/cron.d/sa-update
In this file line executing script is commented out. This line executes
update script ones a day at 4:10 am, not every hour.
IMHO old script /etc/cron.daily/qtp-sa-update should be removed, if
exists.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] vpopmail-5.4.33, qmailadmin-1.2.16, vqadmin-2.3.7 upgrades

2012-08-15 Thread Aleksander Podsiadły
Dnia 2012-08-05, nie o godzinie 12:55 -0700, Eric Shubert pisze:
> If you're running the QTP version of dovecot:
> # yum update dovecot 

I was on the vacation, so I readed it today. :)

After update (I'm running Dovecot):
service qmail stop
rm -rf /var/qmail/supervise/pop3
service qmail start

IMHO most of us have dovecot compiled from source, not from binary
repository.
http://packages.atrpms.net/dist/


-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] Re: Qmail Server over https

2012-08-17 Thread Aleksander Podsiadły
Dnia 2012-08-17, pią o godzinie 07:33 -0700, Eric Shubert pisze:
> It'd be nice to have something on the wiki about this.
> Any takers? 

It should be nice.
Sorry, "admin" who do not know what is the comment is not the admin. :(
Only one URL for that kind of admin is:
http://www.catb.org/~esr/faqs/smart-questions.html#translations

ROTFL

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] Help about update QMT-ClamAV

2012-08-21 Thread Aleksander Podsiadły
Dnia 2012-08-21, wto o godzinie 16:37 +0300, nikolay mitev pisze:
> The update is performed by "Stable Packages" from the main gate QMT
> and all
> service restarted, but email header stands  / 0.97.3 / 

/var/qmail/bin/update-simscan


-- 
Aleksander Podsiadły 
Commune Office of Mniów


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



Re: [qmailtoaster] spamdyke-stats.pl giving zero's again

2012-08-25 Thread Aleksander Podsiadły
Dnia 2012-08-26, nie o godzinie 02:24 +1000, Tony White pisze:
> This happened after the last update using qtp-newmodel.

8<--
cd /var/qmail/supervise/smtp
rm run
ln -s run.spamdyke run.spamdyke
service qmail restart
8<-- EOT

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] spamdyke-stats.pl giving zero's again

2012-08-25 Thread Aleksander Podsiadły
Dnia 2012-08-25, sob o godzinie 19:11 +0200, Aleksander Podsiadły pisze:
> ln -s run.spamdyke run.spamdyke

My mistake:
ln -s run.spamdyke run
sorry!

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] agregar firma

2012-08-30 Thread Aleksander Podsiadły
Dnia 2012-08-30, czw o godzinie 12:06 -0500, Osvaldo Salazar pisze:
> Hola: [...]

Would You like to write it down again in english?
PS: IMHO, after sending the email, the recipient is the owner of an
email, do you know the law? He can do with the email what he like, he's
the owner, not the sender. ;)

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] vpopmail database contains plaintext password

2012-09-26 Thread Aleksander Podsiadły
Dnia 2012-09-25, wto o godzinie 22:24 +0200, Peter Peterse pisze:
> What is the correct way to remove this column out this database?

Compile vpopmail-toaster with option:
--disable-clear-passwd

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


-
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-05 Thread Aleksander Podsiadły
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.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] Dovecot and Squirrelmail Quota Check or Quota Usage Display

2012-10-08 Thread Aleksander Podsiadły
ir:ignore=Trash
-  quota_rule = ?:storage=0
+  #quota = maildir
 
   # ACL plugin. vfile backend reads ACLs from "dovecot-acl" file from maildir
   # directory. You can also optionally give a global ACL directory path where
8<-- EOT dovecot_config-1.2.16.patch

Qouta in Squirrelmail works for me.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



[qmailtoaster] DK problem

2012-10-10 Thread Aleksander Podsiadły
Sometimes there is the problem with domainkeys on this mailing list:
8<--
Subject: failure notice

Hi. This is the qmail-send program at mail.qmailtoaster.com.
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.

:
User and password not set, continuing without authentication.
 194.181.132.129 failed after I sent the message.
Remote host said: 554 DomainKeys verify status: bad key  (#5.3.0)

[...]

Here are the message numbers:

   13393

--- Enclosed is a copy of the bounce message I received.

8<-- EOT

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] Re: spam filter configuration change

2012-10-17 Thread Aleksander Podsiadły
Dnia 2012-10-17, śro o godzinie 16:24 +0200, Giuseppe Perna pisze:
> How do I check if I use spamdyke?
> I can not do the installation spamdyke in a production server.
> thanks 

Something like:
10-17 01:39:09 spamdyke[20707]: DENIED_RBL_MATCH from:
dfter...@hotmail.com to: s...@k888.tw origin_ip: 114.42.128.176
origin_rdns: 114-42-128-176.dynamic.hinet.net auth: (unknown)
encryption: (none) reason: zen.spamhaus.org

IMHO you can do it and you should do it.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] newmodel update issues

2012-10-19 Thread Aleksander Podsiadły
Dnia 2012-10-19, pią o godzinie 06:02 -0700, George pisze:
> /usr/src/redhat/RPMS/i686/qmail-toaster-1.03-1.3.22.i686.rpm

Remove file /usr/src/redhat/RPMS/i686/qmail-toaster-1.03-1.3.22.i686.rpm
and try again.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


-
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 Aleksander Podsiadły
Dnia 2012-10-29, pon o godzinie 10:38 -0700, Dave MacDonald pisze:
> for testing, how do I disable spamdyke?
Go to the directory: /var/qmail/supervise/smtp
and change the symbolic link run from run.spamdyke to run.dist.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



[qmailtoaster] Re: ***SPAM*** Re: [qmailtoaster] Re: Unable to send emails - connection timeout

2012-11-07 Thread Aleksander Podsiadły
Dnia 2012-11-07, śro o godzinie 07:37 +0200, Délsio Cabá pisze:
> I don't know
> what's wrong with this antivirus. 

Me too.:)
http://www.catb.org/~esr/faqs/smart-questions.html#idp29846432


-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] spamdyke configuration

2012-11-27 Thread Aleksander Podsiadły
Dnia 2012-11-27, wto o godzinie 16:18 +0100, Alessio Cecchi pisze:
> Remove bl.spamcop.net, many italian ISP (Libero, Fastweb,
> TelecomItalia) 
> are often in this list. 

Don't do it. It's not the problem to remove from this list a proper
configured mail server.
You can add:
rhs-blacklist-entry=dsn.rfc-ignorant.org


-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel: +48 413737002
fax: +48 413737024
mail: a...@mniow.pl
jid: a...@jabber.mniow.pl
gg: 9150578


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



[qmailtoaster] PHP 5.3 and CentOS 5.5

2013-03-06 Thread Aleksander Podsiadły
I had to upgrade PHP to version 5.3 on my server. PHP packages changed
the name:
8<--
php-pear-Mail-1.1.14-1.el5.centos
php-pear-1.4.9-8.el5
php53-ldap-5.3.3-13.el5_8
php-pear-Auth-SASL-1.0.2-4.el5.centos
php53-mysql-5.3.3-13.el5_8
php-pear-Net-Socket-1.0.8-1.el5.centos
php53-5.3.3-13.el5_8
php53-gd-5.3.3-13.el5_8
php53-devel-5.3.3-13.el5_8
php53-mbstring-5.3.3-13.el5_8
php53-cli-5.3.3-13.el5_8
php53-common-5.3.3-13.el5_8
php-pear-Net-SMTP-1.2.10-1.el5.centos
php53-pdo-5.3.3-13.el5_8
8<-- EOT

So if You have to upgrade qmail-toster You should
change /usr/sbin/qtp-dependencies:
8<--
pcre \
pcre-devel \
php53 \
php53-ldap \
php53-mysql \
php-pear \
8<-- EOT

and change file squirrelmail-toaster.spec (dependencies, php to php53),
and rebuild source package.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel:+48 413737002
fax:+48 413737024
mail:   a...@mniow.pl
a...@mniow.eu
jid:a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] SMTP Proxy Question

2013-03-15 Thread Aleksander Podsiadły
Dnia 2013-03-15, pią o godzinie 09:42 +0200, Nikolay Mitev pisze:
> I need advice about SMTP proxy.

I'm using http://software.klolik.org/smtp-gated/ to secure local
network. This software allow to block viruses. :)

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel:+48 413737002
fax:+48 413737024
mail:   a...@mniow.pl
a...@mniow.eu
jid:a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] to see log of simscan

2013-03-26 Thread Aleksander Podsiadły
Dnia 2013-03-26, wto o godzinie 17:11 -0400, Jim Shupert pisze:
> I wishto know if there is a log that will inform me if the total
> number 
> of emails marked spam is greater on some days that others.
> Is there a simscan log that will show me how many emails a day it
> marks 
> as spam ? 

/var/log/maillog

Look at QMT wiki:
http://wiki.qmailtoaster.com/index.php/Spamdyke#Statistics


-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel:+48 413737002
fax:+48 413737024
mail:   a...@mniow.pl
a...@mniow.eu
jid:a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] Bounce Message

2013-03-29 Thread Aleksander Podsiadły
Dnia 2013-03-29, pią o godzinie 17:38 +0530, Amit pisze:
> reason: 503_MAIL_first_(#5.5.1)

IMHO it's the greylist, try again.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel:+48 413737002
fax:+48 413737024
mail:   a...@mniow.pl
a...@mniow.eu
jid:a...@jabber.mniow.pl
gg: 9150578


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



Re: [qmailtoaster] Re: Bounce Message

2013-03-29 Thread Aleksander Podsiadły
Dnia 2013-03-29, pią o godzinie 10:35 -0700, Eric Shubert pisze:
> If it were graylisting, you'd see DENIED_GRAYLISTED in the log.

It can be antivirus. GDATA client, for example, listen on 25 port.

-- 
Pozdrawiam/Regards,
mgr inż. Aleksander Podsiadły
st. informatyk gminy
Urząd Gminy w Mniowie
ul. Centralna 9
26-080 Mniów
tel:+48 413737002
fax:+48 413737024
mail:   a...@mniow.pl
a...@mniow.eu
jid:a...@jabber.mniow.pl
gg: 9150578


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



  1   2   >