Dear all;
I m a newbie to courier.. and I downloaded the latest version and I compile
it successfully.
All the services are running OK I can authenticate from mysql (pop and
imap)... and everything is perfect..
I created a table user contain :
#
# Table structure for table `users`
#
CREATE TABLE `users` (
`id` char(128) NOT NULL default '',
`crypt` char(128) NOT NULL default '',
`clear` char(128) NOT NULL default '',
`name` char(128) NOT NULL default '',
`uid` int(10) unsigned NOT NULL default '65534',
`gid` int(10) unsigned NOT NULL default '65534',
`home` char(255) NOT NULL default '',
`quota` char(255) NOT NULL default '',
KEY `id` (`id`)
) TYPE=MyISAM;
#
# Dumping data for table `users`
#
INSERT INTO `users` VALUES ('[EMAIL PROTECTED]', '', 'password', 'nabil
attar', 9000, 9000, '/home/vmailman/vmailtest', '500000');
BUT
I have one problem and one question:
My problem is that I cannot send to an email to [EMAIL PROTECTED] it
keep saying error 517 'Domain doesn't exist'
note that when I telnet localhost 25 the ESMTP says ESMTP redhat.local
ready... not mention that it is the courier smtp..
do I have to stop sendmail ?? what can I do ??
note that I added my domain to
/etc/courier/defaultdomain
/etc/courier/esmtpacceptmailfor
/etc/courier/hosteddomains
then
makesmtpaccess
makehosteddomains
makealiases
AND
my question is :
how can I authenticate from userdb ?? is it better to use userdb or mysql as
I want to use only virtual users...
Best regards
Nabil
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive? Does it
help you create better code? SHARE THE LOVE, and help us help
YOU! Click Here: http://sourceforge.net/donate/
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users