Motherboard Forums


Reply
Thread Tools Display Modes

sendmail from sol8 to sol10

 
 





















joshua.noble.fuller@gmail.com
Guest
Posts: n/a

 
      05-12-2009, 11:18 PM


Any of you have any success carrying over a past sendmail
configuration from sol8 to a sol10 installation? I can't find any docs
for this procedure. I have the feeling I am overlooking several config
files.

Any help appreciated.
 
Reply With Quote
 
Tristram Scott
Guest
Posts: n/a

 
      05-13-2009, 02:17 PM
wrote:
> Any of you have any success carrying over a past sendmail
> configuration from sol8 to a sol10 installation? I can't find any docs
> for this procedure. I have the feeling I am overlooking several config
> files.
>
> Any help appreciated.


You are probably better off looking back at your old .mc files to see what
you added to them and why, and then implementing the same with the new
version of sendmail.

The major change you will notice is that there are now two instances of
sendmail, essentially one for sending and one for receiving, with separate
configuration files. One is sendmail.cf, the other submit.cf. The files
used are in /etc/mail, so /etc/mail/sendmail.cf and /etc/mail/submit.cf.
The .mc source files are in /etc/mail/cf/cf. Modify those and build the
..cf files using make. Copy the new .cf files into place. Restart sendmail

# cd/etc/mail/cf/cf
# make sendmail.cf
# make submit.cf
# cp sendmail.cf ../..
# cp submit.cf ../..
# svcadm disable sendmail
# svcadm enable sendmail

If you don't already have a copy, get the sendmail book from O'Reilly.


--
Dr Tristram J. Scott
Energy Consultant
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off



All times are GMT. The time now is 02:28 AM.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43