View previous topic :: View next topic |
Author |
Message |
bemixam n00b
Joined: 03 Jul 2002 Posts: 62 Location: France (Paris)
|
Posted: Wed Sep 04, 2002 11:06 am Post subject: Configurer un serveur Qmail |
|
|
vous n avez pas un petit howto qui traine qqpart ?
parceque j ai pas du faire ce qu il fallait pour que ca fonctionne ... |
|
Back to top |
|
|
sergio Apprentice
Joined: 11 Jun 2002 Posts: 265 Location: Clermont Ferrand, France
|
|
Back to top |
|
|
bemixam n00b
Joined: 03 Jul 2002 Posts: 62 Location: France (Paris)
|
Posted: Wed Sep 04, 2002 11:47 pm Post subject: |
|
|
merci bien, je vais y jeter un oeil ! |
|
Back to top |
|
|
sly n00b
Joined: 04 Sep 2002 Posts: 7 Location: Melbourne
|
Posted: Thu Sep 05, 2002 6:02 am Post subject: |
|
|
Bon courage
c'est plutot pas mal obscur Qmail et n'est pas GNU GPL malheureusement ...
Mais sinon, ca marche bien... |
|
Back to top |
|
|
meyerm Veteran
Joined: 27 Jun 2002 Posts: 1311 Location: Munich / Germany
|
Posted: Thu Sep 05, 2002 4:08 pm Post subject: |
|
|
sly wrote: | c'est plutot pas mal obscur Qmail et n'est pas GNU GPL malheureusement ... |
Je pense que ce parce que tu doit compiler (quel est le mot francais?) avec quelque atributs de securite. Et si qmail serrait GPL les distributeurs ne pourraient pas livrer un "bon qmail" compilee? Alors distributer le code est mieux. (je devine seulement ) |
|
Back to top |
|
|
bemixam n00b
Joined: 03 Jul 2002 Posts: 62 Location: France (Paris)
|
Posted: Sun Sep 08, 2002 5:10 pm Post subject: |
|
|
bon alors j ai emerge qmail ... j ai bricole un peu ....
ca tourne ... c est a dire que ca envoie bien des mails vers l exterieur mais aussi aux users de la machine.
il me reste un probleme ( et pas le moindre ) je ne peux pas recuperer les mails a partir d une autre machine. ( ni en envoyer d ailleurs )
Code: |
zero => machine cliente
silverfuck => serveur de mail ( 192.168.0.1 )
bemixam@zero mnt $ telnet 192.168.0.1 110
Trying 192.168.0.1...
telnet: Unable to connect to remote host: Connection refused
bemixam@zero mnt $ telnet 192.168.0.1 25
Trying 192.168.0.1...
telnet: Unable to connect to remote host: Connection refused
root@silverfuck bemixam # iptables -L
Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
root@silverfuck bemixam # cat /etc/xinetd.d/ipop3
# default: off
# $Header: /home/cvsroot/gentoo-x86/net-mail/uw-imap/files/uw-ipop3.xinetd,v 1.2 2002/06/07 02:01:38 woodchip Exp $
# description: The POP3 service allows remote users to access their mail \
# using an POP3 client such as Netscape Communicator, mutt, \
# or fetchmail.
service pop-3
{
socket_type = stream
wait = no
user = root
server = /var/qmail/bin/qmail-popup qmail-popup silverfuck.toto.org /bin/checkpassword /var/qmail/bin/qmail-pop3d Maildir
log_on_success += USERID
log_on_failure += USERID
disable = no
}
root@silverfuck bemixam # ps -aux | grep qmail
qmails 4960 0.0 0.1 1372 376 pts/2 S 18:57 0:00 qmail-send
qmaill 4961 0.0 0.2 1336 444 pts/2 S 18:57 0:00 splogger qmail
root 4962 0.0 0.1 1340 324 pts/2 S 18:57 0:00 qmail-lspawn ./Ma
qmailr 4963 0.0 0.1 1336 320 pts/2 S 18:57 0:00 qmail-rspawn
qmailq 4964 0.0 0.1 1320 328 pts/2 S 18:57 0:00 qmail-clean
root 4973 0.0 0.2 1428 448 pts/2 R 19:08 0:00 grep qmail
|
a l origine la ligne server de /etc/xinetd.d/ipop3 etait "/usr/sbin/ipop3d"
mais ca ne fonctionnait pas plus
une idee pour faire fonctionner ca ? |
|
Back to top |
|
|
arlequin l33t
Joined: 16 Nov 2002 Posts: 707 Location: grep $USER /etc/passwd | cut -d':' -f6
|
Posted: Sat Nov 16, 2002 5:33 pm Post subject: |
|
|
On utilise pas 'tcpserver' avec 'recordio' d'habitude pour que ça marche avec xinetd ? essaye, si mes souvenirs sont bons, je l'avais fait comme ça et ça gazé à mort
De plus tu peux jeter un coup d'oeil sur la doc de lea-linux.org et toolinux.com... _________________ J'vous dis ciao !
Au fait, ciao ça veut dire bye en anglais. |
|
Back to top |
|
|
|