PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Serveur - Sécurité et techniques > linux.debian.user > Set up postfix
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
linux.debian.user debian-user@lists.debian.org.

Set up postfix

Réponse
 
LinkBack Outils de la discussion
Vieux 07/08/2007, 09h40   #1
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Set up postfix

Hey,

I'm trying to follow the tutorial from http://workaround.org/articles/ispmail-etch
to set up the postfix. dpkg -l | grep postfix gives me the following
information:

LIJIANG:~# dpkg -l | grep postfix
ii postfix 2.3.8-2+b1 A
high-performance mail transport agent
ii postfix-mysql 2.3.8-2+b1
MYSQL map support for Postfix

But ps aux | grep postfix tells me there's no process called postfix
running. Even after /etc/init.d/postfix restart I got the same result.
The /var/log/mail.log tells me the following information:

Aug 7 23:02:19 woody sm-mta[24462]: l77DqINI023401: SYSERR(root):
hash map "Alias0": missing map file /etc/mail/aliases.db: No such file
or directory

Then I tried to use telnet to test by entering telnet 127.0.0.1 25 and
it gives me the below result:

LIJIANG:~# telnet 127.0.0.1 25
Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
220 ;; ESMTP connection timed out; no servers could be reached
Sendmail 8.13.8/8.13.8/Debian-3; Tue, 7 Aug 2007 23:09:18 +0800; (No
UCE/UBE) logging access from: woody.2ndsite.in(OK)-root@woody.
2ndsite.in [127.0.0.1]
ehlo 2ndsite.in
250-;; connection timed out; no servers could be reached Hello
root@woody.2ndsite.in [127.0.0.1], pleased to meet you
250 ENHANCEDSTATUSCODES


Can any of you me to correctly set up the postfix please?

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 07/08/2007, 18h50   #2
Wayne Topa
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Set up postfix

rocky(rocky2winnie@gmail.com) is reported to have said:
> Hey,
>
> I'm trying to follow the tutorial from http://workaround.org/articles/ispmail-etch
> to set up the postfix. dpkg -l | grep postfix gives me the following
> information:
>

I am following the same Tutorial, along with other things, and am at
the virtual alias maps section. I do not have the problems you show
below.


How far into the Tutorial are you when you got the below messages?

> LIJIANG:~# dpkg -l | grep postfix
> ii postfix 2.3.8-2+b1 A
> high-performance mail transport agent
> ii postfix-mysql 2.3.8-2+b1
> MYSQL map support for Postfix

Mine are newer

postfix & postfix-mysql 2.4.3-1

but the below coments "should" still be valid.


> But ps aux | grep postfix tells me there's no process called postfix
> running. Even after /etc/init.d/postfix restart I got the same result.
> The /var/log/mail.log tells me the following information:
>
> Aug 7 23:02:19 woody sm-mta[24462]: l77DqINI023401: SYSERR(root):
> hash map "Alias0": missing map file /etc/mail/aliases.db: No such file

^^^^ ????
> or directory
>

Do you have a file called /etc/aliases? What is in it?
Check out the postalias man page. man postalias

I am adapting the Tutorial to testing so this may not mean anything,
but at the point I am in the tutorial, I do not have a
/etc/mail/aliases.db file either.

Greping for "aliases" in the /etc/postfiix dir, I only come up with
/etc/aliases in the main.cf file. I do have an aliases and a
aliases.db file, but in /etc/.

> Then I tried to use telnet to test by entering telnet 127.0.0.1 25 and
> it gives me the below result:
>
> LIJIANG:~# telnet 127.0.0.1 25
> Trying 127.0.0.1...
> Connected to 127.0.0.1.
> Escape character is '^]'.
> 220 ;; ESMTP connection timed out; no servers could be reached
> Sendmail 8.13.8/8.13.8/Debian-3; Tue, 7 Aug 2007 23:09:18 +0800; (No
> UCE/UBE) logging access from: woody.2ndsite.in(OK)-root@woody.
> 2ndsite.in [127.0.0.1]
> ehlo 2ndsite.in
> 250-;; connection timed out; no servers could be reached Hello
> root@woody.2ndsite.in [127.0.0.1], pleased to meet you
> 250 ENHANCEDSTATUSCODES
>
>
> Can any of you me to correctly set up the postfix please?


Wayne

--
Every program is a part of some other program, and rarely fits.
__________________________________________________ _____


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/08/2007, 10h20   #3
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Set up postfix

