Current time: 04-27-2024, 03:00 AM Hello There, Guest! (LoginRegister)


Thread Closed 
Cannot send or receive email ('Message not sent. Server replied:)
Author Message
Numicus Offline
Junior Member
*

Posts: 19
Joined: Mar 2008
Reputation: 0
Post: #11
RE: Cannot send or receive email ('Message not sent. Server replied:)
Hereby


Attached File(s)
.txt  mail.warn.txt (Size: 1.73 KB / Downloads: 5)
.txt  mail.err.txt (Size: 356 bytes / Downloads: 3)
03-12-2008 07:58 PM
Find all posts by this user
Numicus Offline
Junior Member
*

Posts: 19
Joined: Mar 2008
Reputation: 0
Post: #12
RE: Cannot send or receive email ('Message not sent. Server replied:)
ispCP:
ispCP 1.0rc3 OMEGA
build: 2008-02-06
Priamos

Postconf:
Code:
alias_database = hash:/etc/aliases
append_at_myorigin = yes
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
inet_interfaces = all
local_destination_recipient_limit = 1
local_recipient_maps = unix:passwd.byname $alias_database
local_transport = local
mail_spool_directory = /var/mail
mailbox_command = procmail -a "$EXTENSION"
mailbox_size_limit = 0
mydestination = $myhostname, $mydomain
mydomain = zennid.nl
myhostname = srv015-stb
mynetworks_style = host
myorigin = $myhostname
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP ispCP 1.0 Priamos Managed 1.0.0 RC3 OMEGA
smtpd_data_restrictions = reject_multi_recipient_bounce,                                                                            
       reject_unauth_pipelining
smtpd_helo_required = yes
smtpd_helo_restrictions = permit_mynetworks,
       permit_sasl_authenticated,
       reject_invalid_helo_hostname,
       reject_non_fqdn_helo_hostname
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:60000,
       permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous, noplaintext
smtpd_sender_restrictions = reject_non_fqdn_sender,                                                                      
       reject_unknown_sender_domain,
       permit_mynetworks,
       permit_sasl_authenticated
transport_maps = hash:/etc/postfix/ispcp/transport
virtual_alias_maps = hash:/etc/postfix/ispcp/aliases
virtual_gid_maps = static:8
virtual_mailbox_base = /var/mail/virtual
virtual_mailbox_domains = hash:/etc/postfix/ispcp/domains
virtual_mailbox_limit = 0
virtual_mailbox_maps = hash:/etc/postfix/ispcp/mailboxes
virtual_minimum_uid = 2008
virtual_transport = virtual
virtual_uid_maps = static:2008
Version:
(This post was last modified: 03-12-2008 08:07 PM by joximu.)
03-12-2008 08:00 PM
Find all posts by this user
elitepilot Offline
Member
***

Posts: 352
Joined: Feb 2008
Reputation: 0
Post: #13
RE: Cannot send or receive email ('Message not sent. Server replied:)
do you have fresh installed ispcp and then error comes up?

what do you change?

do you use amavis or something?
03-12-2008 08:04 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #14
RE: Cannot send or receive email ('Message not sent. Server replied:)
Some tipps, but they might not be the problem here:

take care about the gid and uid for user vmail in main.cf.
Don't use values above 2000 - it mayy lead to problems with ispCP when creating the 8th customer...

$myhost is not a fqdn,
$mydomain: you don't want to use this domain name as a customer domain name?

but this has nothing to do with the SASL thing...
03-12-2008 08:11 PM
Visit this user's website Find all posts by this user
Numicus Offline
Junior Member
*

Posts: 19
Joined: Mar 2008
Reputation: 0
Post: #15
RE: Cannot send or receive email ('Message not sent. Server replied:)
It's a fresh install yes, I changed the nameserver, maybe it has got something to do with that.

Following files:

/etc/hosts:
# 'hosts' file configuration.
127.0.0.1 srv015-stb.zennid.nl.local localhost
77.243.232.64 srv015-stb.zennid.nl srv015-stb
::ffff:77.243.232.64 srv015-stb.zennid.nl srv015-stb
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts

/etc/host.conf:
multi on

/etc/hostname:
srv015-stb

/etc/resolv.conf:
search zennid.nl
nameserver 217.170.1.1
03-12-2008 08:12 PM
Find all posts by this user
Numicus Offline
Junior Member
*

Posts: 19
Joined: Mar 2008
Reputation: 0
Post: #16
RE: Cannot send or receive email ('Message not sent. Server replied:)
I use the zennid.nl as own domain (it is a user in ispCP too). I changed the conf before
from:

mydomain = srv015-stb.zennid.nl
myhostname = srv015-stb.zennid.nl.loc

to;
mydomain = zennid.nl
myhostname = srv015-stb

It didn't solve/change anything, should I change it back?
(This post was last modified: 03-12-2008 08:16 PM by Numicus.)
03-12-2008 08:15 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #17
RE: Cannot send or receive email ('Message not sent. Server replied:)
if you have the same domain in virtual_domains and in $mdomain you'll get a warning/alert in the mail.log.

But the sASL problem is not based on this. Maybe you could do a sewrch in the forum, there was someone with an equal problem - or rbutx can help you.
I'd say: either it's not a fresh debian etch or at least it's not installed as we all do... :-)
03-12-2008 09:02 PM
Visit this user's website Find all posts by this user
Numicus Offline
Junior Member
*

Posts: 19
Joined: Mar 2008
Reputation: 0
Post: #18
RE: Cannot send or receive email ('Message not sent. Server replied:)
I searched the forum, only the one who had the problem was in german, I can't read german Sad
03-12-2008 09:33 PM
Find all posts by this user
joximu Offline
helper
*****
Moderators

Posts: 7,024
Joined: Jan 2007
Reputation: 92
Post: #19
RE: Cannot send or receive email ('Message not sent. Server replied:)
You didn't answer the other questions...

is it a fresh install of debian etch?
is it a real or a vServer?

can you find a smtpd.conf in your system? if so, rename it and try again with postfix...

/J
03-12-2008 09:41 PM
Visit this user's website Find all posts by this user
Numicus Offline
Junior Member
*

Posts: 19
Joined: Mar 2008
Reputation: 0
Post: #20
RE: Cannot send or receive email ('Message not sent. Server replied:)
It is a debian etch with the lamp-platform pre-installed by my dedicated-hosting company. I have full access of the server, it is not a vServer.
I deinstalled postfix and then reinstalled it again, after that I deinstalled ispCP and installed it again..but now it gives the same error again..

Where do I find smtpd.conf?
03-13-2008 04:01 AM
Find all posts by this user
Thread Closed 


Forum Jump:


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