adding mail boxes

Discussion in 'Server Operation' started by kwickcut, Aug 1, 2010.

  1. kwickcut

    kwickcut Member HowtoForge Supporter

    i have Ubuntu Linux 9.10 server... i want to add mailboxes for postfix per domain name... i have add these through ISPConfig 3.0.1.6 and can log into the accounts through squirrel mail but can not receive mail or send mail...do i have to enter these mailboxes and users in postfit? if so how? thanks for any input



    kwick
     
  2. falko

    falko Super Moderator Howtoforge Staff

    Any errors in your mail log?

    Do the MX records for your domains point to the correct server? You can check that with
    Code:
    dig mx yourdomain.com
     
  3. kwickcut

    kwickcut Member HowtoForge Supporter

    Code:
    root@kwickservers:/home/kwick# dig mx blackmagicpe.com                          
    ; <<>> DiG 9.6.1-P2 <<>> mx blackmagicpe.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 42396
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 5
    
    ;; QUESTION SECTION:
    ;blackmagicpe.com.              IN      MX
    
    ;; ANSWER SECTION:
    blackmagicpe.com.       3350    IN      MX      10 mail.authsmtp.com.
    
    ;; ADDITIONAL SECTION:
    mail.authsmtp.com.      5953    IN      A       62.13.128.193
    mail.authsmtp.com.      5953    IN      A       62.13.128.194
    mail.authsmtp.com.      5953    IN      A       62.13.128.187
    mail.authsmtp.com.      5953    IN      A       62.13.128.188
    mail.authsmtp.com.      5953    IN      A       62.13.128.189
    
    ;; Query time: 21 msec
    ;; SERVER: 68.87.64.150#53(68.87.64.150)
    ;; WHEN: Mon Aug  2 19:12:33 2010
    ;; MSG SIZE  rcvd: 144
    
     
  4. koressak

    koressak New Member

    Well, it could be many things, that are wrong.

    For instance - check the priviledges of those mail directories, whether postfix can access them for writing and reading.

    If yes, there must be some errors in the log. Try to send email to yourself from that machine and post a mail.log output.
     
  5. falko

    falko Super Moderator Howtoforge Staff

    I guess mail.authsmtp.com is not your server?
     
  6. kwickcut

    kwickcut Member HowtoForge Supporter

    no my server is kwickservers.com


    should it read main.kwickservers.com
     
    Last edited: Aug 3, 2010
  7. falko

    falko Super Moderator Howtoforge Staff

    The MX record must point to your own server. You can create an A record like mail.kwickservers.com that points to your server's IP and then create an MX record for blackmagicpe.com that points to mail.kwickservers.com.
     
  8. kwickcut

    kwickcut Member HowtoForge Supporter

    ok i have made some changes i think i am on the rite path does this look rite now?
    Code:
    root@kwickservers:/home/kwick# dig mx blackmagicpe.com
    
    ; <<>> DiG 9.6.1-P2 <<>> mx blackmagicpe.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 55218
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;blackmagicpe.com.              IN      MX
    
    ;; ANSWER SECTION:
    blackmagicpe.com.       3600    IN      MX      10 mail.kwickservers.com.
    
    ;; Query time: 83 msec
    ;; SERVER: 68.87.64.150#53(68.87.64.150)
    ;; WHEN: Wed Aug  4 22:18:57 2010
    ;; MSG SIZE  rcvd: 68
    
    root@kwickservers:/home/kwick#
    
    or is this wat i want

    Code:
    root@kwickservers:/home/kwick# dig mx blackmagicpe.com
    
    ; <<>> DiG 9.6.1-P2 <<>> mx blackmagicpe.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48833
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;blackmagicpe.com.              IN      MX
    
    ;; ANSWER SECTION:
    blackmagicpe.com.       3600    IN      MX      10 mail.blackmagicpe.com.
    
    ;; Query time: 66 msec
    ;; SERVER: 68.87.64.150#53(68.87.64.150)
    ;; WHEN: Wed Aug  4 23:03:12 2010
    ;; MSG SIZE  rcvd: 55
    
    root@kwickservers:/home/kwick#
    

    some more info i have dynamic ip so i have to user a redirect site so i can host below is the dns record for hostname used when building server
    Code:
    ;
    ;
    ; zone for kwickservers.com
    ; built on 2010-08-04 21:41:26
    ;
    
    $TTL    3600
    
    @       86400	IN      SOA     ns1.afraid.org. dnsadmin.afraid.org.  (
                                    1008040001    ; Serial
                                    86400    ; Refresh
                                    7200     ; Retry
                                    3600000    ; Expire
                                    3600 )  ; Minimum
    
    @		86400	IN	NS	ns1.afraid.org.
    @		86400	IN	NS	ns2.afraid.org.
    @		86400	IN	NS	ns3.afraid.org.
    @		86400	IN	NS	ns4.afraid.org.
    
    localhost		IN	A	127.0.0.1
    
    ; username:username|tag:4789342
    @	3600	IN	A	XX.44.214.20
    
    ; username:username|tag:4789343
    @	3600	IN	MX	10 mail.kwickservers.com.
    
    ; username:username|tag:4789341
    ftp	3600	IN	A	XX.44.214.20
    
    ; username:username|tag:4789344
    irc	3600	IN	A	XX.44.214.20
    
    ; username:username|tag:4789340
    mail	3600	IN	A	XX.44.214.20
    
    ; username:username|tag:4789339
    www	3600	IN	A	XX.44.214.20
    
    
    
    
    
    
    and this is teh dns for one of the sites hosted by me

    Code:
    ;
    ; zone for blackmagicpe.com
    ; built on 2010-08-04 20:29:48
    ;
    
    $TTL    3600
    
    @       86400	IN      SOA     ns1.afraid.org. dnsadmin.afraid.org.  (
                                    1008040004    ; Serial
                                    86400    ; Refresh
                                    7200     ; Retry
                                    3600000    ; Expire
                                    3600 )  ; Minimum
    
    @		86400	IN	NS	ns1.afraid.org.
    @		86400	IN	NS	ns2.afraid.org.
    @		86400	IN	NS	ns3.afraid.org.
    @		86400	IN	NS	ns4.afraid.org.
    
    localhost		IN	A	127.0.0.1
    
    ; username:username|tag:47239XX
    @	3600	IN	A	XX.44.214.20
    
    ; username:username|tag:4723969
    @	3600	IN	MX	10 mail.blackmagicpe.com.
    
    ; username:username|tag:4723965
    mail	3600	IN	A	XX.44.214.20
    
    ; username:username|tag:4723966
    www	3600	IN	A	XX.44.214.20
    
    
    
    and one last thing this is the dig for the hosname

    Code:
    root@kwickservers:/home/kwick# dig mx kwickservers.com
    
    ; <<>> DiG 9.6.1-P2 <<>> mx kwickservers.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 54818
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;kwickservers.com.              IN      MX
    
    ;; ANSWER SECTION:
    kwickservers.com.       3600    IN      MX      10 mail.kwickservers.com.
    
    ;; Query time: 126 msec
    ;; SERVER: 68.87.64.150#53(68.87.64.150)
    ;; WHEN: Thu Aug  5 01:12:18 2010
    ;; MSG SIZE  rcvd: 55
    
    root@kwickservers:/home/kwick#
    
     
    Last edited: Aug 5, 2010
  9. falko

    falko Super Moderator Howtoforge Staff

    It doesn't matter if the MX record points to mail.kwickservers.com or mail.blackmagicpe.com as long as both point to the same server.
     
  10. kwickcut

    kwickcut Member HowtoForge Supporter

    ok well they all point at the server ip but when sending email to the account it never makes the box it is bounced back this is the message i get from the bounced email

    Code:
    Sorry, we were unable to deliver your message to the following address.
    
    <[email protected]>:
    Remote host said: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table [RCPT_TO]
    
    --- Below this line is a copy of the message.
    
    Received: from [76.13.12.64] by n13.bullet.mail.ac4.yahoo.com with NNFMP; 05 Aug 2010 04:49:07 -0000
    Received: from [76.13.10.174] by t5.bullet.mail.ac4.yahoo.com with NNFMP; 05 Aug 2010 04:49:07 -0000
    Received: from [127.0.0.1] by omp115.mail.ac4.yahoo.com with NNFMP; 05 Aug 2010 04:49:07 -0000
    X-Yahoo-Newman-Property: ymail-3
    X-Yahoo-Newman-Id: [email protected]
    Received: (qmail 73948 invoked by uid 60001); 5 Aug 2010 04:49:07 -0000
    DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1280983747; bh=OHLuYcS6I++Mk2WotXaeAdkOLUkEs6YKY8oNDwuVECc=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=pKAB6Wbn/eQK1EdK8e4FmaOPFTuTVdEVpscso/MUi6+AVraCC+HEOK5p8J2WkYusjUVnPd391JTJmSDFRv2s9SE5FGM3DfQAQQ2NbIXLq0VuWBYn0Kb0aXxVcuykXW6aiCO3xXSa48pOPEweBWf7yEMHyH4hcfQEHMXnKVBc6bk=
    DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws;
      s=s1024; d=yahoo.com;
      h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type;
      b=qKVy4uSIqM54XDPTBXGRXP+MwJuiglo8A9G7tda30XvmN5lMxYMCaQL7hJQOB6pT1C+/3osrsLBOR/+U4nnvAr08ODRfqZWwiJfkMkPIhD20DmmkGDViP/v5KrzNaGOQmiBGpGbVjFyCTABeAaL9xj5SZ0kx7dZDanjOKAfNNVs=;
    Message-ID: <[email protected]>
    X-YMail-OSG: ECgYUT8VM1lqxp5KhLswx7ULKxbvq.LlueaDZ9Sj.vNIIp1
    z3bnQe_UKyaEDpZQiowVaCIpYA1htkbGeWlBZJaScBVmo0xnXEaWnorxEqy_
    UWIwAcUg1zuoT0by_NcgFqTKa4Y76B8S8c5zMUsVfZ5zgQY0UJF3jXdLuYzH
    l_ECBgb4YHEbn86fm47BHgfFEAXLf1YxLC3KsSYohLpKDw__GmMzWNALwBVm
    Fe77GwPwdU4YBZ8HZQBjT3kElFtuzpz1i5ZJJ.n8jJooEKwKB7MLzWYR9O46
    pQDWxvnLV8dVR.hQD43FycVzRo4lOKTS3IDq0iQ4gh_4-
    Received: from [68.44.214.20] by web65511.mail.ac4.yahoo.com via HTTP; Wed, 04 Aug 2010 21:49:07 PDT
    X-Mailer: YahooMailClassic/11.3.2 YahooMailWebService/0.8.105.279950
    Date: Wed, 4 Aug 2010 21:49:07 -0700 (PDT)
    From: kwick <[email protected]>
    Subject: test
    To: [email protected]
    MIME-Version: 1.0
    Content-Type: multipart/alternative; boundary="0-1935756675-1280983747=:72817"
    
    --0-1935756675-1280983747=:72817
    Content-Type: text/plain; charset=us-ascii
    
    test 103
    
    
    
         
    --0-1935756675-1280983747=:72817
    Content-Type: text/html; charset=us-ascii
    
    <table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">test 103<br></td></tr></table><br>
    
         
    --0-1935756675-1280983747=:72817--
     
    Last edited: Aug 6, 2010
  11. koressak

    koressak New Member

    What about server side authentication problem?
    Some error log from the server would be helpful.
     
  12. falko

    falko Super Moderator Howtoforge Staff

    Code:
    mh1:~# dig mx kwickbid.com
    
    ; <<>> DiG 9.3.4 <<>> mx kwickbid.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 7506
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;kwickbid.com.                  IN      MX
    
    ;; ANSWER SECTION:
    kwickbid.com.           7200    IN      MX      10 mail.kwickservers.com.
    [COLOR="Red"]kwickbid.com.           60      IN      MX      0 smtp.kwickbid.com.[/COLOR]
    kwickbid.com.           600     IN      MX      25 guide.mx.dnspark.net.
    
    ;; Query time: 169 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Fri Aug  6 11:57:10 2010
    ;; MSG SIZE  rcvd: 121
    
    mh1:~#
    smtp.kwickbid.com is the preferred mail server, but there's no A record for smtp.kwickbid.com:

    Code:
    mh1:~# dig smtp.kwickbid.com
    
    ; <<>> DiG 9.3.4 <<>> smtp.kwickbid.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 13050
    ;; flags: qr aa rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;smtp.kwickbid.com.             IN      A
    
    ;; Query time: 167 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Fri Aug  6 11:57:20 2010
    ;; MSG SIZE  rcvd: 35
    
    mh1:~#
     
  13. kwickcut

    kwickcut Member HowtoForge Supporter

    i dont know why that was in there i remover it from dns park this is the new dig for the url

    Code:
    root@kwickservers:/home/kwick# dig mx kwickbid.com
    
    ; <<>> DiG 9.6.1-P2 <<>> mx kwickbid.com
    ;; global options: +cmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 48548
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;kwickbid.com.                  IN      MX
    
    ;; ANSWER SECTION:
    kwickbid.com.           600     IN      MX      10 mail.kwickservers.com.
    kwickbid.com.           600     IN      MX      25 guide.mx.dnspark.net.
    
    ;; Query time: 81 msec
    ;; SERVER: 68.87.64.150#53(68.87.64.150)
    ;; WHEN: Fri Aug  6 10:09:59 2010
    ;; MSG SIZE  rcvd: 100
    
    root@kwickservers:/home/kwick#
    
     
  14. falko

    falko Super Moderator Howtoforge Staff

    Looks good. Does it work now?
     
  15. kwickcut

    kwickcut Member HowtoForge Supporter

    i have posted a ton of information in the hopes that something may jump out and make it easy for you to find my faults... i do see that rkhunter is messed up or something is off a bit .

    no still can not receive emails to any account...i am lost... all domains that are pointed to the server have

    10 mail.domain name of site.com

    but still nothing hits the email boxes

    now this is in the main user email box on server

    Code:
    Mail headers	View all headers | View raw message
    From 	[email protected] (root)
    To 	[email protected]
    Date 	07/08/2010 06:33
    Subject 	[rkhunter] kwickservers.com - Daily report
    Message contents	
    
    Warning: The file properties have changed:
             File: /usr/bin/awk
             Current inode: 8026210    Stored inode: 8020904
             Current file modification time: 1263717195
             Stored file modification time : 1263715765
    Warning: The file properties have changed:
             File: /usr/bin/dpkg
             Current hash: 8e820f6ffa1ba84be7c5256a8bd344a49fec7182
             Stored hash : 7c5ab2420dfddf22f3794a1f2aa4b61243e44a08
             Current inode: 8026384    Stored inode: 8020980
             Current file modification time: 1268271700
             Stored file modification time : 1253435089
    Warning: The file properties have changed:
             File: /usr/bin/dpkg-query
             Current hash: b5a6de09d70cd24592cb59dbdd2d58e9280a7cc0
             Stored hash : 19539cfbfd8621b4fae64a5f5f8ad80775acbf5d
             Current inode: 8026387    Stored inode: 8020983
             Current file modification time: 1268271700
             Stored file modification time : 1253435089
    Warning: The file properties have changed:
             File: /usr/bin/ldd
             Current inode: 8025213    Stored inode: 8023206
             Current file modification time: 1274431413
             Stored file modification time : 1262519901
    Warning: The file properties have changed:
             File: /usr/bin/sudo
             Current hash: c41ed3f1c3a0abba36f2cfc84b7926b3375a851d
             Stored hash : db452cb33718b23e8f33d0e27dc5168a25201116
             Current inode: 8020847    Stored inode: 8023129
             Current size: 143736    Stored size: 143656
             Current file modification time: 1277762825
             Stored file modification time : 1245687344
    Warning: The file '/usr/bin/gawk' exists on the system, but it is not present in
    the rkhunter.dat file.
    Warning: The file properties have changed:
             File: /sbin/ifdown
             Current hash: a233b8eee20b09926816606d3c8cd85ee95d2ed0
             Stored hash : 4bee75d37d635cd8eb11b4725a3bee26b9547b81
             Current inode: 98306    Stored inode: 98358
             Current file modification time: 1266883140
             Stored file modification time : 1253662472
    Warning: The file properties have changed:
             File: /sbin/ifup
             Current hash: a233b8eee20b09926816606d3c8cd85ee95d2ed0
             Stored hash : 4bee75d37d635cd8eb11b4725a3bee26b9547b81
             Current inode: 98306    Stored inode: 98358
             Current file modification time: 1266883140
             Stored file modification time : 1253662472
    Warning: The file '/usr/sbin/inetd' exists on the system, but it is not present in
    the rkhunter.dat file.
    Warning: The file '/usr/sbin/unhide' exists on the system, but it is not present
    in the rkhunter.dat file.
    Warning: The file '/usr/sbin/unhide-linux26' exists on the system, but it is not
    present in the rkhunter.dat file.
    Warning: Found passwordless account: web2
    Warning: The SSH and rkhunter configuration options should be the same:
             SSH configuration option 'PermitRootLogin': yes
             Rkhunter configuration option 'ALLOW_SSH_ROOT_USER': no
    Warning: Hidden directory found: /dev/.udev
    Warning: Hidden directory found: /dev/.initramfs
    Warning: Application 'gpg', version '1.4.9', is out of date, and possibly a security
    risk.
    Warning: Application 'openssl', version '0.9.8g', is out of date, and possibly a
    security risk.
    Warning: Application 'php', version '5.2.10', is out of date, and possibly a security
    risk.
    Warning: Application 'sshd', version '5.1p1', is out of date, and possibly a security
    risk.
    
    One or more warnings have been found while checking the system.
    Please check the log file (/var/log/rkhunter.log)
    
    now this is from var/mail/root
    there is a ton more but this is the last entry

    Code:
    Subject: [rkhunter] kwickservers.com - Daily report
    To: [email protected]
    Message-Id: <[email protected]>
    Date: Sun, 16 May 2010 06:26:55 -0400 (EDT)
    From: [email protected] (root)
    
    Warning: The file properties have changed:
             File: /usr/bin/awk
             Current inode: 8026210    Stored inode: 8020904
             Current file modification time: 1263717195
             Stored file modification time : 1263715765
    Warning: The file properties have changed:
             File: /usr/bin/dpkg
             Current hash: 8e820f6ffa1ba84be7c5256a8bd344a49fec7182
             Stored hash : 7c5ab2420dfddf22f3794a1f2aa4b61243e44a08
             Current inode: 8026384    Stored inode: 8020980
             Current file modification time: 1268271700
             Stored file modification time : 1253435089
    Warning: The file properties have changed:
             File: /usr/bin/dpkg-query
             Current hash: b5a6de09d70cd24592cb59dbdd2d58e9280a7cc0
             Stored hash : 19539cfbfd8621b4fae64a5f5f8ad80775acbf5d
             Current inode: 8026387    Stored inode: 8020983
             Current file modification time: 1268271700
             Stored file modification time : 1253435089
    Warning: The file properties have changed:
             File: /usr/bin/sudo
             Current hash: f6d3835fd7ad04f7c749b0e1323887fe688af14e
             Stored hash : db452cb33718b23e8f33d0e27dc5168a25201116
             Current inode: 8022554    Stored inode: 8023129
             Current size: 143736    Stored size: 143656
             Current file modification time: 1271179860
             Stored file modification time : 1245687344
    Warning: The file '/usr/bin/gawk' exists on the system, but it is not present in the rkhunter.dat file.
    Warning: The file properties have changed:
             File: /sbin/ifdown
             Current hash: a233b8eee20b09926816606d3c8cd85ee95d2ed0
             Stored hash : 4bee75d37d635cd8eb11b4725a3bee26b9547b81
             Current inode: 98306    Stored inode: 98358
             Current file modification time: 1266883140
             Stored file modification time : 1253662472
    Warning: The file properties have changed:
             File: /sbin/ifup
             Current hash: a233b8eee20b09926816606d3c8cd85ee95d2ed0
             Stored hash : 4bee75d37d635cd8eb11b4725a3bee26b9547b81
             Current inode: 98306    Stored inode: 98358
             Current file modification time: 1266883140
             Stored file modification time : 1253662472
    Warning: The file '/usr/sbin/inetd' exists on the system, but it is not present in the rkhunter.dat file.
    Warning: The file '/usr/sbin/unhide' exists on the system, but it is not present in the rkhunter.dat file.
    Warning: The file '/usr/sbin/unhide-linux26' exists on the system, but it is not present in the rkhunter.dat file.
    Warning: Found passwordless account: web2
    Warning: The SSH and rkhunter configuration options should be the same:
             SSH configuration option 'PermitRootLogin': yes
             Rkhunter configuration option 'ALLOW_SSH_ROOT_USER': no
    Warning: Hidden directory found: /dev/.udev
    Warning: Hidden directory found: /dev/.initramfs
    Warning: Application 'gpg', version '1.4.9', is out of date, and possibly a security risk.
    Warning: Application 'openssl', version '0.9.8g', is out of date, and possibly a security risk.
    Warning: Application 'php', version '5.2.10', is out of date, and possibly a security risk.
    Warning: Application 'sshd', version '5.1p1', is out of date, and possibly a security risk.
    
    One or more warnings have been found while checking the system.
    Please check the log file (/var/log/rkhunter.log)
    
    

    now i just looked at the mail errors var/log/mail.err
    and this is the latest out put

    Code:
    Aug  5 22:34:56 kwickservers postfix/smtp[9367]: fatal: valid hostname or network address required in server description: []
    Aug  6 00:38:02 kwickservers postfix/sendmail[32530]: fatal: some email [email protected](33): No recipient addresses found in message header
    

    thanks for all your help

    kwick
     
  16. falko

    falko Super Moderator Howtoforge Staff

    What's in the mail log now when you send an email to an account created through ISPConfig?
     
  17. kwickcut

    kwickcut Member HowtoForge Supporter

    ok.. i know that i can now send emails from the accounts that are set up.. my problem now is i have to use a service to send emails out on port 2525. this service requires setting up an account with domains email account then they send a conformation email to that address for you to activate the service for said domain..

    below is an email that i tried to send to one of the accounts

    Code:
    Sorry, we were unable to deliver your message to the following address.
    
    <[email protected]>:
    Remote host said: 550 5.1.1 <[email protected]>: Recipient address rejected: User unknown in virtual alias table [RCPT_TO]
    
    --- Below this line is a copy of the message.
    
    Received: from [76.13.12.65] by n12.bullet.mail.ac4.yahoo.com with NNFMP; 09 Aug 2010 00:05:42 -0000
    Received: from [76.13.10.162] by t6.bullet.mail.ac4.yahoo.com with NNFMP; 09 Aug 2010 00:05:42 -0000
    Received: from [127.0.0.1] by omp103.mail.ac4.yahoo.com with NNFMP; 09 Aug 2010 00:05:42 -0000
    X-Yahoo-Newman-Property: ymail-3
    X-Yahoo-Newman-Id: [email protected]
    Received: (qmail 64699 invoked by uid 60001); 9 Aug 2010 00:05:42 -0000
    DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1281312342; bh=ZcnoL39kDeLykvhWpbMajG00+rHCpU6GYVvuax+CoTs=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=jARjJDuMhDWZcqaDGmA7lxsaqtMa5WNFp+x5SDorZeHYjnGtQbwcyf+WmjWyKyQ09yliRjkrUPw2QT2kXcYYhLblJhooyy+z48U6+AY9zhERAAdidTjsRY0DJr1snuw5Taxr1rkKIJ+J2kp+0j07TyIeF7GYRxAwBTK/55gX8kc=
    DomainKey-Signature:a=rsa-sha1; q=dns; c=nofws;
      s=s1024; d=yahoo.com;
      h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type;
      b=T62w3BXVbkTvFam/JNYXEB6+SktbL5MJyV+FCuze0lcjMV+KsVKu1iOYYZCVlqE53YfE17K06kE72bjpbwKajZn0BEXQO1O+o2/UI22LVOpKB0kJeauUocmt41+cNt1YVu0jAVSpYZL+byHdAjn9MYSz4W3WqSdxz6el3b2JTxc=;
    Message-ID: <[email protected]>
    X-YMail-OSG: mCNhYi8VM1lUZ9GwUUN1lKgbWpWka3jDbn3WgH7nzxVkUO_
    16zSJyq3namPZ6mvA4K3FbS6VHqr8qvpFE5TlYOXVgqQRQYYFre23so8XmJ9
    fWjbG8G2ZAXJkC_jaJcKkDYWTGB629SQmfxgek2afdDd2a8tuASWF6yd8q1D
    WL8tMz7Qok4LdDTBYQSeL0MbnasV76ORQmcYirwzvGR8jXvOpqNCMBsloRQg
    IJ6xwz7oGCJhts6Ke5jEE1IoCLbk1Ur3J868j4051kSb1DSGcxg1S1AQF2iz
    w26wp93GhYnz_OgpRI6C1BF.4Se9EcDC0EQDhjc1ehhY-
    Received: from [68.44.214.20] by web65514.mail.ac4.yahoo.com via HTTP; Sun, 08 Aug 2010 17:05:41 PDT
    X-Mailer: YahooMailClassic/11.3.2 YahooMailWebService/0.8.105.279950
    Date: Sun, 8 Aug 2010 17:05:41 -0700 (PDT)
    From: kwick <[email protected]>
    Subject: test
    To: [email protected]
    MIME-Version: 1.0
    Content-Type: multipart/alternative; boundary="0-615811189-1281312341=:64401"
    
    --0-615811189-1281312341=:64401
    Content-Type: text/plain; charset=us-ascii
    
    tester emailer
    
    
    
         
    --0-615811189-1281312341=:64401
    Content-Type: text/html; charset=us-ascii
    
    <table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">tester emailer<br></td></tr></table><br>
    
    
    
    
    
    
    
         
    --0-615811189-1281312341=:64401--
    
     
  18. falko

    falko Super Moderator Howtoforge Staff

    What's in the mail log?
     
  19. kwickcut

    kwickcut Member HowtoForge Supporter

    Code:
    Aug  9 06:30:01 kwickservers pop3d: Connection, ip=[::ffff:127.0.0.1]
    Aug  9 06:30:01 kwickservers pop3d: Disconnected, ip=[::ffff:127.0.0.1]
    Aug  9 06:30:01 kwickservers imapd: Connection, ip=[::ffff:127.0.0.1]
    Aug  9 06:30:01 kwickservers imapd: Disconnected, ip=[::ffff:127.0.0.1], time=0
    Aug  9 06:30:01 kwickservers postfix/smtpd[30939]: connect from localhost.localdomain[127.0.0.1]
    Aug  9 06:30:01 kwickservers postfix/smtpd[30939]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Aug  9 06:30:01 kwickservers postfix/smtpd[30939]: disconnect from localhost.localdomain[127.0.0.1]
    Aug  9 06:35:01 kwickservers pop3d: Connection, ip=[::ffff:127.0.0.1]
    Aug  9 06:35:01 kwickservers pop3d: Disconnected, ip=[::ffff:127.0.0.1]
    Aug  9 06:35:01 kwickservers imapd: Connection, ip=[::ffff:127.0.0.1]
    Aug  9 06:35:01 kwickservers imapd: Disconnected, ip=[::ffff:127.0.0.1], time=0
    Aug  9 06:35:01 kwickservers postfix/smtpd[30994]: connect from localhost.localdomain[127.0.0.1]
    Aug  9 06:35:01 kwickservers postfix/smtpd[30994]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Aug  9 06:35:01 kwickservers postfix/smtpd[30994]: disconnect from localhost.localdomain[127.0.0.1]
    Aug  9 06:38:53 kwickservers postfix/pickup[30719]: 2C7F2CC330: uid=0 from=<root>
    Aug  9 06:38:53 kwickservers postfix/cleanup[14459]: 2C7F2CC330: message-id=<[email protected]>
    Aug  9 06:38:53 kwickservers postfix/qmgr[1747]: 2C7F2CC330: from=<[email protected]>, size=3968, nrcpt=1 (queue active)
    Aug  9 06:38:53 kwickservers postfix/smtpd[14498]: connect from localhost.localdomain[127.0.0.1]
    Aug  9 06:38:53 kwickservers postfix/smtpd[14498]: A6467CC2A0: client=localhost.localdomain[127.0.0.1]
    Aug  9 06:38:53 kwickservers postfix/cleanup[14459]: A6467CC2A0: message-id=<[email protected]>
    Aug  9 06:38:53 kwickservers postfix/smtpd[14498]: disconnect from localhost.localdomain[127.0.0.1]
    Aug  9 06:38:53 kwickservers postfix/qmgr[1747]: A6467CC2A0: from=<[email protected]>, size=4440, nrcpt=1 (queue active)
    Aug  9 06:38:53 kwickservers amavis[1165]: (01165-04) Passed CLEAN, <[email protected]> -> <[email protected]>, Message-ID: <[email protected]>, mail_id: JpnA409Nrr2U, Hits: 2.43, size: 3968, queued_as: A6467CC2A0, 501 ms
    Aug  9 06:38:53 kwickservers postfix/smtp[14465]: 2C7F2CC330: to=<[email protected]>, orig_to=<root>, relay=127.0.0.1[127.0.0.1]:10024, delay=0.56, delays=0.04/0.01/0/0.5, dsn=2.0.0, status=sent (250 2.0.0 Ok, id=01165-04, from MTA([127.0.0.1]:10025): 250 2.0.0 Ok: queued as A6467CC2A0)
    Aug  9 06:38:53 kwickservers postfix/qmgr[1747]: 2C7F2CC330: removed
    Aug  9 06:38:53 kwickservers postfix/local[14499]: A6467CC2A0: to=<[email protected]>, orig_to=<[email protected]>, relay=local, delay=0.08, delays=0.04/0.04/0/0, dsn=2.0.0, status=sent (delivered to maildir)
    Aug  9 06:38:53 kwickservers postfix/qmgr[1747]: A6467CC2A0: removed
    Aug  9 06:40:01 kwickservers pop3d: Connection, ip=[::ffff:127.0.0.1]
    Aug  9 06:40:01 kwickservers pop3d: Disconnected, ip=[::ffff:127.0.0.1]
    Aug  9 06:40:01 kwickservers imapd: Connection, ip=[::ffff:127.0.0.1]
    Aug  9 06:40:01 kwickservers imapd: Disconnected, ip=[::ffff:127.0.0.1], time=0
    Aug  9 06:40:01 kwickservers postfix/smtpd[14536]: connect from localhost.localdomain[127.0.0.1]
    Aug  9 06:40:01 kwickservers postfix/smtpd[14536]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Aug  9 06:40:01 kwickservers postfix/smtpd[14536]: disconnect from localhost.localdomain[127.0.0.1]
    Aug  9 06:45:01 kwickservers postfix/smtpd[14593]: connect from localhost.localdomain[127.0.0.1]
    Aug  9 06:45:01 kwickservers imapd: Connection, ip=[::ffff:127.0.0.1]
    Aug  9 06:45:01 kwickservers imapd: Disconnected, ip=[::ffff:127.0.0.1], time=0
    Aug  9 06:45:01 kwickservers pop3d: Connection, ip=[::ffff:127.0.0.1]
    Aug  9 06:45:01 kwickservers pop3d: Disconnected, ip=[::ffff:127.0.0.1]
    Aug  9 06:45:01 kwickservers postfix/smtpd[14593]: lost connection after CONNECT from localhost.localdomain[127.0.0.1]
    Aug  9 06:45:01 kwickservers postfix/smtpd[14593]: disconnect from localhost.localdomain[127.0.0.1]
    
     
  20. falko

    falko Super Moderator Howtoforge Staff

    I can't reach your mailserver:
    Code:
    mh1:~# telnet mail.kwickservers.com 25
    Trying 68.44.214.20...
    That's why I think your mails are delivered to the second MX server...
    Code:
    mh1:~# dig mx kwickbid.com
    
    ; <<>> DiG 9.3.4 <<>> mx kwickbid.com
    ;; global options:  printcmd
    ;; Got answer:
    ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 58665
    ;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
    
    ;; QUESTION SECTION:
    ;kwickbid.com.                  IN      MX
    
    ;; ANSWER SECTION:
    kwickbid.com.           600     IN      MX      25 [B][COLOR="Red"]guide.mx.dnspark.net.[/COLOR][/B]
    kwickbid.com.           7200    IN      MX      10 mail.kwickservers.com.
    
    ;; Query time: 66 msec
    ;; SERVER: 213.133.98.98#53(213.133.98.98)
    ;; WHEN: Tue Aug 10 16:29:06 2010
    ;; MSG SIZE  rcvd: 100
    
    mh1:~#
    Are you sure that guide.mx.dnspark.net is set up to accept mails for [email protected]?
     

Share This Page