Current time: 04-25-2024, 06:50 PM Hello There, Guest! (LoginRegister)


Post Reply 
Problème pour la reception de mail
Author Message
Kenny Offline


Posts: 2
Joined: Jun 2011
Reputation: 0
Post: #1
Problème pour la reception de mail
Bonjour à tous,

Voila j'ai installer le panel ISPCP sur un serveur dédié Digicube, et je n'arrive pas à recevoir des mails,

Pourtant le panel fonctionnait parfaitement quand j'étais chez OVH.

Voici les logs quand j'essaye d'envoyé un email sur une adresse email installée sur mon serveur :

Code:
root@monserveur:~# tail -f -n0 /var/log/mail.log
Jun 12 12:00:04 monserveur postfix/smtpd[7161]: connect from mail-yi0-f45.google.com[209.85.218.45]
Jun 12 12:00:05 monserveur postfix/trivial-rewrite[7331]: warning: do not list domain mondomaine.org in BOTH mydestination and virtual_mailbox_domains
Jun 12 12:00:05 monserveur postfix/policyd-weight[1581]: decided action=PREPEND X-policyd-weight: using cached result; rate: -8.3; <client=209.85.218.45> <helo=mail-yi0-f45.google.com> <from=kenny@gmail.com> <to=kenny1234@mondomaine.org>; delay: 0s
Jun 12 12:00:05 monserveur postgrey[1339]: action=pass, reason=client whitelist, client_name=mail-yi0-f45.google.com, client_address=209.85.218.45, sender=kenny@gmail.com, recipient=kenny1234@mondomaine.org
Jun 12 12:00:05 monserveur postgrey[1339]: cleaning up old logs...
Jun 12 12:00:05 monserveur postfix/smtpd[7161]: CB48A3407A5: client=mail-yi0-f45.google.com[209.85.218.45]
Jun 12 12:00:06 monserveur postfix/cleanup[7874]: CB48A3407A5: message-id=<BANLkTikKn5Jmdzfq1A8aU7gMciiN-fN08A@mail.gmail.com>
Jun 12 12:00:06 monserveur postfix/qmgr[1739]: CB48A3407A5: from=<kenny@gmail.com>, size=1629, nrcpt=1 (queue active)
Jun 12 12:00:06 monserveur postfix/trivial-rewrite[7331]: warning: do not list domain mondomaine.org in BOTH mydestination and virtual_mailbox_domains
Jun 12 12:00:06 monserveur postfix/local[8096]: CB48A3407A5: to=<kenny1234@mondomaine.org>, relay=local, delay=1.2, delays=1.1/0.04/0/0.03, dsn=5.1.1, status=bounced (unknown user: "kenny")
Jun 12 12:00:06 monserveur postfix/cleanup[7874]: 263BA3407A7: message-id=<20110612100006.263BA3407A7@mondomaine.org>
Jun 12 12:00:06 monserveur postfix/bounce[8115]: CB48A3407A5: sender non-delivery notification: 263BA3407A7
Jun 12 12:00:06 monserveur postfix/qmgr[1739]: 263BA3407A7: from=<>, size=3376, nrcpt=1 (queue active)
Jun 12 12:00:06 monserveur postfix/qmgr[1739]: CB48A3407A5: removed
Jun 12 12:00:08 monserveur postfix/smtp[8131]: 263BA3407A7: to=<kenny@gmail.com>, relay=gmail-smtp-in.l.google.com[209.85.227.27]:25, delay=1.9, delays=0.01/0.02/0.43/1.4, dsn=2.0.0, status=sent (250 2.0.0 OK 1307872814 z9si10587999wec.15)
Jun 12 12:00:08 monserveur postfix/qmgr[1739]: 263BA3407A7: removed

Merci à tous pour votre aide
06-12-2011 08:05 PM
Find all posts by this user Quote this message in a reply
sumfvm Offline
Junior Member
*

Posts: 30
Joined: May 2011
Reputation: 0
Post: #2
RE: Problème pour la reception de mail
Bonjour,

C'est possible de voir votre main.cf, sans ça, ça va être difficile de vous aider.
06-12-2011 09:42 PM
Find all posts by this user Quote this message in a reply
Kenny Offline


