PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Logiciels d'hébergement > mailing.postfix.users > Yet another "mail for smtp.me.com loops back to myself" Sorry...
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
Yet another "mail for smtp.me.com loops back to myself" Sorry...

Réponse
 
LinkBack Outils de la discussion
Vieux 22/04/2006, 01h48   #1
Bill Farina
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Yet another "mail for smtp.me.com loops back to myself" Sorry...

I hate to ask this since so many people have asked the same question before
and there are so many answers to the problem, but I've spent days on this
and nothing seems to work and I'm afraid that I'm going to make it
unfixable. It probably doesn't that I'm sitting in a lounge trying to
administer it remotely and it's really difficult to concentrate.

Basically, the local (ns)domain works fine and mail makes it through. I get
the error message from the virtual domains which share the same IP as my
primary (ns) domain.


ns# postconf -n
alias_maps = hash:/etc/mail/aliases
command_directory = /usr/local/sbin
config_directory = /usr/local/etc/postfix
daemon_directory = /usr/local/libexec/postfix
debug_peer_level = 2
html_directory = no
inet_interfaces = all
mail_owner = postfix
mailq_path = /usr/local/bin/mailq
manpage_directory = /usr/local/man
mydestination = me.com
mydomain = me.com
myhostname = smtp.me.com
myorigin = $myhostname
newaliases_path = /usr/local/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = no
relay_domains = $mydestination, /etc/mail/relay-domains
sample_directory = /usr/local/etc/postfix
sendmail_path = /usr/local/sbin/sendmail
setgid_group = maildrop
soft_bounce = yes
unknown_local_recipient_reject_code = 550
virtual_alias_domains = virtual1.org virtual2.com
virtual_alias_maps = hash:/etc/mail/virtual

>>maillog line<<


Apr 22 00:43:19 ns postfix/smtp[4111]: 68A83176235: to=<fred@smtp.me.com>,
orig_to=<cannon@virtual1.com>, relay=none, delay=1, status=SOFTBOUNCE (mail
for smtp.me.com loops back to myself)

If someone could take a look at it and see where I'm being an idiot, I'd
really appreciate it.

Bill


  Réponse avec citation
Vieux 22/04/2006, 04h34   #2
Greg Hackney
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Yet another "mail for smtp.me.com loops back to myself" Sorry...

Bill Farina wrote:
> I hate to ask this since so many people have asked the same question before
> and there are so many answers to the problem, but I've spent days on this
> and nothing seems to work and I'm afraid that I'm going to make it
> unfixable. It probably doesn't that I'm sitting in a lounge trying to
> administer it remotely and it's really difficult to concentrate.
>
> Basically, the local (ns)domain works fine and mail makes it through. I get
> the error message from the virtual domains which share the same IP as my
> primary (ns) domain.
>
>
> ns# postconf -n
> alias_maps = hash:/etc/mail/aliases
> command_directory = /usr/local/sbin
> config_directory = /usr/local/etc/postfix
> daemon_directory = /usr/local/libexec/postfix
> debug_peer_level = 2
> html_directory = no
> inet_interfaces = all
> mail_owner = postfix
> mailq_path = /usr/local/bin/mailq
> manpage_directory = /usr/local/man
> mydestination = me.com
> mydomain = me.com
> myhostname = smtp.me.com
> myorigin = $myhostname
> newaliases_path = /usr/local/bin/newaliases
> queue_directory = /var/spool/postfix
> readme_directory = no
> relay_domains = $mydestination, /etc/mail/relay-domains
> sample_directory = /usr/local/etc/postfix
> sendmail_path = /usr/local/sbin/sendmail
> setgid_group = maildrop
> soft_bounce = yes
> unknown_local_recipient_reject_code = 550
> virtual_alias_domains = virtual1.org virtual2.com
> virtual_alias_maps = hash:/etc/mail/virtual
>
>
>>>maillog line<<

>
>
> Apr 22 00:43:19 ns postfix/smtp[4111]: 68A83176235: to=<fred@smtp.me.com>,
> orig_to=<cannon@virtual1.com>, relay=none, delay=1, status=SOFTBOUNCE (mail
> for smtp.me.com loops back to myself)
>
> If someone could take a look at it and see where I'm being an idiot, I'd
> really appreciate it.
>
> Bill



mydestination = $myhostname, $mydomain, localhost

--
Greg



  Réponse avec citation
Vieux 22/04/2006, 05h14   #3
Bill Farina
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: Yet another "mail for smtp.me.com loops back to myself" Sorry...

For anyone interested, it worked perfectly, thanks again.


"Greg Hackney" <hackney@swbell.net> wrote in message
news:Bvh2g.4284$mu2.3121@newssvr24.news.prodigy.ne t...
> Bill Farina wrote:
>> I hate to ask this since so many people have asked the same question
>> before and there are so many answers to the problem, but I've spent days
>> on this and nothing seems to work and I'm afraid that I'm going to make
>> it unfixable. It probably doesn't that I'm sitting in a lounge
>> trying to administer it remotely and it's really difficult to
>> concentrate.
>>
>> Basically, the local (ns)domain works fine and mail makes it through. I
>> get the error message from the virtual domains which share the same IP as
>> my primary (ns) domain.
>>
>>
>> ns# postconf -n
>> alias_maps = hash:/etc/mail/aliases
>> command_directory = /usr/local/sbin
>> config_directory = /usr/local/etc/postfix
>> daemon_directory = /usr/local/libexec/postfix
>> debug_peer_level = 2
>> html_directory = no
>> inet_interfaces = all
>> mail_owner = postfix
>> mailq_path = /usr/local/bin/mailq
>> manpage_directory = /usr/local/man
>> mydestination = me.com
>> mydomain = me.com
>> myhostname = smtp.me.com
>> myorigin = $myhostname
>> newaliases_path = /usr/local/bin/newaliases
>> queue_directory = /var/spool/postfix
>> readme_directory = no
>> relay_domains = $mydestination, /etc/mail/relay-domains
>> sample_directory = /usr/local/etc/postfix
>> sendmail_path = /usr/local/sbin/sendmail
>> setgid_group = maildrop
>> soft_bounce = yes
>> unknown_local_recipient_reject_code = 550
>> virtual_alias_domains = virtual1.org virtual2.com
>> virtual_alias_maps = hash:/etc/mail/virtual
>>
>>
>>>>maillog line<<

>>
>>
>> Apr 22 00:43:19 ns postfix/smtp[4111]: 68A83176235:
>> to=<fred@smtp.me.com>, orig_to=<cannon@virtual1.com>, relay=none,
>> delay=1, status=SOFTBOUNCE (mail for smtp.me.com loops back to myself)
>>
>> If someone could take a look at it and see where I'm being an idiot, I'd
>> really appreciate it.
>>
>> Bill

>
>
> mydestination = $myhostname, $mydomain, localhost
>
> --
> Greg
>
>
>



  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 19h31.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, 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
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,09936 seconds with 11 queries