View previous topic :: View next topic |
Author |
Message |
Telamon Tux's lil' helper
Joined: 29 Dec 2003 Posts: 129
|
Posted: Mon Dec 29, 2003 6:28 pm Post subject: Sendmail and SSMTP Fighting for virtual-mta |
|
|
I'm having problems when I emerge sendmail on some of my Gentoo boxes. Basically, it's emerging SSMTP after emerging sendmail, which is overwriting the sendmail binary with the SSMTP symbolic link. I edited /etc/make.profile/virtuals and set virtual/mta to net-mail/sendmail instead of net-mail/ssmtp, but the problem still persists. My fix has just been to re-emerge sendmail after ssmtp is installed, but I'd rather not have to remember to do this each time I do an upgrade.
Any ideas? |
|
Back to top |
|
|
iZm n00b
Joined: 09 Sep 2003 Posts: 32 Location: Coventry, UK
|
Posted: Thu Jan 01, 2004 7:11 pm Post subject: |
|
|
I had the same problem but with Postfix. What I did was to edit, "/var/cache/edb/virtuals" and replace:
net-mail/ssmtp
with:
net-mail/postfix
I havn't had the problem since.
Hope this helps. _________________ Official Linux User #341003
There is no substitute for good manners, except, perhaps, fast reflexes. |
|
Back to top |
|
|
iZm n00b
Joined: 09 Sep 2003 Posts: 32 Location: Coventry, UK
|
Posted: Thu Jan 01, 2004 7:15 pm Post subject: |
|
|
Ooops!!, I should read more thoroughly before I post. Looks like you already tried something very similar. My problem has not returned after doing this though.
Telemon eh. Anything to do with the small UK IT company ?. _________________ Official Linux User #341003
There is no substitute for good manners, except, perhaps, fast reflexes. |
|
Back to top |
|
|
Telamon Tux's lil' helper
Joined: 29 Dec 2003 Posts: 129
|
Posted: Fri Jan 02, 2004 12:39 am Post subject: Hmm, cache... |
|
|
Thanks for the tip, I found the virtuals file in /etc/make.profile but missed the one in cache, that's probably the problem.
As for the nick, nope, it's from The Wheel of Time series of books by Robert Jordan. |
|
Back to top |
|
|
aaronjb Tux's lil' helper
Joined: 25 May 2003 Posts: 106 Location: Berkshire, UK
|
Posted: Wed Mar 03, 2004 8:54 pm Post subject: |
|
|
Oldish thread I know but I just had the same problem. Following a combination of your advice above fixed it - what I did was:
Code: | vi /etc/make.profiles/virtuals |
change:
Code: | virtuals net-mail/ssmtp |
to:
Code: | virtuals net-mail/postfix |
then:
Code: | emerge -C ssmtp
emerge postfix |
And ssmtp seems to be gone for good - yay!
Cheers,
Aaron _________________ #my gentoo farm |
|
Back to top |
|
|
|