Posts: 2
Joined: Jun 2011
Reputation: 0
Post: #3
RE: Problème pour la reception de mail
Le voici
Code:
# ispCP ω (OMEGA) a Virtual Hosting Control Panel
# Copyright (C) 2001-2006 by moleSoftware GmbH - http://www.molesoftware.com
# Copyright (C) 2006-2010 by isp Control Panel - http://ispcp.net
#
# Version: $Id: main.cf 3422 2010-10-07 13:32:14Z nuxwin $
#
# The contents of this file are subject to the Mozilla Public License
# Version 1.1 (the "License"); you may not use this file except in
# compliance with the License. You may obtain a copy of the License at
# http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS"
# basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
# License for the specific language governing rights and limitations
# under the License.
#
# The Original Code is "VHCS - Virtual Hosting Control System".
#
# The Initial Developer of the Original Code is moleSoftware GmbH.
# Portions created by Initial Developer are Copyright (C) 2001-2006
# by moleSoftware GmbH. All Rights Reserved.
# Portions created by the ispCP Team are Copyright (C) 2006-2010 by
# isp Control Panel. All Rights Reserved.
#
# The ispCP ω Home Page is:
#
#    http://isp-control.net
#

# Postfix directory settings; These are critical for normal Postfix MTA functionallity
command_directory            = /usr/sbin
daemon_directory             = /usr/lib/postfix

# Some common configuration parameters
inet_interfaces              = all
mynetworks_style             = host

myhostname                   = mondomaine.org
mydomain                     = mondomaine.org.local
myorigin                     = $myhostname

smtpd_banner                 = $myhostname ESMTP ispCP 1.0.7 OMEGA Managed
setgid_group                 = postdrop

# Receiving messages parameters
mydestination                = mondomaine.org
append_dot_mydomain          = no
append_at_myorigin           = yes
local_transport              = local
virtual_transport            = virtual
transport_maps               = hash:/etc/postfix/ispcp/transport
alias_maps                   = hash:/etc/aliases
alias_database               = hash:/etc/aliases

# Delivering local messages parameters
mail_spool_directory         = /var/mail

# Mailboxquota
# => 0 for unlimited
# => 104857600 for 100 MB
mailbox_size_limit           = 0
mailbox_command              = procmail -a "$EXTENSION"

# Message size limit
# => 0 for unlimited
# => 104857600 for 100 MB
message_size_limit           = 0

biff                         = no
recipient_delimiter          = +

local_destination_recipient_limit = 1
local_recipient_maps         = unix:passwd.byname $alias_database

# ispCP Autoresponder parameters
ispcp-arpl_destination_recipient_limit = 1

# Delivering virtual messages parameters
virtual_mailbox_base         = /var/mail/virtual
virtual_mailbox_limit        = 0

virtual_mailbox_domains      = hash:/etc/postfix/ispcp/domains
virtual_mailbox_maps         = hash:/etc/postfix/ispcp/mailboxes

virtual_alias_maps           = hash:/etc/postfix/ispcp/aliases

virtual_minimum_uid          = 1000
virtual_uid_maps             = static:1000
virtual_gid_maps             = static:8

# SASL paramters
smtpd_sasl_auth_enable       = yes
smtpd_sasl_security_options  = noanonymous
smtpd_sasl_local_domain      =
broken_sasl_auth_clients     = yes

smtpd_helo_required          = yes

smtpd_helo_restrictions      = permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_invalid_helo_hostname,
                               reject_non_fqdn_helo_hostname

smtpd_sender_restrictions    = reject_non_fqdn_sender,
                               reject_unknown_sender_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated

smtpd_recipient_restrictions = reject_non_fqdn_recipient,
                               reject_unknown_recipient_domain,
                               permit_mynetworks,
                               permit_sasl_authenticated,
                               reject_unauth_destination,
                               reject_unlisted_recipient,
                               check_policy_service inet:127.0.0.1:12525,
                               check_policy_service inet:127.0.0.1:10023,
                               permit

smtpd_data_restrictions      = reject_multi_recipient_bounce,
                               reject_unauth_pipelining

# TLS parameters; activate, if avaible/used
#smtpd_tls_security_level    = may
#smtpd_tls_loglevel          = 2
#smtpd_tls_cert_file         = /etc/postfix/cert.pem
#smtpd_tls_key_file          = /etc/postfix/privkey.pem
#smtpd_tls_auth_only         = no
#smtpd_tls_received_header   = yes

# AMaViS parameters; activate, if available/used
#content_filter               = amavis:[127.0.0.1]:10024

# Quota support; activate, if available/used
#virtual_create_maildirsize     = yes
#virtual_mailbox_extended       = yes
#virtual_mailbox_limit_maps     = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
#virtual_mailbox_limit_override = yes
#virtual_maildir_limit_message  = "The user you're trying to reach is over mailbox quota."
#virtual_overquota_bounc

Merci d'avance[/align]
06-13-2011 08:51 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)