This is a discussion on Receive mail addressed to user@[IP address] instead of domain within the alt.comp.mail.postfix forums, part of the Mail Servers and Related category; Hello all, I want to be able to receive mail addressed to testuser@123.4.567.890. I have the ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hello all,
I want to be able to receive mail addressed to testuser@123.4.567.890. I have the basic default postfix configuration at the moment. I can send mail out, but cannot receive. I am new to postfix (and Linux in general). I am in the process of setting up postfix to act as my Internet mail server. At this point I do not have a domain name or an MX record. I do have a static IP address. Again, I am just learning this stuff. Once I get this working, I'll move my MX address from my current web hosting company to my own IP address. 123.4.567.890 is not the real IP address<g> Here's a transcript from a bounced e-mail to testuser: ----- The following addresses had permanent fatal errors ----- <testuser@[123.4.567.890]> (reason: 554 <testuser@[123.4.567.890]>: Recipient address rejected: Relay access denied) ----- Transcript of session follows ----- .... while talking to [123.4.567.890]: >>> DATA <<< 554 <testuser@[123.4.567.890]>: Recipient address rejected: Relay access denied 554 5.0.0 Service unavailable <<< 554 Error: no valid recipients The particulars: Red Hat 9.0 Webmin 1.110 Postfix 1.1.12 testuser is a valid account. I can logon to SquirrelMail on this box with the testuser account. I can send e-mail out through postfix from a workstation on the network running Eudora. I have done all configuration (minimal) via Webmin up to this point. I am reading the Webmin documentation on setting up Postfix, but I'm not sure where to go from here. Thanks in advance, Mark --- Outgoing mail is certified Virus Free by MLC's AVG. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.560 / Virus Database: 352 - Release Date: 1/8/2004 |
|
|||
|
as far as I know it's not possible to send mails to user@IP at all!
"Mark L. Cooper" <mlcooper54_NO_SPAM_@aol.com> schrieb im Newsbeitrag news:bu7gmf$eokmd$1@ID-147466.news.uni-berlin.de... > Hello all, > > I want to be able to receive mail addressed to testuser@123.4.567.890. I > have the basic default postfix configuration at the moment. I can send > out, but cannot receive. > > I am new to postfix (and Linux in general). > > I am in the process of setting up postfix to act as my Internet mail server. > At this point I do not have a domain name or an MX record. I do have a > static IP address. Again, I am just learning this stuff. Once I get this > working, I'll move my MX address from my current web hosting company to my > own IP address. > > > 123.4.567.890 is not the real IP address<g> > > Here's a transcript from a bounced e-mail to testuser: > > ----- The following addresses had permanent fatal errors ----- > <testuser@[123.4.567.890]> > (reason: 554 <testuser@[123.4.567.890]>: Recipient address rejected: > Relay access denied) > > > ----- Transcript of session follows ----- > ... while talking to [123.4.567.890]: > > > >>> DATA > > > <<< 554 <testuser@[123.4.567.890]>: Recipient address rejected: Relay access > denied > 554 5.0.0 Service unavailable > <<< 554 Error: no valid recipients > > The particulars: > > Red Hat 9.0 > Webmin 1.110 > Postfix 1.1.12 > testuser is a valid account. > I can logon to SquirrelMail on this box with the testuser account. > I can send e-mail out through postfix from a workstation on the network > running Eudora. > I have done all configuration (minimal) via Webmin up to this point. > > I am reading the Webmin documentation on setting up Postfix, but I'm not > sure where to go from here. > > Thanks in advance, > Mark > > > > > --- > Outgoing mail is certified Virus Free by MLC's AVG. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.560 / Virus Database: 352 - Release Date: 1/8/2004 > > |
|
|||
|
Hello,
The mydestination parameter specifies the list of domains that this machine considers itself the final destination for. e.g. mydestination = $mydomain mydestination = $mydomain, $myhostname mydestination = $myhostname, localhost.$mydomain mydestination = mail.$mydomain, www.$mydomain, ftp.$mydomain In your case make sure you include the following in main.cf #mydestination = 192.168.1.20 Post your complete config please............ mailing.postfix-users would be a better place for you to find help. Cheers, Clifford "Mark L. Cooper" <mlcooper54_NO_SPAM_@aol.com> wrote in message news:bu7gmf$eokmd$1@ID-147466.news.uni-berlin.de... > Hello all, > > I want to be able to receive mail addressed to testuser@123.4.567.890. I > have the basic default postfix configuration at the moment. I can send > out, but cannot receive. > > I am new to postfix (and Linux in general). > > I am in the process of setting up postfix to act as my Internet mail server. > At this point I do not have a domain name or an MX record. I do have a > static IP address. Again, I am just learning this stuff. Once I get this > working, I'll move my MX address from my current web hosting company to my > own IP address. > > > 123.4.567.890 is not the real IP address<g> > > Here's a transcript from a bounced e-mail to testuser: > > ----- The following addresses had permanent fatal errors ----- > <testuser@[123.4.567.890]> > (reason: 554 <testuser@[123.4.567.890]>: Recipient address rejected: > Relay access denied) > > > ----- Transcript of session follows ----- > ... while talking to [123.4.567.890]: > > > >>> DATA > > > <<< 554 <testuser@[123.4.567.890]>: Recipient address rejected: Relay access > denied > 554 5.0.0 Service unavailable > <<< 554 Error: no valid recipients > > The particulars: > > Red Hat 9.0 > Webmin 1.110 > Postfix 1.1.12 > testuser is a valid account. > I can logon to SquirrelMail on this box with the testuser account. > I can send e-mail out through postfix from a workstation on the network > running Eudora. > I have done all configuration (minimal) via Webmin up to this point. > > I am reading the Webmin documentation on setting up Postfix, but I'm not > sure where to go from here. > > Thanks in advance, > Mark > > > > > --- > Outgoing mail is certified Virus Free by MLC's AVG. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.560 / Virus Database: 352 - Release Date: 1/8/2004 > > |
|
|||
|
Hello all,
<mlcooper54_NO_SPAM_@aol.com> wrote in message news:bu7gmf$eokmd$1@ID-147466.news.uni-berlin.de... > Hello all, > > I want to be able to receive mail addressed to testuser@123.4.567.890. I > have the basic default postfix configuration at the moment. I can send > out, but cannot receive. > > I am new to postfix (and Linux in general). > > I am in the process of setting up postfix to act as my Internet mail server. > At this point I do not have a domain name or an MX record. I do have a > static IP address. Again, I am just learning this stuff. Once I get this > working, I'll move my MX address from my current web hosting company to my > own IP address. > > > 123.4.567.890 is not the real IP address<g> > > Here's a transcript from a bounced e-mail to testuser: > > ----- The following addresses had permanent fatal errors ----- > <testuser@[123.4.567.890]> > (reason: 554 <testuser@[123.4.567.890]>: Recipient address rejected: > Relay access denied) > > > ----- Transcript of session follows ----- > ... while talking to [123.4.567.890]: > > > >>> DATA > > > <<< 554 <testuser@[123.4.567.890]>: Recipient address rejected: Relay access > denied > 554 5.0.0 Service unavailable > <<< 554 Error: no valid recipients > > The particulars: > > Red Hat 9.0 > Webmin 1.110 > Postfix 1.1.12 > testuser is a valid account. > I can logon to SquirrelMail on this box with the testuser account. > I can send e-mail out through postfix from a workstation on the network > running Eudora. > I have done all configuration (minimal) via Webmin up to this point. > > I am reading the Webmin documentation on setting up Postfix, but I'm not > sure where to go from here. > > Thanks in advance, > Mark > I solved the problem. Using Webmin's postfix configuration, in General Options, I put "What domains to receive for = [123.4.567.890] Works like a champ! My thanks to those that offered on-topic help<g>. Mark -- Mark L. Cooper Junction City, Ohio USA --- Outgoing mail is certified Virus Free by MLC's AVG. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.561 / Virus Database: 353 - Release Date: 1/13/2004 |