OVH Cloud OVH Cloud

[panther] smb et terminal et sendmail

18 réponses
Avatar
flytoxx
j'ai upgradé jaguar en panther et j'avoue que même sur un ibook G3 300
Mhz, ça n'a rie nà voir avec jaguar question réponse au finder.

Cependant, le terminal n'est plus le même, sendmail n'est plus (?), et
je ne peux plus me connecter comme avant au pc de mes parents !

argh
je partage ma connexion via ethernet pour le pc, et sendmail était
activé sosu jaguar mais na marche plus : est-ce normal ?

10 réponses

1 2
Avatar
nathalie_n
In article <061120032025097656%, flytoxx
wrote:

je partage ma connexion via ethernet pour le pc, et sendmail était
activé sosu jaguar mais na marche plus : est-ce normal ?


Oui, Sendmail n'est plus livré avec Panther, c'est Postfix maintenant

--
nathalie nicoletis

Avatar
patpro
In article <061120032025097656%,
flytoxx wrote:

je partage ma connexion via ethernet pour le pc, et sendmail était
activé sosu jaguar mais na marche plus : est-ce normal ?


sudo postfix start

patpro

Avatar
laurent.pertois
Matt wrote:

Oui car Sendmail a été remplacé par Postfix (lire Sendmail n'existe pas
sur 10.3).


Tss, tss, sendmail n'est plus livré par défaut, si tu as envie de te
faire mal tu peux toujours le recompiler ;-)

--
Politically Correct Unix - UTILITIES
The "touch" command has been removed from the standard distribution due
to its inappropriate use by high-level managers.

Avatar
laurent.pertois
patpro wrote:

sudo postfix start


La commande SystemStarter est plus propre mais exige de configurer
/etc/hostconfig auparavant :(

Enfin, comme ça Postfix est bien relancé à chaque démarrage :)

<http://www.opensource.apple.com/projects/documentation/howto/html/Syste
mStarter_HOWTO.html>

--
Politically Correct Unix - UTILITIES
The "touch" command has been removed from the standard distribution due
to its inappropriate use by high-level managers.

Avatar
laurent.pertois
Matt wrote:

Arrête d'enfiler les mouches, tout le monde a compris qu'il n'était plus
livré par défaut... ;)


Tss tss ;-)

--
Politically Correct Unix - UTILITIES
The "touch" command has been removed from the standard distribution due
to its inappropriate use by high-level managers.

Avatar
laurent.pertois
Matt wrote:

En laissant -MAILSERVER- sur -AUTOMATIC- ça le lance que quand on en a
besoin (si j'ai pas compris de travers ce que jkh expliqué).


Effectivement, ça a l'air d'être ça dans le script StartupItem de
Postfix, sur -AUTOMATIC- ça lance la commande postfix-watch :

elif [ "${MAILSERVER:=-NO-}" = "-AUTOMATIC-" ]; then
/usr/sbin/postfix-watch

--
Politically Correct Unix - UTILITIES
The "touch" command has been removed from the standard distribution due
to its inappropriate use by high-level managers.

Avatar
patpro
In article <1g4110b.p2xmf91japiwnN%,
(Laurent Pertois) wrote:

Matt wrote:

En laissant -MAILSERVER- sur -AUTOMATIC- ça le lance que quand on en a
besoin (si j'ai pas compris de travers ce que jkh expliqué).


Effectivement, ça a l'air d'être ça dans le script StartupItem de
Postfix, sur -AUTOMATIC- ça lance la commande postfix-watch :

elif [ "${MAILSERVER:=-NO-}" = "-AUTOMATIC-" ]; then
/usr/sbin/postfix-watch


haa hooo délire ça, bien vu apple (?). Les sources sont dispo pour
postfix-watch ?

au passage :

http://www.roadstead.com/weblog/index.php?entry=/Technology/postfix-watch
.txt


patpro


Avatar
laurent.pertois
patpro wrote:

haa hooo délire ça, bien vu apple (?). Les sources sont dispo pour
postfix-watch ?


Darwin ? Postfix ?

au passage :

http://www.roadstead.com/weblog/index.php?entry=/Technology/postfix-watch
.txt


Merci, très bien ça.

--
Politically Correct Unix - UTILITIES
The "touch" command has been removed from the standard distribution due
to its inappropriate use by high-level managers.

Avatar
nospam
patpro wrote:

haa hooo délire ça, bien vu apple (?). Les sources sont dispo pour
postfix-watch ?


Sans doute dans les sources de postfix.....

--
Jacques

Avatar
patpro
In article <1g4172f.poybp1im86xuN%,
(Laurent Pertois) wrote:

patpro wrote:

haa hooo délire ça, bien vu apple (?). Les sources sont dispo pour
postfix-watch ?


Darwin ? Postfix ?


postfix ca se saurait, je l'utilise depuis plus d'un an, et j'ai jamais
vu cette commande, ni dans les sources, ni dans le résultat compilé, ni
dans les mans.
D'ailleurs une recherche sur Google te montrera que ca n'existe pas en
dehors du monde apple.
Donc c'est peut etre Darwin. Je vais jeter un oeil sur le CVS.

http://www.roadstead.com/weblog/index.php?entry=/Technology/postfix-watch
.txt


Merci, très bien ça.


ouaip, justement en cherchant a en savoir plus sur postfix-watch.

Au passage, t'as reçu mon mail ? :)



patpro


1 2