sendmail setup in fedora core 6

Rodolfo Alcazar Portillo rodolfo.alcazar at padep.org.bo
Thu Jul 12 11:41:19 UTC 2007


Am Mittwoch, den 11.07.2007, 23:04 +0200 schrieb Thomas Schweikle:
> Hi!
> 
> Leider finde ich keine Dokumentation, wie Sendmail in Fedora Core 6
> konfiguriert wird. Gibt es dazu eine Dokumentation? Wenn ja, wo?

Thomas,

Ich habe meine eigene howto (serh einfach), habe fuer FC4 geschrieben. 
Vielleicht hilft es dir, hoffe meine uebersatzung richtig ist (ich 
lerne Deutsch gerade). 

SMTP server mit Sendmail
========================

# yum install sendmail-cf
# cd /etc/mail/

# vi sendmail.mc

Dieses 3 linien sind nicht wichtig:
------
Abnehmen die Kommentar (dnl):
dnl define(`confAUTH_OPTIONS', `A p')dnl
dnl TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
dnl define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
------

Kommentieren (stellen 'dnl' am anfang):
DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl

so:
dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA')dnl


Bilden die sendmail configuration dateien:
# m4 sendmail.mc > sendmail.cf

Addieren domains:
# echo meinedomain.org.bo >> local-host-names

Addieren die Netze davon SMTP mail akkeptiert:
# echo 10.0.0 RELAY >> access

Restart service!

# service sendmail restart

Wenn du brauchst:

Pop3 server mit Dovecot
=======================

# yum -y install dovecot
# service dovecot start
# chkconfig dovecot on

Konfigurieren outlook/evolution kontos. Fertig.

Viel Glueck!
----------------------------------------------
Rodolfo Alcazar - rodolfo.alcazar at padep.org.bo
591-70656800, -22417628, LA PAZ, BOLIVIA
otbits.blogspot.com / counter.li.org: #367962
----------------------------------------------
- Save my friends! And Zoidberg!
Bender





More information about the Fedora-de-list mailing list