[Kolab-devel] [issue4769] Sender address rejected: Access denied

Csanyi Pal issues at kolab.org
Mon Jul 25 12:03:10 CEST 2011


Hi,

I have installed Kolab2 server on my Debian GNU/Linux Squeeze.
It works fine, I can login to the web interface.
But mailing doesn't work.

This Debian system gets it's dynamic IP from my ISP's (stcable.net) dhcp-server.
So I must setup postfix to use a relay host: smtp.stcable.net
This Debian system is also a firewall/gateway for my home LAN.

The command hostname gives to me:
bubba
and dnsdomainname:
localdomain

The 'postconf -n' command gives to me followings:
--->
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
broken_sasl_auth_clients = yes
canonical_maps = hash:/etc/postfix/canonical
config_directory = /etc/postfix
content_filter = kolabfilter
disable_mime_input_processing = yes
header_checks = regexp:/etc/postfix/header_checks
local_recipient_maps = $virtual_alias_maps, $alias_maps
mailbox_transport = kolabmailboxfilter
masquerade_classes = envelope_sender, envelope_recipient,                    
header_sender, header_recipient
masquerade_domains = bubba.localdomain
message_reject_characters = \0
message_size_limit = 20971520
mime_header_checks = 
mydestination = $myhostname localhost.$mydomain localhost
mydomain = bubba.localdomain
myhostname = bubba.localdomain
mynetworks = 91.102.225.5/32 127.0.0.0/8
myorigin = stcable.net
nested_header_checks = 
recipient_delimiter = +
relay_domains = 
relayhost = [smtp.stcable.net]
relocated_maps = hash:/etc/postfix/relocated
remote_header_rewrite_domain = domain.invalid
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,   
reject_unauth_destination, reject_unlisted_recipient,   check_policy_service
unix:private/kolabpolicy
smtpd_sasl_auth_enable = yes
smtpd_sasl_authenticated_header = yes
smtpd_sasl_local_domain = 
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = permit_mynetworks,  check_policy_service
unix:private/kolabpolicy
smtpd_starttls_timeout = 300s
smtpd_timeout = 300s
smtpd_tls_auth_only = yes
smtpd_tls_cert_file = /etc/kolab/cert.pem
smtpd_tls_key_file = /etc/kolab/key.pem
smtpd_tls_loglevel = 1
smtpd_tls_received_header = no
smtpd_tls_session_cache_timeout = 3600s
smtpd_use_tls = yes
tls_random_source = dev:/dev/urandom
transport_maps = hash:/etc/postfix/transport, ldap:/etc/postfix/ldaptransport.cf
virtual_alias_maps = hash:/etc/postfix/virtual,        
ldap:/etc/postfix/ldapdistlist.cf,      ldap:/etc/postfix/ldapvirtual.cf
---<

When I try to send a mail from machine where Kolab2 server run:
echo "hello" | mailx -s  "test" csanyipal at gmail.com
I get followings in mail.info:

Jul 25 11:58:42 bubba postfix/cleanup[14047]: warning: database
/etc/postfix/canonical.db is older than source file /etc/postfix/canonical
Jul 25 11:58:42 bubba postfix/pickup[13429]: 4255073DFD: uid=1000 from=<csanyipal>
Jul 25 11:58:42 bubba postfix/trivial-rewrite[14048]: warning: database
/etc/postfix/relocated.db is older than source file /etc/postfix/relocated
Jul 25 11:58:42 bubba postfix/cleanup[14047]: 4255073DFD:
message-id=<20110725095842.4255073DFD at bubba.localdomain>
Jul 25 11:58:42 bubba postfix/qmgr[13430]: 4255073DFD:
from=<csanyipal at stcable.net>, size=312, nrcpt=1 (queue active)
Jul 25 11:58:44 bubba postfix/smtpd[14053]: warning: database
/etc/postfix/canonical.db is older than source file /etc/postfix/canonical
Jul 25 11:58:44 bubba postfix/smtpd[14053]: connect from
bubba.localdomain[127.0.0.1]
Jul 25 11:58:44 bubba postfix/cleanup[14054]: warning: database
/etc/postfix/canonical.db is older than source file /etc/postfix/canonical
Jul 25 11:58:44 bubba postfix/smtpd[14053]: 807A173DFC:
client=bubba.localdomain[127.0.0.1]
Jul 25 11:58:44 bubba postfix/cleanup[14054]: 807A173DFC:
message-id=<20110725095842.4255073DFD at bubba.localdomain>
Jul 25 11:58:44 bubba postfix/qmgr[13430]: 807A173DFC:
from=<csanyipal at stcable.net>, size=496, nrcpt=1 (queue active)
Jul 25 11:58:44 bubba postfix/smtpd[14053]: disconnect from
bubba.localdomain[127.0.0.1]
Jul 25 11:58:44 bubba postfix/pipe[14049]: 4255073DFD: to=<csanyipal at gmail.com>,
relay=kolabfilter, delay=2.9, delays=0.5/0.12/0/2.3, dsn=2.0.0, status=sent
(delivered via kolabfilter service)
Jul 25 11:58:44 bubba postfix/qmgr[13430]: 4255073DFD: removed
Jul 25 11:58:45 bubba postfix/smtp[14055]: 807A173DFC: to=<csanyipal at gmail.com>,
relay=smtp.stcable.net[91.102.225.5]:25, delay=0.93, delays=0.21/0.15/0.09/0.47,
dsn=5.7.1, status=bounced (host smtp.stcable.net[91.102.225.5] said: 554 5.7.1
<csanyipal at stcable.net>: Sender address rejected: Access denied (in reply to
RCPT TO command))
Jul 25 11:58:45 bubba postfix/cleanup[14047]: 5505573DFE:
message-id=<20110725095845.5505573DFE at bubba.localdomain>
Jul 25 11:58:45 bubba postfix/qmgr[13430]: 5505573DFE: from=<>, size=2500,
nrcpt=1 (queue active)
Jul 25 11:58:45 bubba postfix/bounce[14056]: 807A173DFC: sender non-delivery
notification: 5505573DFE
Jul 25 11:58:45 bubba postfix/qmgr[13430]: 807A173DFC: removed
Jul 25 11:58:45 bubba postfix/smtp[14055]: 5505573DFE:
to=<csanyipal at bubba.localdomain>, orig_to=<csanyipal at stcable.net>, relay=none,
delay=0.12, delays=0.08/0.02/0.01/0, dsn=5.4.6, status=bounced (mail for
localhost loops back to myself)
Jul 25 11:58:45 bubba postfix/qmgr[13430]: 5505573DFE: removed

I have installed Kontact on my Desktop Debian Squeeze system.
When I try to Check mails on Kolab server, I get messages:
--->
Error while uploading folder
Could not make the folder Calendar on the server.
This could be because you do not have permission to do this, or because the
folder is already present on the server; the error message from the server
communication is here:
Could Not Create Folder
An attempt to create the requested folder failed.
Details of the request:
URL: (unknown)
Date and time: 2011. July 25. 12:01
Additional information:
imap://csanyipal%40bubba.localdomain@192.168.10.1:143/INBOX/Calendar/
Possible causes:
Your access permissions may be inadequate to perform the requested operation on
this resource.
The location where the folder was to be created may not exist.
A protocol error or incompatibility may have occurred.
Possible solutions:
Retry the request.
Check your access permissions on this resource.
---<

How can I resolve these problems?

--
Best Regards, Pal

----------
messages: 28130
nosy: csanyipal
status: unread
title: Sender address rejected: Access denied

______________________________________
Kolab issue tracker <issues at kolab.org>
<https://issues.kolab.org/issue4769>
______________________________________




More information about the devel mailing list