On Aug 8, 12:50 am, Wayne Topa <linux...@intergate.com> wrote:
> rocky(rocky2win...@gmail.com) is reported to have said:> Hey,
>
> > I'm trying to follow the tutorial fromhttp://workaround.org/articles/ispmail-etch
> > to set up the postfix. dpkg -l | grep postfix gives me the following
> > information:

>
> I am following the same Tutorial, along with other things, and am at
> the virtual alias maps section. I do not have the problems you show
> below.
>
> How far into the Tutorial are you when you got the below messages?
>
> > LIJIANG:~# dpkg -l | grep postfix
> > ii postfix 2.3.8-2+b1 A
> > high-performance mail transport agent
> > ii postfix-mysql 2.3.8-2+b1
> > MYSQL map support for Postfix

>
> Mine are newer
>
> postfix & postfix-mysql 2.4.3-1
>
> but the below coments "should" still be valid.
>
> > But ps aux | grep postfix tells me there's no process called postfix
> > running. Even after /etc/init.d/postfix restart I got the same result.
> > The /var/log/mail.log tells me the following information:

>
> > Aug 7 23:02:19 woody sm-mta[24462]: l77DqINI023401: SYSERR(root):
> > hash map "Alias0": missing map file /etc/mail/aliases.db: No such file

>
> ^^^^ ????> or directory
>
> Do you have a file called /etc/aliases? What is in it?
> Check out the postalias man page. man postalias
>
> I am adapting the Tutorial to testing so this may not mean anything,
> but at the point I am in the tutorial, I do not have a
> /etc/mail/aliases.db file either.
>
> Greping for "aliases" in the /etc/postfiix dir, I only come up with
> /etc/aliases in the main.cf file. I do have an aliases and a
> aliases.db file, but in /etc/.
>
>
>
> > Then I tried to use telnet to test by entering telnet 127.0.0.1 25 and
> > it gives me the below result:

>
> > LIJIANG:~# telnet 127.0.0.1 25
> > Trying 127.0.0.1...
> > Connected to 127.0.0.1.
> > Escape character is '^]'.
> > 220 ;; ESMTP connection timed out; no servers could be reached
> > Sendmail 8.13.8/8.13.8/Debian-3; Tue, 7 Aug 2007 23:09:18 +0800; (No
> > UCE/UBE) logging access from: woody.2ndsite.in(OK)-root@woody.
> > 2ndsite.in [127.0.0.1]
> > ehlo 2ndsite.in
> > 250-;; connection timed out; no servers could be reached Hello
> > r...@woody.2ndsite.in [127.0.0.1], pleased to meet you
> > 250 ENHANCEDSTATUSCODES

>
> > Can any of you me to correctly set up the postfix please?

>
> Wayne
>
> --
> Every program is a part of some other program, and rarely fits.
> __________________________________________________ _____
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Hey Thank you very much for your reply! I reinstalled the postfix on
my machine again. But it still not work out. I still got the error
stated above. can any of you me out please?

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/08/2007, 10h20   #4
rocky
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Set up postfix

On Aug 8, 12:50 am, Wayne Topa <linux...@intergate.com> wrote:
> rocky(rocky2win...@gmail.com) is reported to have said:> Hey,
>
> > I'm trying to follow the tutorial fromhttp://workaround.org/articles/ispmail-etch
> > to set up the postfix. dpkg -l | grep postfix gives me the following
> > information:

>
> I am following the same Tutorial, along with other things, and am at
> the virtual alias maps section. I do not have the problems you show
> below.
>
> How far into the Tutorial are you when you got the below messages?
>
> > LIJIANG:~# dpkg -l | grep postfix
> > ii postfix 2.3.8-2+b1 A
> > high-performance mail transport agent
> > ii postfix-mysql 2.3.8-2+b1
> > MYSQL map support for Postfix

>
> Mine are newer
>
> postfix & postfix-mysql 2.4.3-1
>
> but the below coments "should" still be valid.
>
> > But ps aux | grep postfix tells me there's no process called postfix
> > running. Even after /etc/init.d/postfix restart I got the same result.
> > The /var/log/mail.log tells me the following information:

>
> > Aug 7 23:02:19 woody sm-mta[24462]: l77DqINI023401: SYSERR(root):
> > hash map "Alias0": missing map file /etc/mail/aliases.db: No such file

>
> ^^^^ ????> or directory
>
> Do you have a file called /etc/aliases? What is in it?
> Check out the postalias man page. man postalias
>
> I am adapting the Tutorial to testing so this may not mean anything,
> but at the point I am in the tutorial, I do not have a
> /etc/mail/aliases.db file either.
>
> Greping for "aliases" in the /etc/postfiix dir, I only come up with
> /etc/aliases in the main.cf file. I do have an aliases and a
> aliases.db file, but in /etc/.
>
>
>
> > Then I tried to use telnet to test by entering telnet 127.0.0.1 25 and
> > it gives me the below result:

