Current time: 05-27-2024, 09:27 AM Hello There, Guest! (LoginRegister)


Post Reply 
Can't receive emails.
Author Message
rikki_max Offline


Posts: 2
Joined: Mar 2009
Reputation: 0
Post: #1
Can't receive emails.
Hello I can send emails to remote destinations but I cannot receive emails.

mail.log error:
Mar 15 16:17:00 host postfix/smtpd[22929]: connect from web36703.mail.mud.yahoo.com[209.191.85.37]
Mar 15 16:17:02 host postfix/smtpd[22929]: 26F063FA923: client=web36703.mail.mud.yahoo.com[209.191.85.37]
Mar 15 16:17:02 host postfix/cleanup[22932]: 26F063FA923: message-id=<744518.56437.qm@web36703.mail.mud.yahoo.com>
Mar 15 16:17:02 host postfix/qmgr[21886]: 26F063FA923: from=<rikki_max@yahoo.com>, size=4058, nrcpt=1 (queue active)
Mar 15 16:17:02 host postfix/trivial-rewrite[22937]: warning: do not list domain rikkimaxfbc.compress.to in BOTH mydestination and virtual_mailbox_domains
Mar 15 16:17:02 host postfix/local[22938]: 26F063FA923: to=<rikki@rikkimaxfbc.compress.to>, relay=local, delay=1.5, delays=1.5/0.01/0/0.01, dsn=5.1.1, status=bounced (unknown user: "rikki")
Mar 15 16:17:02 host postfix/cleanup[22932]: EA9CB3FA925: message-id=<20090315031702.EA9CB3FA925@rikkimaxfbc.compress.to>
Mar 15 16:17:02 host postfix/bounce[22939]: 26F063FA923: sender non-delivery notification: EA9CB3FA925
Mar 15 16:17:02 host postfix/qmgr[21886]: EA9CB3FA925: from=<>, size=5903, nrcpt=1 (queue active)
Mar 15 16:17:02 host postfix/qmgr[21886]: 26F063FA923: removed
Mar 15 16:17:03 host postfix/smtpd[22929]: disconnect from web36703.mail.mud.yahoo.com[209.191.85.37]

postfix main.cf:
#
# ispCP ω (OMEGA) a Virtual Hosting Control System
#
# @copyright 2001-2006 by moleSoftware GmbH
# @copyright 2006-2008 by ispCP | http://isp-control.net
# @version SVN: $Id$
# @link http://isp-control.net
# @author ispCP Team
#
# @license
# This program is free software; you can redistribute it and/or modify it under
# the terms of the MPL General Public License as published by the Free Software
# Foundation; either version 1.1 of the License, or (at your option) any later
# version.
# You should have received a copy of the MPL Mozilla Public License along with
# this program; if not, write to the Open Source Initiative (OSI)
# http://opensource.org | osi@opensource.org
#
################################################################################​

# 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 = rikkimaxfbc.compress.to
mydomain = rikkimaxfbc.compress.to
myorigin = $myhostname

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

# Receiving messages parameters
mydestination = $myhostname, $mydomain
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 = 1001
virtual_uid_maps = static:1001
virtual_gid_maps = static:8

# SASL paramters
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
broken_sasl_auth_clients = 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_unlisted_recipient permit_inet_interfaces permit_mx_backup check_relay_domains

smtpd_data_restrictions = reject_multi_recipient_bounce,
reject_unauth_pipelining

# TLS parameters; activate, if avaible/used
#smtpd_use_tls = yes
#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_bounce = yes
allow_untrusted_routing = yes

Any ideas?

Thanks rikki.
I have done some tests and it seems that it is not mapping the users so e.g.
rikki@rikkimaxfbc.compress.to does not exist but yet in ispcp it does.

So I may have figured out why but on the other hand I dont feel like learning out how ispcp does everything to fix it.
(This post was last modified: 03-15-2009 02:00 PM by rikki_max.)
03-15-2009 01:30 PM
Find all posts by this user Quote this message in a reply
rikki_max Offline


Posts: 2
Joined: Mar 2009
Reputation: 0
Post: #2
RE: Can't receive emails.
I have done another test and it so far seems that rikkimaxfbc.compress.to as off being the default domain is not being able to be mapped to!
SOLVED it was simple.
Becouse I couldn't use the domain rikkimaxfbc.compress.to as it was the default in all the config.
I deleted it and made another site which users a different domain BUT it users a alias for the domain so it works!

That worked but only for web sites.
Thinking about a creating a subdomain to go by and swapping domains.
Didn't need to.
In webmin I created a master zone but the server is the other domain fbc.mefound.com so in a way it was simply forwarding everything. But unfortunately it isn't using the users just the unix ones so im gonna do some alias changing.

So it is SOLVED partly
(This post was last modified: 03-15-2009 02:57 PM by rikki_max.)
03-15-2009 02:39 PM
Find all posts by this user Quote this message in a reply
Post Reply 


Forum Jump:


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