2003/09/20
2003/07/10
2002/10/09
2002/08/11
There is a low traffic mailing list pulsar-users@lists.sourceforge.net for:
See this page for instructions how to access development CVS version. Version on CVS usualy compile without problems but most likely contain untested and/or experimental code.
debug = 2
auth_db = PAM
mailspool = /var/spool/mail:0600
mailspool_owner = :mail
inetd = no
realm_chars = ":;!"
listen_on = localhost:pop3,
192.168.1.2:pop3
mysql "ID1" {
host = mysql_host
user = mysql_user
pass = mysql_pass
db = pop3_database
table = pop3_table
user_column = pop3_username_column
pass_column = pop3_password_column
# the following settings are optional
#homedir = pop3_homedir_column
#uid = pop3_uid_column
#gid = pop3_gid_column
# an additional (and optional) criteria for select query
#and = "AllowMail='allow'"
}
debug = 9
auth_db = PAM
mailspool = /var/spool/mail:0660
mailspool_owner = :mail
inetd = no
realm_chars = ":;!"
listen_on = localhost:pop3,
192.168.1.2
ssl_listen_on = localhost:pop3s,
192.168.1.2
certificate = /var/pulsar/cert.pem:/var/pulsar/key.pem
realm "offsite" {
realm_interface = 192.168.1.2:pop3
auth_db = file:/var/virtual/etc/test.passwd,
mysql:ID1
mailspool = /var/virtual/var/spool/mail:0660
mailspool_owner = mail:mail
}
This program is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.