Hi Claus,

> Login to the server is working with imap/pop3/smtp?

this is the output of

IMAP:

 telnet ms.farm.dajs 143
Trying 10.0.2.23...
Connected to ms.farm.dajs.
Escape character is '^]'.
* OK ms.farm.dajs Cyrus IMAP4 v2.2.8 server ready
01 LOGIN cyrus secret
01 OK User logged in
01 LOGOUT
* BYE LOGOUT received
01 OK Completed
Connection closed by foreign host.

POP3:

 telnet ms.farm.dajs pop3
Trying 10.0.2.23...
Connected to ms.farm.dajs.
Escape character is '^]'.
+OK ms.farm.dajs Cyrus POP3 v2.2.8 server ready
<[email protected]>
USER cyrus
+OK Name is a valid mailbox
PASS secret
-ERR [SYS/PERM] Unable to locate maildrop: Mailbox does not exist

SMTP:

telnet ms.farm.dajs smtp
Trying 10.0.2.23...
Connected to ms.farm.dajs.
Escape character is '^]'.
220 ms.farm.dajs ESMTP Postfix
helo ms.farm.dajs
250 ms.farm.dajs
mail from: [email protected]
250 2.1.0 Ok
rcpt to: [email protected]
250 2.1.5 Ok
data
354 End data with <CR><LF>.<CR><LF>
fldkòs
fksldfks
.
250 2.0.0 Ok: queued as 35F3F2BAD2
quit
221 2.0.0 Bye
Connection closed by foreign host.


> Please check the setting of unixhierarchysep in your imapd.conf
 I had set unixhierarchysep to yes

this is the output of:  postconf -n

alias_maps = hash:/etc/aliases
biff = no
canonical_maps = hash:/etc/postfix/canonical
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
data_directory = /var/lib/postfix
debug_peer_level = 2
defer_transports =
disable_dns_lookups = no
disable_mime_output_conversion = no
html_directory = /usr/share/doc/packages/postfix/html
inet_interfaces = 10.0.2.23
inet_protocols = all
mail_owner = postfix
mail_spool_directory = /var/mail
mailbox_command =
mailbox_size_limit = 0
mailbox_transport = cyrus
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
masquerade_classes = envelope_sender, header_sender, header_recipient
masquerade_domains =
masquerade_exceptions = root
message_size_limit = 10240000
mydestination = $myhostname, localhost.$mydomain
myhostname = ms.farm.dajs
mynetworks = 10.0.1.0/24, 10.0.2.0/24, 172.30.1.0/24, 172.30.0.0/24,
192.168.1.0/24,  ms.farm.dajs
mynetworks_style = subnet
newaliases_path = /usr/bin/newaliases
queue_directory = /var/spool/postfix
readme_directory = /usr/share/doc/packages/postfix/README_FILES
relayhost =
relocated_maps = hash:/etc/postfix/relocated
sample_directory = /usr/share/doc/packages/postfix/samples
sender_canonical_maps = mysql:/etc/postfix/mysql-canonical.cf
sendmail_path = /usr/sbin/sendmail
setgid_group = maildrop
smtp_sasl_auth_enable = no
smtp_use_tls = no
smtpd_client_restrictions =
smtpd_helo_required = yes
smtpd_recipient_restrictions =
permit_sasl_authenticated,permit_mynetworks,reject_unauth_destination,permit
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain =
smtpd_sasl_security_options = noanonymous
smtpd_sender_restrictions = hash:/etc/postfix/access
smtpd_use_tls = no
strict_8bitmime = no
strict_rfc821_envelopes = no
transport_maps = hash:/etc/postfix/transport
unknown_local_recipient_reject_code = 550
virtual_alias_domains = hash:/etc/postfix/virtual
virtual_alias_maps = hash:/etc/postfix/virtual,
mysql:/etc/postfix/mysql-virtual.cf

> And also check the setting of $DOMAIN_AS_PREFIX in your conf.php of your
> webcyradm installation.

It is ok.

The output of the mail.info file is always the same.

I don't see a solution....:-(

Thanks a lot.
Regards.
Simone


2009/1/15  <[email protected]>:
> Hi Simone,
>
>> I have created two domains with web interface (the first is: dajs.it
>> and the secondo: pippo.it) and also two mail address [email protected] and
>> [email protected]
>
> Login to the server is working with imap/pop3/smtp?
>
>> Now I have configured Outlook to send and receive mail using cyrus
>> account.  If I send mail of an external address (for example to
>> [email protected]) I receive it. But if cyrus send message on
>> his account ([email protected]) or to pippo's account ( [email protected]) as
>> resault in mail.info I have the following messages:
>>
>>  Jan 15 11:48:11 ms postfix/smtpd[19258]: connect from
>> unknown[172.30.1.141] Jan 15 11:48:11 ms postfix/smtpd[19258]: E8C2F2BAD2:
>> client=unknown[172.30.1.141]
>> Jan 15 11:48:12 ms postfix/cleanup[19271]: E8C2F2BAD2:
>> message-id=<000001c976fe$5a3a7100$0eaf53...@it>
>> Jan 15 11:48:12 ms postfix/qmgr[18212]: E8C2F2BAD2:
>> from=<[email protected]>, size=2624, nrcpt=1 (queue active)
>> Jan 15 11:48:12 ms postfix/pipe[19281]: E8C2F2BAD2:
>> to=<[email protected]>, orig_to=<[email protected]>, relay=cyrus,
>> delay=0.56, delays=0.46/0.01/0/0.09, dsn=5.6.0, status=bounced (data
>> format error. Command output: cyrus.dajs.it: Mailbox does not exist )
>
> Please check the setting of unixhierarchysep in your imapd.conf
>
> # UNIX Hierarchy Convention
> # Set to yes, and cyrus will accept dots in names, and use the forward
> # slash "/" to delimit levels of the hierarchy. This is done by converting
> # internally all dots to "^", and all "/" to dots. So the "rabbit.holes"
> # mailbox of user "helmer.fudd" is stored in "user.elmer^fud.rabbit^holes"
>
> And also check the setting of $DOMAIN_AS_PREFIX in your conf.php of your
> webcyradm installation.
>
> # web-cyradm is compatible with cyrus-imapd-2.0.16 (and earlier?)
> # however, if you are using 2.1.x and wish to use email addresses
> # with .'s in them such as '[email protected]' you can set this
> # option DOMAIN_AS_PREFIX to '1'.  NOTE: you also have to add this
> # line to your imapd.conf file:
> #### imapd.conf: ####
> # unixhierarchysep: yes
>
> Maybe you haven't got these settings correct.
>
> Best regards,
>
> Claus
> _______________________________________________
> This mailing list is hosted and supported
> by bit-heads GmbH | http://www.bit-heads.ch
>
> _______________________________________________
> Web-cyradm mailing list
> [email protected]
> http://www.web-cyradm.org/mailman/listinfo/web-cyradm
>
_______________________________________________
This mailing list is hosted and supported
by bit-heads GmbH | http://www.bit-heads.ch

_______________________________________________
Web-cyradm mailing list
[email protected]
http://www.web-cyradm.org/mailman/listinfo/web-cyradm

Reply via email to