bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-19 Thread tethys ocean
Hmmzz 
yep,  I want to do this but my packet version conflicted..

FreeBSD 5.3 stable
Mysql-server-5.0.1
Bind9-9.3.0 (for only dns cahe) 
Postfix-2.2.20041008,2  (also for GUI postfix-admin)
Courier-Imap-3.0.8.1
Cyrus-sasl-2.1.20
Apache-2.0.52_3 
Amavisd (clamav + spamassassin) 
Sqwebmail (for webmail and also very important that is user must be
change his/her passwd)

I saw openwebmail its very nice but passwd change options hasnt been
in packet so I give up using this.

why all packet is conflict each other I couldnt understantd 
A lots of virtual host and I must find POP3 competible with courier-imap
and also very very important point is SMTP-AUTH in POP3 for virtual
users and quota for virtual user and they can be change their passwd
from webmail.


and also I had look a lots of document such as
http://www.high5.net/howto/
http//yocum.org/faqs/postfix-tls-sasl.html
http://www.delouw.ch/linux/Postfix-Cyrus-Web-cyradm-HOWTO/Postfix-Cyrus-Web-cyradm-HOWTO.pdf


shortly I have a lots of virual user that must reach webmail also POP3
and prevent their mailbox from spam and virus and also they must
change own passwd and pop3 deamond must be smtp-aut depens on their
username and passwd. AND also my stafff may manage webtools (with GUI)
they can create new virtual user and may give quota and aliases
virtusertable etc...and important point I dont want to use sendmail.

:((  



On Sat, 18 Dec 2004 21:27:12 +0100, martin hudec [EMAIL PROTECTED] wrote:
 Hello,
 
 On Sat, Dec 18, 2004 at 10:10:22PM +0200 or thereabouts, tethys ocean wrote:
 
  I set that but I need pop3 because we have got a lots of virtual host
 
  I must look for  pop3  competible with courier-imap isnt it?!
 
 
 courier-imap is able to serve its maildirs (no, not mbox) using IMAP and
 POP3, both with secure variants. You can use mysql as authentication
 backend with sasl. I am using this solution with postfix as smtp
 server (also with user and virtual data in mysql), amavisd (clamav +
 spamassassin) as spam/virus filter. I am just bit sad that openwebmail
 is not working with maildirs, so I use horde/imp application instead
 to provide webmail services.
 
 
 Cheers,
 
 Martin
 
 --
 martin hudec
 
* 421 907 303 393
* [EMAIL PROTECTED]
* http://www.aeternal.net
 
 Nothing travels faster than the speed of light with the possible
 exception of bad news, which obeys its own special laws.
 
Douglas Adams, The Hitchhiker's Guide to the Galaxy
 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-18 Thread tethys ocean
Hi all,

I want to setup a mail server Freebsd 5.3 bind 9.0 (dnscahce)
+mysql4.0+postfix2.2.20040829,2+courier+sasl  etc

in the beginning of my installation I am taking such error message 

courier-mysql-0.45.4 conflicts with installed pakages(s)
postfix-2.2.20040829,2

They  install files into the same places.
Please remover..

What can I do? I looked a lots of document but I coulnt actual solutions..

any comment?!

Thanks a lots
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-18 Thread martin hudec
Hello,

On Sat, Dec 18, 2004 at 09:38:52PM +0200 or thereabouts, tethys ocean wrote:
 
 I want to setup a mail server Freebsd 5.3 bind 9.0 (dnscahce)
 +mysql4.0+postfix2.2.20040829,2+courier+sasl  etc
 
 in the beginning of my installation I am taking such error message 
 
 courier-mysql-0.45.4 conflicts with installed pakages(s)
 postfix-2.2.20040829,2


you want probably to have complex mail solution, and you
would like to use mail/courier-imap port, right?

Standard mail/courier can be used as smtp server, so it is
obvious that it would conflict with your installed postfix (or
qmail, etc.). Look into Makefile for conflicting packages.


Cheers,

Martin


-- 
martin hudec


   * 421 907 303 393
   * [EMAIL PROTECTED]
   * http://www.aeternal.net

Nothing travels faster than the speed of light with the possible 
exception of bad news, which obeys its own special laws.

   Douglas Adams, The Hitchhiker's Guide to the Galaxy


pgpsICg8qIIfG.pgp
Description: PGP signature


bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-18 Thread tethys ocean
Hi,

I check confiliction package mysql pakages confilict 

and I found this document

http://www.syntheticzero.com/howto/vmail.php

and also in this paragraph

Notes for FreeBSD users: The courier-imap port in freebsd is kinda
messed up with regards to getting the mysql auth stuff to compile...
find .if !defined(WITH_MYSQL) in the Makefile and change this:

  PLIST_SUB+= MYSQLFLAG=
endif

to this:

  PLIST_SUB+= MYSQLFLAG=
  CONFIGURE_ARGS+=  \
--with-authmysql --with-mysql-libs=/usr/local/lib/mysql/ \
--with-mysql-includes=/usr/local/include/mysql
  endif


I set that but I need pop3 because we have got a lots of virtual host 

I must look for  pop3  competible with courier-imap isnt it?!

H.O.


On Sat, 18 Dec 2004 20:58:21 +0100, martin hudec [EMAIL PROTECTED] wrote:
 Hello,
 
 On Sat, Dec 18, 2004 at 09:38:52PM +0200 or thereabouts, tethys ocean wrote:
 
  I want to setup a mail server Freebsd 5.3 bind 9.0 (dnscahce)
  +mysql4.0+postfix2.2.20040829,2+courier+sasl  etc
 
  in the beginning of my installation I am taking such error message
 
  courier-mysql-0.45.4 conflicts with installed pakages(s)
  postfix-2.2.20040829,2
 
 
 you want probably to have complex mail solution, and you
 would like to use mail/courier-imap port, right?
 
 Standard mail/courier can be used as smtp server, so it is
 obvious that it would conflict with your installed postfix (or
 qmail, etc.). Look into Makefile for conflicting packages.
 
 Cheers,
 
 Martin
 
 --
 martin hudec
 
* 421 907 303 393
* [EMAIL PROTECTED]
* http://www.aeternal.net
 
 Nothing travels faster than the speed of light with the possible
 exception of bad news, which obeys its own special laws.
 
Douglas Adams, The Hitchhiker's Guide to the Galaxy
 
 

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


bind+postfix+courier+sals+amavis+spamassian+pop3+mysql+apache+smtp-auth

2004-12-18 Thread martin hudec
Hello,

On Sat, Dec 18, 2004 at 10:10:22PM +0200 or thereabouts, tethys ocean wrote:
 
 I set that but I need pop3 because we have got a lots of virtual host 
 
 I must look for  pop3  competible with courier-imap isnt it?!
 

courier-imap is able to serve its maildirs (no, not mbox) using IMAP and
POP3, both with secure variants. You can use mysql as authentication
backend with sasl. I am using this solution with postfix as smtp
server (also with user and virtual data in mysql), amavisd (clamav + 
spamassassin) as spam/virus filter. I am just bit sad that openwebmail
is not working with maildirs, so I use horde/imp application instead
to provide webmail services.


Cheers,

Martin


-- 
martin hudec


   * 421 907 303 393
   * [EMAIL PROTECTED]
   * http://www.aeternal.net

Nothing travels faster than the speed of light with the possible 
exception of bad news, which obeys its own special laws.

   Douglas Adams, The Hitchhiker's Guide to the Galaxy


pgpaOGqdKLD0F.pgp
Description: PGP signature