My machine has sendmail installed and working. What steps should I take to add a catchall account to use with Gossamer mail?
Jul 7, 2000, 10:12 AM
Administrator (9387 posts)
Jul 7, 2000, 10:12 AM
Post #2 of 6
Views: 3096
Hi!
This is pretty involved and varies depending on how sendmail is installed and your system configuration. Most ISP's provide this ability as part of mail service. Best to ask them.
Cheers,
Alex
--
Gossamer Threads Inc.
This is pretty involved and varies depending on how sendmail is installed and your system configuration. Most ISP's provide this ability as part of mail service. Best to ask them.
Cheers,
Alex
--
Gossamer Threads Inc.
Jul 7, 2000, 11:45 PM
Veteran (6956 posts)
Jul 7, 2000, 11:45 PM
Post #4 of 6
Views: 3047
It has to do with the alias file, the authorized users file, and such.
You might want to start on the sendmail.org site, then work your way out from there.
http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/
You might want to start on the sendmail.org site, then work your way out from there.
http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/
Jul 8, 2000, 11:22 AM
Novice (10 posts)
Jul 8, 2000, 11:22 AM
Post #5 of 6
Views: 3052
I did it, here's how I did it in case anyone else needs it:
Edit /etc/mail/virtusertable:
xxx@mydomain.com xxx
aa@mydomain.com aa
@mydomain.com gossamermail
(let's say we have users xxx,a and we want the gossamermail account to catch the rest)
#cd /etc/mail
#make all
Edit /etc/sendmail.cw, add the line:
mydomain.com
Restart sendmail, and it should all be working.
(Note: This is for RH 6.2, with sendmail installed from the RH cd)
Edit /etc/mail/virtusertable:
xxx@mydomain.com xxx
aa@mydomain.com aa
@mydomain.com gossamermail
(let's say we have users xxx,a and we want the gossamermail account to catch the rest)
#cd /etc/mail
#make all
Edit /etc/sendmail.cw, add the line:
mydomain.com
Restart sendmail, and it should all be working.
(Note: This is for RH 6.2, with sendmail installed from the RH cd)
Jul 9, 2000, 11:36 AM
Veteran (6956 posts)
Jul 9, 2000, 11:36 AM
Post #6 of 6
Views: 3036
Thanks for posting what works!
That is _REALLY_ the biggest help of all for anyone else.
Thanks again.
http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/
That is _REALLY_ the biggest help of all for anyone else.
Thanks again.
http://www.postcards.com
FAQ: http://www.postcards.com/FAQ/LinkSQL/