Roundcube Community Forum

Release Support => Pending Issues => Topic started by: Scooty on May 13, 2014, 12:19:41 PM

Title: Problem with catching emails
Post by: Scooty on May 13, 2014, 12:19:41 PM
Hi,

on my VPS i've installed postfix+ISPconfig+roundcube

i can send emails from roundcube user but i cant catch it.

when im trying to send email to([email protected]) from my private email adress(on gmail) system sending me msg:

QuoteThis is the mail system at host nrdns.pl.

I'm sorry to have to inform you that your message could not
be delivered to one or more recipients. It's attached below.

For further assistance, please send mail to postmaster.

If you do so, please include this problem report. You can
delete your own text from the attached returned message.

The mail system

<[email protected]>: unknown user: "scooty"

Final-Recipient: rfc822; [email protected]
Original-Recipient: rfc822;[email protected]
Action: failed
Status: 5.1.1
Diagnostic-Code: X-Postfix; unknown user: "scooty"

but i can send email to any system user(ex. to [email protected]) without any errors but there is a problem. I dont have this email in roundcube, i have it only in /var/mail/root.

Why my roundcube cant catch emails?

i was using this tutorials:

http://www.howtoforge.com/perfect-server-debian-wheezy-apache2-bind-dovecot-ispconfig-3
http://www.howtoforge.com/using-roundcube-webmail-with-ispconfig-3-on-debian-wheezy-apache2


If someone want to check my VPS configuration i can give access to it.
Title: Re: Problem with catching emails
Post by: SKaero on May 13, 2014, 01:45:42 PM
Your problem isn't with Roundcube its with your imap server, which it doesn't look like you've setup. Postfix is for sending mail, ISPconfig is a administration portal, and Roundcube is a webmail client. You need a imap server like dovecot in order to receive mail.
Title: Re: Problem with catching emails
Post by: Scooty on May 13, 2014, 02:22:14 PM
I have dovecot installed,

could you look at my configuration?


*and there is my dns configuration, is it good?

Quote$TTL 604800
@    IN    SOA    ns1.nrdns.pl. root.nrdns.pl. (
      2009060301  ; Serial
      604800      ; Refresh
      86400       ; Retry
      2419200     ; Expire
      604800    ) ; Negative Cache TTL

      IN    NS    ns1.nrdns.pl.
      IN    NS    ns2.nrdns.pl.
      IN    MX    10 nrdns.pl.

@    IN    A    92.222.3.78

ns1  IN    A    92.222.3.78
ns2  IN    A    92.222.3.78
*    IN    MX    10 nrdns.pl.
*    IN    MX    10 92.222.3.78
Title: Re: Problem with catching emails
Post by: SKaero on May 14, 2014, 02:56:10 PM
I could look at your Dovecot configuration but that would be subject to a consulting charge, contact me at scott [at] skaero.com if interested. Here some info on your DNS setup: http://www.intodns.com/nrdns.pl
Title: Re: Problem with catching emails
Post by: Scooty on May 17, 2014, 08:10:11 AM
refresh