>
> > LIJIANG:~# telnet 127.0.0.1 25
> > Trying 127.0.0.1...
> > Connected to 127.0.0.1.
> > Escape character is '^]'.
> > 220 ;; ESMTP connection timed out; no servers could be reached
> > Sendmail 8.13.8/8.13.8/Debian-3; Tue, 7 Aug 2007 23:09:18 +0800; (No
> > UCE/UBE) logging access from: woody.2ndsite.in(OK)-root@woody.
> > 2ndsite.in [127.0.0.1]
> > ehlo 2ndsite.in
> > 250-;; connection timed out; no servers could be reached Hello
> > r...@woody.2ndsite.in [127.0.0.1], pleased to meet you
> > 250 ENHANCEDSTATUSCODES

>
> > Can any of you me to correctly set up the postfix please?

>
> Wayne
>
> --
> Every program is a part of some other program, and rarely fits.
> __________________________________________________ _____
>
> --
> To UNSUBSCRIBE, email to debian-user-REQU...@lists.debian.org
> with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org


Hey Thank you very much for your reply! I reinstalled the postfix on
my machine again. But it still not work out. I still got the error
stated above. can any of you me out please?

Blessings,
Rocky


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/08/2007, 16h10   #5
Wayne Topa
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Set up postfix

rocky(rocky2winnie@gmail.com) is reported to have said:
> On Aug 8, 12:50 am, Wayne Topa <linux...@intergate.com> wrote:
> > rocky(rocky2win...@gmail.com) is reported to have said:> Hey,
> >

<--<snip>-->
> >
> > How far into the Tutorial are you when you got the below messages?
> >

<--<snip>-->

> > > Aug 7 23:02:19 woody sm-mta[24462]: l77DqINI023401: SYSERR(root):
> > > hash map "Alias0": missing map file /etc/mail/aliases.db: No such file

> >
> > ^^^^ ????> or directory
> >
> > Do you have a file called /etc/aliases? What is in it?
> > Check out the postalias man page. man postalias
> >
> > I am adapting the Tutorial to testing so this may not mean anything,
> > but at the point I am in the tutorial, I do not have a
> > /etc/mail/aliases.db file either.
> >
> > Greping for "aliases" in the /etc/postfiix dir, I only come up with
> > /etc/aliases in the main.cf file. I do have an aliases and a
> > aliases.db file, but in /etc/.
> >

<--<snip>-->
>
> Hey Thank you very much for your reply! I reinstalled the postfix on
> my machine again. But it still not work out. I still got the error
> stated above. can any of you me out please?


Not if you keep asking for and don't answer any of the questions
asked you. You can only get if you can give more information.


Good luck, bye.

Wayne

--
Computers make very fast, very accurate mistakes.
__________________________________________________ _____


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Vieux 08/08/2007, 16h10   #6
Wayne Topa
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Set up postfix

rocky(rocky2winnie@gmail.com) is reported to have said:
> On Aug 8, 12:50 am, Wayne Topa <linux...@intergate.com> wrote:
> > rocky(rocky2win...@gmail.com) is reported to have said:> Hey,
> >

<--<snip>-->
> >
> > How far into the Tutorial are you when you got the below messages?
> >

<--<snip>-->

> > > Aug 7 23:02:19 woody sm-mta[24462]: l77DqINI023401: SYSERR(root):
> > > hash map "Alias0": missing map file /etc/mail/aliases.db: No such file

> >
> > ^^^^ ????> or directory
> >
> > Do you have a file called /etc/aliases? What is in it?
> > Check out the postalias man page. man postalias
> >
> > I am adapting the Tutorial to testing so this may not mean anything,
> > but at the point I am in the tutorial, I do not have a
> > /etc/mail/aliases.db file either.
> >
> > Greping for "aliases" in the /etc/postfiix dir, I only come up with
> > /etc/aliases in the main.cf file. I do have an aliases and a
> > aliases.db file, but in /etc/.
> >

<--<snip>-->
>
> Hey Thank you very much for your reply! I reinstalled the postfix on
> my machine again. But it still not work out. I still got the error
> stated above. can any of you me out please?


Not if you keep asking for and don't answer any of the questions
asked you. You can only get if you can give more information.


Good luck, bye.

Wayne

--
Computers make very fast, very accurate mistakes.
__________________________________________________ _____


--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 05h22.


Édité par : vBulletin®
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières ©2000-2008
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,17855 seconds with 14 queries